Advertisement
JoelSjogren

Untitled

Mar 21st, 2022
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. box% sage
  2. ┌────────────────────────────────────────────────────────────────────┐
  3. │ SageMath version 9.5, Release Date: 2022-01-30 │
  4. │ Using Python 3.10.2. Type "help()" for help. │
  5. └────────────────────────────────────────────────────────────────────┘
  6. sage: R.<x0,y0,r> = PolynomialRing(QQ, order='lex')
  7. sage: ideal(x0^2 + y0^2 - r^2, 2*x0 - 47, r - 10 - y0).groebner_basis()[-1]
  8. r - 2609/80
  9. sage: N(2609/80)
  10. 32.6125000000000
  11. sage:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement