Operating System:
Hello,
I am using origin 8.6 and am trying to fit to a complicated system of equations that is only able to be solved numerically.
For example I have an equation to fit:
I = A*X + B*Y
where:
X^2 + (Y - R - L - K1)*X + (R - Y)*L = 0
Y^2 + (2*X-2*R)*Y +(X^2 -2*R*X) = 0
Y is the dependent variable, L is the independent variable, and R,K1,K2,A, and B are constants, some of which are fixed.
Is it possible to fit this system of equations without solving them explicitly? How would I go about this?
Thanks for the help! |