Complex Roots Finder

版本 1.0.0.0 (2.4 KB) 作者: Marco Cococcioni
Computes the n n-th complex roots of a given complex number
3.1K 次下载
更新时间 2006/3/28

查看许可证

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.

引用格式

Marco Cococcioni (2024). Complex Roots Finder (https://www.mathworks.com/matlabcentral/fileexchange/10357-complex-roots-finder), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2006a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Polar Plots 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0

- function PHASE replaced with ANGLE
- inputs check added
- another example added