| Author |
Comment/Response |
chu
|
10/17/02 01:55am
I'm a novice in using Mathematica.
I have a small question.
What I want to do is to solve simultaneous equations and then do another calculation with the solutions from simultaneous equations.
I know how to solve simultaneous equations, but I have no idea about how I can save or assign the solution to another value.
For example,
if I solve the following equations,
eqns={2x+3y+z==2,x+y-z==1,x+3y+4z==0};
Solve[eqns,{x,y,z}]
This result comes out.
{{x->5,y->-3,z->1}}
But I want to do another calculation with these solution values. How can I recall these solution values and use for another calculation?
Please help me....
URL: , |
|