| Author |
Comment/Response |
himanshu
|
12/12/05 10:06pm
I would like to evaluate 3 simultaneous equations, assign the values obtained to some variable (say a,b,c) and the again evaluate the 3 simultaneous eqns using a,b,c in them. I need to put this in a loop sice I need to evaluate this a fixed number of times.
My questions are:
1) How do I assign the soln values to a, b,c?
2) In the do loop
Do[expr,{i}]
how are multiple statements written?
URL: , |
|