User's Guide
Table Of Contents
- Table of Contents
- Before Using the Calculator
- Calculation Modes and Calculator Setup
- Inputting Expressions and Values
- Basic Calculations
- Function Calculations
- Pi (π), Natural Logarithm Base e
- Trigonometric Functions
- Hyperbolic Functions
- Angle Unit Conversion
- Exponential Functions
- Logarithmic Functions
- Power Functions and Power Root Functions
- Integration Calculations
- Differential Calculations
- Σ Calculations
- Rectangular-Polar Coordinate Conversion
- Factorial Function (!)
- Absolute Value Function (Abs)
- Random Number (Ran#)
- Random Integer (RanInt#)
- Permutation (nPr) and Combination (nCr)
- Rounding Function (Rnd)
- Greatest Common Divisor (GCD) and Least Common Multiple (LCM)
- Using CALC
- Using SOLVE
- Scientific Constants
- Metric Conversion
- Using Calculation Modes
- Complex Number Calculations (CMPLX)
- Statistical Calculations (STAT)
- Base-n Calculations (BASE-N)
- Equation Calculations (EQN)
- Matrix Calculations (MATRIX)
- Creating a Numerical Table from Two Functions (TABLE)
- Vector Calculations (VECTOR)
- Distribution Calculations (DIST)
- Inequality Calculations (INEQ)
- Ratio Calculations
- Technical Information
- Frequently Asked Questions

To exit SOLVE:
Note
• During the time from when you press (SOLVE) until you exit SOLVE by
pressing , you should use Linear Display input procedures for input.
Important!
• Depending on what you input for the initial value for X (solution variable), SOLVE may
not be able to obtain solutions. If this happens, try changing the initial value so they
are closer to the solution.
• SOLVE may not be able to determine the correct solution, even when one exists.
• SOLVE uses Newton's method, so even if there are multiple solutions, only one of
them will be returned.
• Due to limitations in Newton's method, solutions tend to be difficult to obtain for
equations like the following: y = sin(x), y = e
x
, y = √x.
Solution Screen Contents
Solutions are always displayed in decimal form.
(1) Equation (The equation you input.)
(2) Variable solved for
(3) Solution
(4) (Left Side) - (Right Side) result
"(Left Side) - (Right Side) result" shows the result when the right side of
the equation is subtracted from the left side, after assigning the obtained
value to the variable being solved for. The closer this result is to zero, the
higher the accuracy of the solution.
Continue Screen
SOLVE performs convergence a preset number of times. If it cannot find a
solution, it displays a confirmation screen that shows "Continue: [=]",
asking if you want to continue.
43