IceMan30
Military
- Jan 19, 2011
- 32
Hey Y'all,
I'm a bit rusty, and could use some help in solving a system of equations. Let's say I have 2 equations, 2 unknowns (simplified for discussion's sake), and one of my equations looks something like:
B1 = (const1)x1 + (const2)x2^2 + sqrt(x1-x2).
Assuming I can't come up with a third equation, how do I get this thing started? I think it shouldn't be too difficult, but I can't seem to get a grasp of how to properly turn this into a system of equations matlab can solve. Thoughts or comments?
Thanks in advance for any help!
I'm a bit rusty, and could use some help in solving a system of equations. Let's say I have 2 equations, 2 unknowns (simplified for discussion's sake), and one of my equations looks something like:
B1 = (const1)x1 + (const2)x2^2 + sqrt(x1-x2).
Assuming I can't come up with a third equation, how do I get this thing started? I think it shouldn't be too difficult, but I can't seem to get a grasp of how to properly turn this into a system of equations matlab can solve. Thoughts or comments?
Thanks in advance for any help!