Can we calculate the roots of polynomials with matrix coefficients?

2 ビュー (過去 30 日間)
Benson Gou
Benson Gou 2019 年 8 月 30 日
回答済み: Nikhil Sonavane 2019 年 9 月 6 日
Dear All,
I have a polynomial which has matrix coefficients. For example, I have the following equation:
[1 0;0 1]*[x_1^2; x_2^2] + [2 0;0 2]*[x_1; x_2] + [1 0; 0 1] = [0; 0]
It is obvious that that solution is x_1 = -1; x_2 = -1.
But if the coefficient matrices are general, how can we obtain the solution in Matlab?
Thanks a lot.
Benson
  2 件のコメント
the cyclist
the cyclist 2019 年 8 月 30 日
When you say the coefficient matrices are "general", do you mean that they are not necessarily diagonal?
Benson Gou
Benson Gou 2019 年 8 月 30 日
Yes, the coefficient matrces are Not necessraily diagonal matrices. Those matrices could be a very gerneal matrix. However, all of them are square matrices.
Thanks a lot.
Benson

サインインしてコメントする。

回答 (1 件)

Nikhil Sonavane
Nikhil Sonavane 2019 年 9 月 6 日
You can use solve function to solve the system of equation in two variables. You may refer to its documentation for more information.

カテゴリ

Help Center および File ExchangePolynomials についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by