Advertisement
JoelSjogren

Untitled

Jul 28th, 2023
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. box% sage
  2. ┌────────────────────────────────────────────────────────────────────┐
  3. │ SageMath version 10.0, Release Date: 2023-05-20 │
  4. │ Using Python 3.11.3. Type "help()" for help. │
  5. └────────────────────────────────────────────────────────────────────┘
  6. sage: R.<x,r> = PolynomialRing(QQ, order='lex')
  7. sage: ideal(((x+r)^3 - 7)^2 - 50, (x^3 + 7)^2 - 50).groebner_basis()[-1]
  8. r^21 - 140*r^18 + 3098*r^15 + 4788*r^12 - 702391*r^9 + 3996104*r^6 + 2190656*r^3 - 175616
  9. sage:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement