6 lines
196 B
Text
6 lines
196 B
Text
(1) -> monicDivide(x^3-12*x^2-42,x-3,'x)
|
|
|
|
2
|
|
(1) [quotient = x - 9x - 27,remainder = - 123]
|
|
|
|
Type: Record(quotient: Polynomial(Integer),remainder: Polynomial(Integer))
|