
Student Support Forum: 'New at coding, but need some help.' topicStudent Support Forum > General > "New at coding, but need some help."
| Author |
Comment/Response |
Anthony
|
06/23/10 6:09pm
hi, I have two equations that I have used the Solve function to solve for A in both equations
What I am having trouble with is trying to equate the results and solving for another variable J automatically
Basically this is what I want to do:
Solve[Eqn1, A]
It gives {{A -> blah1}}
Solve[Eqn2, A]
It gives {{A -> blah2}}
Then
Solve[blah1=blah2, J]
It gives J -> blah3
Automatically.
THANKS!
URL: , |
|
| | | |
 | |
|