| Author |
Comment/Response |
Tim Cooper
|
09/26/02 1:45pm
When applying Thread to Solve for a system of equations involving 3 variables I get the empty set:
Thread[Solve[{f1,f2,f3},z]] ?? I am not sure of the syntax I used...
changing the name of the function to Solv resulted in a list of correctly formatted Solve expressions which could be evaluated via cut and paste from the output
f1 thru f3 were equations like 3x+2y-z==4,etc...
There were all solveable for z individually.
Any idea how to generate a list of eqns solved for z?
URL: , |
|