Processing math: 100%

First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Division of polynomial matrices

Is it possible to perform euclidean division between two polynomial matrices in sage? e.g.if A=[x2+1x0x1],B=[x21x1]

are given find the matrices Q,R so A=QB+R

in this example the answer is Q=[x101],R=[2110]