| Author |
Comment/Response |
Chris
|
03/30/07 5:37pm
Hi,
What I'm trying to do is solve a set of simult. equations and then use the resultant 3 variable list of output to do other work. The problem is that the list looks like {q1->x.xxxx,q2->x.xxxx,q3->x.xxxx}
When I try to access the elements of the list the result is useless in calculations. Is there anyway to use q1->x.xxxx in a calculation or get the output in just a list of numbers without the q1,q2,q3?
URL: , |
|