Matrix with elements as polynomial
Ältere Kommentare anzeigen
syms x
X = [x^2-5*x+6, x^2-6*x+8, x.^2-10*x+25, x.^2-14*x+24]
X is a 1* 4 sym type. I want to find roots of each elements of X. Please Help
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Polynomials finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!