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!