| Author |
Comment/Response |
jf
|
11/12/12 1:02pm
soln = Solve[%, x]
x /. First[soln]
x /. Last[soln]
The main documentation page for Solve,
reference.wolfram.com/mathematica/ref/Solve.html,
Section Examples - Basic Examples, shows ways to pull out specific solutions.
http://reference.wolfram.com/mathematica/tutorial/SolvingEquations.html may be useful, too.
URL: , |
|