Division of polynomial matrices

asked 11 years ago

koukourikos gravatar image

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]

Preview: (hide)