complex number root solving
Mostrar comentarios más antiguos
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
Respuesta aceptada
Más respuestas (1)
Salman Khalaf
el 1 de Nov. de 2020
0 votos
sols=roots([ 1 0 -i])
Categorías
Más información sobre Get Started with MATLAB 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!