Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
x := Indeterminate(Rationals, "x");
|
||||
p := x^11 + 3*x^8 + 7*x^2 + 3;
|
||||
q := x^7 + 5*x^3 + 1;
|
||||
QuotientRemainder(p, q);
|
||||
# [ x^4+3*x-5, -16*x^4+25*x^3+7*x^2-3*x+8 ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue