Error using root on complex polinomial
조회 수: 11 (최근 30일)
이전 댓글 표시
Hi everyone,
I got this error message and i can't figure it out, tryed a few times with different equations
z=x^2-1
works, but the following isn't working
syms x;
z=x^3+2*abs(x^2);
r=root(z,x);
Error using mupadengine/feval (line 163)
The first argument must be a polynomial or polynomial expression.
Error in sym/root (line 36)
r = feval(symengine, 'RootOf', f, x);
I've got to use the R2015b version since it's the last 32bit build
댓글 수: 0
답변 (1개)
KALYAN ACHARJYA
2019년 6월 1일
편집: KALYAN ACHARJYA
2019년 6월 1일
Its roots not root
Pass single variable roots(p)
참고 항목
카테고리
Help Center 및 File Exchange에서 Polynomials에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!