How to do iteration to solve a nonlinear equation with 1 variable?
Show older comments
I need help to solve this equation: z2=0.0065; z1=0.316; P=101.325; P1=5.32; H=202245
z1=(1-z2/(1-V+P1*V/P))*(1-V+H*V/P)
In this equation, the only unknown variable is V and I want to solve for it. Is there a way to solve it without making a "function" file. Thanks
Accepted Answer
More Answers (0)
Categories
Find more on Systems of Nonlinear Equations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!