How can I solve this question
Afficher commentaires plus anciens
factorize the polynomial P(x), for example: x^3-3x^2+x+5=(x+1)(x-2-i)(x-2+i)
Réponses (1)
Andrei Bobrov
le 27 Avr 2013
syms x
out = prod(x - solve(x^3-3*x^2+x+5))
Catégories
En savoir plus sur Polynomials dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!