How to get the reminder of a vector divided by matrices

1 次查看(过去 30 天)
I try to get the reminder but not sure how to do so. Generally, f(z) = A(z)*fo(z) + r(z), f(z), fo(z), and r(z)are vertical 1 by n vectors of polynomials contain z, A are n by n matrices of polynomials contain z.The reminder r(z)needs to have a lower order than A(z). If only f and A are known, how to find r? for example, [z^2+1; 1]=[z 0; 0 1]*[z 1]+[1 0], f=[z^2+1; 1], A=[z 0; 0 1], fo=[z 1], r=[1 0].

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Polynomials 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by