Solving Equations - Solve.nb

Solving One Equation with the  "Solve" and "NSolve" Commands

Mathematica can try to solve equations for you. Note that the equation has to have two equal signs!

[Graphics:Images/Solve_gr_1.gif]
[Graphics:Images/Solve_gr_2.gif]

Include the variable name you want to solve for, if the choice is not obvious. Here is the quadratic formula:

[Graphics:Images/Solve_gr_3.gif]
[Graphics:Images/Solve_gr_4.gif]

Mathematica always includes complex solutions.

[Graphics:Images/Solve_gr_5.gif]
[Graphics:Images/Solve_gr_6.gif]

If there are problems, the program will let you know. If it does not know what to do, or just can't do it, it will return the input unchanged.

[Graphics:Images/Solve_gr_7.gif]
[Graphics:Images/Solve_gr_8.gif]
[Graphics:Images/Solve_gr_9.gif]
[Graphics:Images/Solve_gr_10.gif]
[Graphics:Images/Solve_gr_11.gif]
[Graphics:Images/Solve_gr_12.gif]

If you are interested in numerical solutions use "NSolve" instead of "Solve".

[Graphics:Images/Solve_gr_13.gif]
[Graphics:Images/Solve_gr_14.gif]
[Graphics:Images/Solve_gr_15.gif]
[Graphics:Images/Solve_gr_16.gif]
[Graphics:Images/Solve_gr_17.gif]
[Graphics:Images/Solve_gr_18.gif]
[Graphics:Images/Solve_gr_19.gif]
[Graphics:Images/Solve_gr_20.gif]
[Graphics:Images/Solve_gr_21.gif]
[Graphics:Images/Solve_gr_22.gif]
[Graphics:Images/Solve_gr_23.gif]

Solving Systems of Equations with the  "Solve" and "NSolve" Commands

This works the same as for one equation. Input the system of equations and the variables to solve for as  lists.

[Graphics:Images/Solve_gr_24.gif]
[Graphics:Images/Solve_gr_25.gif]
[Graphics:Images/Solve_gr_26.gif]
[Graphics:Images/Solve_gr_27.gif]
[Graphics:Images/Solve_gr_28.gif]
[Graphics:Images/Solve_gr_29.gif]
[Graphics:Images/Solve_gr_30.gif]
[Graphics:Images/Solve_gr_31.gif]
[Graphics:Images/Solve_gr_32.gif]
[Graphics:Images/Solve_gr_33.gif]

Etc.


Converted by Mathematica      February 3, 2001