How can I solve this question
古いコメントを表示
factorize the polynomial P(x), for example: x^3-3x^2+x+5=(x+1)(x-2-i)(x-2+i)
回答 (1 件)
Andrei Bobrov
2013 年 4 月 27 日
syms x
out = prod(x - solve(x^3-3*x^2+x+5))
カテゴリ
ヘルプ センター および File Exchange で Polynomials についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!