You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
This very simple function computes the n n-th roots of a given complex number. The attained complex roots can be plotted on a polar diagram.
It is more performante then
roots([1, zeros(1,n-1), -x]),
since it is based on very simple geometric properties of complex roots.
Cite As
Marco Cococcioni (2026). Complex Roots Finder (https://in.mathworks.com/matlabcentral/fileexchange/10357-complex-roots-finder), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (2.43 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 | - function PHASE replaced with ANGLE
|
