Error Message

 

Cause

 

Action

 

 

 

 

 

Math ERROR

An intermediate or the final result

Check your input values and

 

 

of the calculation falls outside of

 

reduce the number of digits, if

 

 

the allowable calculation range.

 

required.

 

An input value is outside the

When using independent memory

 

 

allowable input range.

 

or a variable as the argument

 

You are trying to perform an illegal

 

of a function, make sure that

 

 

mathematical operation (such as

 

the memory or variable value is

 

 

division by zero).

 

within the allowable range for the

 

 

 

 

function.

 

You input a complex number as an

Complex numbers cannot be used

 

 

argument of a function.

 

as arguments of trigonometric

 

 

 

 

functions and other functions.

 

 

 

 

Change the argument to a real

 

 

 

 

number.

 

 

 

 

 

Stack ERROR

The calculation has causes the

Simplify the calculation expression

 

 

capacity of the numeric stack

 

so it does not exceed the capacity

 

 

or the command stack to be

 

of the stacks.

 

 

exceeded.

Try splitting the calculation into

 

The calculation includes more

 

two or more parts.

 

 

than 10 matrices.

 

 

 

 

 

 

 

Syntax ERROR

The syntax of the calculation

Check the syntax and make the

 

 

expression is wrong.

 

required corrections.

 

 

 

 

 

Argument ERROR

The calculation is using the wrong

Check how arguments are being

 

 

argument.

 

used and make the required

 

 

 

 

corrections.

 

 

 

 

 

Dimension ERROR

The matrix used in a calculation

Change the matrix to one that

 

 

does not contain anything.

 

contains data.

 

You are trying to perform an

Check the matrices and make

 

 

addition or other operation

 

sure they are within the limits

 

 

with two matrices of different

 

for the type of calculation being

 

 

dimensions, or some other illegal

 

performed.

 

 

matrix operation.

 

 

 

 

 

 

 

Can’t Solve

SOLVE (page 92) could not obtain

Check the equation to make sure it

 

 

a solution. (Example: X = X + 1)

 

does not contain any errors.

 

 

 

Input an initial value that is close to

 

 

 

 

the solution and try again.

Time Out

Integration or differential calculation

Increase the tol value to loosen the

 

 

executed, but the solution does not

 

solution conditions and try again.

 

 

satisfy end conditions.

 

Solution precision will be lower in

 

 

 

 

this case.

 

 

 

In the case of differentiation of a

 

 

 

 

trigonometric function, select Rad

 

 

 

 

for the angle unit.

 

 

 

 

 

E-133