Division of polynomial matrices
Is it possible to perform euclidean division between two polynomial matrices in sage? e.g.if A=[x2+1x0x−1],B=[x21x−1]
are given find the matrices Q,R so A=QB+R
in this example the answer is Q=[x−101],R=[2−1−10]