User Manual - Page 208

For N3/TBL/1L1/J.

Loading ...
Loading ...
Loading ...
204 Error Codes and Messages
Error
code
Description
180 Break
The d or c key was pressedduring a long calculation or during program execution.
190 Circular definition
This message is displayed to avoid running out of memory during infinite replacement of
variable values during simplification. For example, a+1->a, where a is an undefinedvariable,
will cause this error.
200 Constraint expression invalid
For example, solve(3x^2-4=0,x) | x<0 or x>5 would produce this error message because the
constraintis separated by “or instead of and.”
210 Invalid Data type
An argument is of the wrong data type.
220 Dependentlimit
230 Dimension
A listor matrix index is not valid. For example, if the list {1,2,3,4} is stored in L1, then L1[5] is a
dimension error because L1 only contains four elements.
235 Dimension Error. Not enough elements inthe lists.
240 Dimension mismatch
Two or more arguments must be of the same dimension. For example, [1,2]+[1,2,3] is a
dimension mismatch because the matrices contain a different number of elements.
250 Divide by zero
260 Domain error
An argument must be ina specifieddomain. For example, rand(0) is not valid.
270 Duplicate variable name
280 Else and ElseIf invalid outside of If...EndIf block
290 EndTry is missing the matching Else statement
295 Excessive iteration
300 Expected2 or 3-element list or matrix
310 The first argument of nSolve mustbe an equation in a single variable. It cannot contain a non-
valuedvariable other than the variable of interest.
320 First argumentof solve or cSolve must be an equation or inequality
For example, solve(3x^2-4,x) is invalid because the first argument is not an equation.
Loading ...
Loading ...
Loading ...