Calculate roots of polynomial given as vector array.
Example
x=[1 2 0 5 0 3]
result=[-2.7267 ; 0.4784 + 1.0983i; 0.4784 - 1.0983i; -0.1150 + 0.8680i; -0.1150 - 0.8680i]
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers90
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15808 Solvers
-
17448 Solvers
-
742 Solvers
-
648 Solvers
-
Write a code that will follow the equation y = x * (x + x) * x.
360 Solvers
More from this Author37
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!