Error using root on complex polinomial
2 次查看(过去 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!