(13.1^2-b^2 15.2^2 30^2)/(2*13.1*15.2)=1.461
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
calculate b value
2 Commenti
Risposte (1)
Shota Kato
il 3 Dic 2019
syms b
fun = (13.1^2 - b^2 * 15.2^2 * 30^2 ) / (2*13.1*15.2)==1.461;
ans = solve(fun)
ans =
-(25638665^(1/2)*1i)/114000
(25638665^(1/2)*1i)/114000
25638665^(1/2) / 114000
ans =
0.0444
0 Commenti
Vedere anche
Categorie
Scopri di più su Ordinary Differential Equations 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!