How to find the roots of equations in Matlab v7.12
    3 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
how can I find roots for equation x^3=a
where a is a defined variable = 0.3 (a=0.3) and '^' means 'power'
Please help
thanks MissA
0 commentaires
Réponses (2)
  Muruganandham Subramanian
      
 le 12 Déc 2012
        
      Modifié(e) : Muruganandham Subramanian
      
 le 12 Déc 2012
  
      try this:
a=0.3;
x=nthroot(a,(-1/3));
for more info,
>>help nthroot
0 commentaires
Voir également
Catégories
				En savoir plus sur Symbolic Math Toolbox dans Help Center et File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!