complex number root solving
    31 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
    harley
 il 10 Mar 2014
  
    
    
    
    
    Risposto: Salman Khalaf
 il 1 Nov 2020
            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
0 Commenti
Risposta accettata
  Azzi Abdelmalek
      
      
 il 10 Mar 2014
        
      Modificato: Azzi Abdelmalek
      
      
 il 10 Mar 2014
  
      sols=roots([ 1 0 -i])
%or
sols=double(solve('z^2-i'))
0 Commenti
Più risposte (1)
Vedere anche
Categorie
				Scopri di più su Get Started with MATLAB in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


