Compute three solution for cube root including imaginary number
古いコメントを表示
Hello everyone. I have a vector composed of some positive and negative numbers. Is there is simple way to quickly get the three cube roots for all the components in the vector. So if A is the vector with N values, then is there a function (or some methods) that replies a 3*N matrix for the cube root of each component. Thanks a lot!
1 件のコメント
Walter Roberson
2018 年 7 月 12 日
You could use the exp sin cos formula for roots
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Work with Components についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!