Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
How to find the values of d and t for the following inequalities in MATLAB. Where both f1 and f2 should be greater than 98697
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
syms d t real;
assume(d>0);
assume(t>0);
f1 =406.90*((0.049*d)^4-0.04*(d-2*t)^4)/((10.35+(0.2074*d*t-0.2704*t^2)))
f2 =1627.60*((0.049*d)^4-0.04*(d-2*t)^4)/((10.35+(0.2074*d*t-0.2704*t^2)))
s = solve(f1,f2 >98697,d,t)
0 Kommentare
Antworten (0)
Diese Frage ist geschlossen.
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!