Compute three solution for cube root including imaginary number
Mostrar comentarios más antiguos
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 comentario
Walter Roberson
el 12 de Jul. de 2018
You could use the exp sin cos formula for roots
Respuestas (0)
Categorías
Más información sobre Work with Components en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!