| Original Message (ID '124729') By jf: |
| 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.
|
|