complex number root solving
Mostra commenti meno recenti
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
Risposta accettata
Più risposte (1)
Salman Khalaf
il 1 Nov 2020
0 voti
sols=roots([ 1 0 -i])
Categorie
Scopri di più su Get Started with MATLAB in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!