フィルターのクリア

How to define matrix with variable and solve the polynomial equation in the matrix?

1 回表示 (過去 30 日間)
Vinothkumar Sethurasu
Vinothkumar Sethurasu 2020 年 11 月 9 日
Let,
A= [1 x²; 0 1], B= [1 0; 2x 1], C= [1 3x; 0 1]
Then,
[A]*[B]*[C] = [ 1+2x² 6x²+4x; 2x 6x²+1] = [Z]
I need to solve the polynomial equation from the resultant matrix
Z(1,2) = 6x²+4x=0
the roots of the polynomial at Z(1,2) is need to be known?
  2 件のコメント
Rik
Rik 2020 年 11 月 9 日
If you have the symbolic toolbox you should have plenty of tools to solve this equation.

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

回答 (0 件)

カテゴリ

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