complex number root solving
古いコメントを表示
trying to use matlab to solve some complex numbers, as a basic example how does one command matlab to find all the roots of;
z^2 - i = 0
採用された回答
その他の回答 (1 件)
Salman Khalaf
2020 年 11 月 1 日
0 投票
sols=roots([ 1 0 -i])
カテゴリ
ヘルプ センター および File Exchange で Get Started with MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!