A nonlinear system is depicted as follows:
x = 2*a-b+w-2*m;
y = b-a+m-w;
z = 2*a+b-2*m-w;
x*z^3/(m*w)-kp1 = 0;
y*z/(x*w)-kp2 = 0;
where the parameters a,b kp1,and kp2 are inputs, the parameters m and w are outputs.
We want to solve the last two equations with the "nonlinear equation solvers" to setup the model relating the inputs and outputs.
How can I build the VI?
I tried to enter the equations refering to "Equation Explorer Example.vi", but it can not work with inputs variable.
I also tried to build the equations with "concatanent string",etc., but it is rather a tedious works even to make a simple equation.
Thanks in advance.
Dongbin