I have this system of 3 equations that contain 3 variables:
Approximate solutions are:
OR
How do I solve this system of equations?
One set of solutions is good enough.
Please show all the steps you make.
Thanks.![]()
It will be tedious, but you can do it this way.
Solve for x in the 3rd equation in terms of y and z.
Substitue for x in the 1st and 2nd.
Solve for z in the 2nd equation (using quadratic formula) in terms of y.
Substitue for z in the 1st equation.
Solve for y.
After multiplying the brackets with, I got:
After combining what possible and ordering appropriately, I got:
After multiplying with -1, I got:
Is this correct so far? But this is not a normal quadratic function.
How do I use the quadratic formula with it? Like this?
But z is here as well:![]()
After substituting z in the 1st equation, it did give me the correct value for y.
But it only worked when using + in the quadratic formula. When I used minus, it didn't give me anything.
This went way too complex to be solved by hand, so I used Maple to solve it.
Then I gave Maple the command to solve it for y, but it gave me a long line of some rubbish.
This is what it gave me:
This is only a small part of it though. It continues with multiple y = RootOf(...).y = RootOf(-52936978645430292900*_Z^6-293861552997168000*_Z^8+238000711051843200000*_Z^5 +4505714305341120000*_Z^7-2837670767919*_Z^12+2592194400*_Z^14+1438749685008 00*_Z^11+54414726480*_Z^13-3300393830932800*_Z^10+37486248556335980*_Z^9+1296 0000*_Z^16+2592000*_Z^15-6503192508801875193750000-82136005048011600000000*_Z^2-1728614902681710000000*_Z^4+2814998094954067965000 0*_Z^3, index = 9)
Are there any other programs to solve it for y, or is this the only way and I just don't know what this means?
-- EDIT --
Well, after running all that through the "evalf" command, it gave me all the approximate solutions.
Now I just have to figure out how to calculate it manually.
Thanks for all the help snowtea.![]()
Don't calculate these by hand if you don't have to. Many times you can't even find closed form solutions in terms of roots, fractions, addition and rational numbers.
Most software have algorithms that can get arbitrarily close with approximations.
If you don't trust the answers (good for you), you can always plug the answers back in to check![]()
As another note, 3 unknowns are not necessarily solved with 3 equations. Sometimes you need more, and sometimes less. As you already noticed in your example you have multiple solutions.
Solving n equations for n unknowns uniquely generally apply to linear equations.
For example, if you were dealing with real numbers, I bet you can solve the following for all unknowns with just one equation:
![]()