solve 2 variable function in terms of one
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello, I have the function F = 100 - x - 7/(2*x^(3/10)) - y/2 , with x y variables and I would like to solve F=0 and express x in terms of y. As an end result I want to have x=A*y so I can substiture x in another expression. with a simpler function I achieved that by x=solve(F,x) but now that doesnt seem to work. What method should I use to solve that?
0 Kommentare
Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!