Skip to content

Restricting parent of polynomial to a subring #3074

Answered by wdecker
oskarhenriksson asked this question in Q&A
Discussion options

You must be logged in to vote

R, (x,y,z) = polynomial_ring(QQ,["x","y","z"])
f = x^2+y^2+1
S, (x,y) = polynomial_ring(QQ,["x","y"])
phi = hom(R, S, [x, y, 0])
f =phi(f)

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@oskarhenriksson
Comment options

@wdecker
Comment options

Answer selected by oskarhenriksson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants