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

4 visualizaciones (últimos 30 días)
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?

Respuestas (0)

Categorías

Más información sobre Polynomials en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by