필터 지우기
필터 지우기

Computing the inverse of polynomial matrices

조회 수: 4 (최근 30일)
Raphaël
Raphaël 2013년 4월 30일
Dear all,
Considering a polynomial matrix of the form
A(z)=z^n*A_n + z^{n-1}*A_{n-1}+...+z*A_1+A_0 where the A_i are real _square_ matrices,
Are there Matlab functions designed to compute the inverse of such a polynomial matrix ?
Any advice or comment is welcome,
Thank you,
Raphaël
  댓글 수: 1
Matt J
Matt J 2013년 4월 30일
편집: Matt J 2013년 4월 30일
Do you mean you want a symbolic inverse?

댓글을 달려면 로그인하십시오.

답변 (1개)

K1
K1 2013년 9월 6일
I have noticed that you cannot easily calculate the inverse (symbolic or not). I just read a paper describing an algorithm on how to do the inverse and get an expression of the inverse as based on A_i.
In scilab there is function doing this (calculating coefficients) and if you have POLYX software (which is not free), you will be able to do it as well in MATLAB. I haven't come up with a solution yet. But I think I have to implement the algorithm myself.
Cheers Keivan

카테고리

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