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

Example 4: T
o determine the logical XNOR of 1111
2
and 101
2
(1111
2
xnor
101
2
)
1111 (BASE) (xnor) 101 1111111111110101
Example 5: T
o determine the bitwise complement of 1010
2
(Not(1010
2
))
(BASE) (Not) 1010 1111111111110101
Example 6: To negate (take the two's complement) of 101101
2
(Neg(101101
2
))
(BASE) (Neg) 101101 1111111111010011
Note
• In the case of a negative binary, octal or hexadecimal value, the calculator converts
the value to binary
, takes the two's complement, and then converts back to the original
number base. For decimal (base-10) values, the calculator merely adds a minus sign.
Equation Calculations (EQN)
You can use the following procedure in the EQN Mode to solve
simultaneous linear equations with two or three unknowns, quadratic
equations, and cubic equations.
1. Press
(EQN) to enter the EQN Mode.
2. On the menu that appears, select an equation type.
To select this
calculation type:
Press this key:
Simultaneous linear
equations with two
unknowns
(a
n
X + b
n
Y = c
n
)
Simultaneous linear
equations with three
unknowns
(a
n
X + b
n
Y + c
n
Z = d
n
)
62