Compute three solution for cube root including imaginary number
Afficher commentaires plus anciens
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 commentaire
Walter Roberson
le 12 Juil 2018
You could use the exp sin cos formula for roots
Réponses (0)
Catégories
En savoir plus sur Work with Components dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!