| Author |
Comment/Response |
Henry Lamb
|
10/17/02 10:40pm
You can use the ReplaceAll operator (short form /.) to extract values from a set of rules.
In your case, once you have obtained the solution to your set of equations, simply execute
{x, y, z} = {x, y, z} /. Flatten[%]
to assign the corresponding values to x, y, and z.
URL: , |
|