Processing math: 100%
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 11 years ago

erinb gravatar image

Extended Euclid with polynomials

Suppose given polynomials e,q,h,r in R[x], p in R (R a ring), how can I use Sage to find f in R[x] so fe = qh + r (mod p)?

Similarly, given f,g in R[x] (gcd(f,g)=1), what function can I use to compute s,t in R[x] so sf + gh = 1 (mod p) ?

click to hide/show revision 2
No.2 Revision

updated 11 years ago

calc314 gravatar image

Extended Euclid with polynomials

Suppose given polynomials e,q,h,r e,q,h,r in R[x], p in R R[x], pR (R a ring), how can I use Sage to find f f in R[x] R[x] so f$fe = qh + r (mod p)?(\text{mod} p)$?

Similarly, given f,g f,g in R[x] (gcd(f,g)=1), R[x] with gcd(f,g)=1, what function can I use to compute s,t s,t in R[x] R[x] so s$sf + gh = 1 (mod p) (\text{mod} p)$ ?

click to hide/show revision 3
No.3 Revision

updated 11 years ago

calc314 gravatar image

Extended Euclid with polynomials

Suppose given polynomials e,q,h,r in R[x], pR (R a ring), how can I use Sage to find f in R[x] so $f$f e = qq h + r (\text{mod} (\text{mod } p)$?

Similarly, given f,g in R[x] with gcd(f,g)=1, what function can I use to compute s,t in R[x] so $s$s f + gg h = 1 (\text{mod} (\text{mod } p)$ ?