Wrong answer in below code?
    2 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
            bw = 36; 
            angle = 60;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
            syms ds
            tw = bw + 2*(ds / tand(angle));
            nm = 0.025;
            Area = 0.5*(bw + tw)*ds;
            P = bw + 2*(ds/sind(angle));
            S = 0.00001;
            A = (((Area)^(5/3))/((P)^(2/3))) == ((200*nm)/(S^0.5))
            height =(vpasolve(A,ds));
OUTPUT: - 49.95106 - 10.88106i
The output is wrong, the correct answer for the above code should be 10.19
Can anyone please tell me why I am not getting the actual answer as 10.19 
0 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
				Scopri di più su Symbolic Math Toolbox 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!