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!