Skip to content

Errors

The calculator will display an error message whenever an error occurs for any reason during a calculation.

Displaying the Location of an Error

While an error message is displayed, pressing , , or returns to the screen that was displayed immediately before the error message appeared. The cursor will be positioned at the location where the error occurred, ready for input. Make the necessary corrections to the calculation and execute it again.


Example: When you input 14 ÷ 0 × 2 by mistake instead of 14 ÷ 10 × 2.

  • 1402
  • (or or )
  • 1

Error Messages


Syntax ERROR

Cause:

There is a problem with the format of the calculation you are performing.

Action:

Make necessary corrections.



Math ERROR

Cause:

The intermediate or final result of the calculation you are performing exceeds the allowable calculation range.

Your input exceeds the allowable input range (particularly when using functions).

The calculation you are performing contains an illegal mathematical operation (such as division by zero).

While using an app that does not support complex numbers or while a screen that does not accept input of complex numbers is displayed, you attempted to execute a calculation that includes a variable where a complex number is stored.

Action:

Check the input values, reduce the number of digits, and try again.

When using a variable as the argument of a function, make sure that the variable value is within the allowable range for the function.

To execute a calculation that includes a variable where a complex number is stored, while using an app that does not support complex numbers or while a screen that does not accept input of complex numbers is displayed, change the value stored to the variable to a real number.



Stack ERROR

Cause:

The calculation you are performing has caused the capacity of the numeric stack or the command stack to be exceeded.

The calculation you are performing has caused the capacity of the matrix or vector stack to be exceeded.

Action:

Simplify the calculation expression so it does not exceed the capacity of the stack.

Try splitting the calculation into two or more parts.



Argument ERROR

Cause:

There is a problem with the argument of the calculation you are performing.

Action:

Make necessary corrections.



Dimension ERROR (Matrix and Vector apps only)

Cause:

You are trying to perform a calculation with matrices or vectors whose dimensions do not allow that type of calculation.

Action:

Check the dimensions specified for the matrices or vectors to see if they are compatible with the calculation.



Variable ERROR (Equation app’s Solver feature only)

Cause:

An attempt to execute Solver for an expression input without any variable included.

Action:

Input an expression that includes a variable.



Cannot Solve (Equation app’s Solver feature only)

Cause:

The calculator could not obtain a solution.

Action:

Check for errors in the equation that you input.

Input a value for the solution variable that is close to the expected solution and try again.



Range ERROR

Cause (Table app):

An attempt to generate a number table in the Table app whose conditions cause it to exceed the maximum number of allowable rows.

Action:

Narrow the table calculation range by changing the Start, End, and Step values, and try again.

Cause (Spreadsheet app):

During batch input in the Spreadsheet app, input for Range is outside the allowable range or is a cell name that does not exist.

Action:

For Range, input a cell name within the range of A1 through E45, using the syntax: "A1:A1".

Cause (Math Box app):

The value input as the Attempts (number of trials) for Dice Roll or Coin Toss is outside the allowable range or is a non-integer value.

Action:

For Attempts, input an integer value that is within the allowable range.



Time Out

Cause (differential or integration calculation):

The current differential or integration calculation ends without the ending condition being fulfilled.

Action:

Try increasing the tol value. Note that this also decreases solution precision.

Cause (Distribution app):

The current distribution calculation ends without the ending condition being fulfilled.

Action:

Change the value of each parameter.



Circular ERROR

Cause (f(x) and g(x) feature):

Circular reference is occurring in a registered composite function ("Registering a Composite Function").

Action:

Do not have g(x) input into f(x), and f(x) input into g(x) at the same time.

Cause (Spreadsheet app):

There is a circular reference (such as "=A1" in cell A1) in the spreadsheet.

Action:

Change cell contents to remove the circular references.



Memory ERROR (Spreadsheet app only) 

Cause:

You are attempting to input data that exceeds the allowable input capacity (1,700 bytes).

You are attempting to input data that results in a chain of consecutive cell references (such as cell A2 referenced from cell A1, cell A3 referenced from cell A2…, etc.) This type of input always causes this error to be generated, even if memory capacity (1,700 bytes) is not exceeded.

Action:

Delete unneeded data and input data again.

Minimize input that results in a chain of consecutive cell references.



Not Defined

Cause (f(x) and g(x) feature):

You attempted to calculate f(x) or g(x) with f(x)/g(x) undefined.

Action:

Define f(x) or g(x) before calculating f(x)/g(x).

Cause (Matrix and Vector apps):

The matrix or vector you are trying to use in a calculation was input without specifying its dimension.

Action:

Specify the dimension of the matrix or vector and then perform the calculation again.

Top of page