let f=x^3*y^3+2y^2, f1=2xy^2+3x+4y^2, f2=y^2-2y-2 in Q[x,y] using lex with x>y divide f by f1,f2 to obtain a reminder r. Repeat this exercise reversing the role of f1 and f2.
1 | initial version |
let f=x^3*y^3+2y^2, f1=2xy^2+3x+4y^2, f2=y^2-2y-2 in Q[x,y] using lex with x>y divide f by f1,f2 to obtain a reminder r. Repeat this exercise reversing the role of f1 and f2.
2 | No.2 Revision |
let f=x^3*y^3+2y^2, f1=2xy^2+3x+4y^2, f2=y^2-2y-2 in Q[x,y] using lex with x>y divide f by f1,f2 to obtain a reminder r. Repeat this exercise reversing the role of f1 and f2.
3 | retagged |
let f=x^3*y^3+2y^2, f1=2xy^2+3x+4y^2, f2=y^2-2y-2 in Q[x,y] using lex with x>y divide f by f1,f2 to obtain a reminder r. Repeat this exercise reversing the role of f1 and f2.