Guest User

Untitled

a guest
Oct 20th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. sage: R.<x,y,z> = PolynomialRing(QQ)
  2. sage: J = R.ideal( [x*(x+z)-(y+z), y*(y+x)-(z+x), z*(z+y)-(x+y), x*y*z-1] )
  3. sage: J.elimination_ideal( [x,y] )
  4. Ideal (z^7 + z^5 + z^4 + 3*z^3 - 7*z^2 + 2*z - 1)
  5. of Multivariate Polynomial Ring in x, y, z over Rational Field
Add Comment
Please, Sign In to add comment