Warning Codes And Messages - Texas Instruments TI-Nspire CAS Reference Manual

Hide thumbs Also See for TI-Nspire CAS:
Table of Contents

Advertisement

Warning Codes and Messages

You can use the warnCodes() function to store the codes of warnings generated by
evaluating an expression. This table lists each numeric warning code and its associated
message. For an example of storing warning codes, see warnCodes() , page 196.
Warning
code
Message
10000
Operation might introduce false solutions.
10001
Differentiating an equation may produce a false equation.
10002
Questionable solution
10003
Questionable accuracy
10004
Operation might lose solutions.
10005
cSolve might specify more zeros.
10006
Solve may specify more zeros.
10007
More solutions may exist. Try specifying appropriate lower and upper bounds and/or a
guess.
Examples using solve():
solve(Equation, Var=Guess)|lowBound<Var<upBound
solve(Equation, Var)|lowBound<Var<upBound
solve(Equation, Var=Guess)
10008
Domain of the result might be smaller than the domain of the input.
10009
Domain of the result might be larger than the domain of the input.
10012
Non-real calculation
^0 or undef^0 replaced by 1
10013
10014
undef^0 replaced by 1
1^
or 1^undef replaced by 1
10015
10016
1^undef replaced by 1
Overflow replaced by
10017
10018
Operation requires and returns 64 bit value.
10019
Resource exhaustion, simplification might be incomplete.
10020
Trig function argument too big for accurate reduction.
10021
Input contains an undefined parameter.
Result might not be valid for all possible parameter values.
246
Warning Codes and Messages
or
−∞

Advertisement

Table of Contents
loading

Table of Contents