06-08-2014 11:50 AM - edited 06-08-2014 11:51 AM
Hello everyone,
Please help me to solve this problem: I want to solve two following nonlinear equations
1) a*x+b/y+c=0
2) a*x*y^2-x+b^2=0
The outputs are x and y. I should be able to control a, b, and c as inputs. So, for specific values of a,b, and c (which I enter) the code should give me x, and y.
I could solve these equations when the x and y coefficients are specific numbers not variables (like attached) but I can not CONTROL THESE COEFFICIENTS! How can I do that?
Please, please help me, it is very urgent
Thank you
06-08-2014 03:22 PM