Application Guide

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 200.
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 resultmightbe smaller than the domain of the input.
10009 Domain of the resultmightbe larger than the domain of the input.
10012 Non-real calculation
10013
^0 or undef^0 replaced by 1
10014 undef^0 replaced by 1
10015
1^ or 1^undef replaced by 1
10016 1^undef replaced by 1
10017
Overflow replaced by or −∞
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.
Warning Codes and Messages 251