Polynomial matrices, division and remainder

28 Views Asked by At

I work in control and the following problem stumbled at me: Given to matrices N and D, obtain matrices Q and R to hold N = Q*D + R.

This solution allows to find compensator/observer pole allocation matrices.

I thank for the help.