Texas Instruments TINSPIRE Reference Guide - Page 149

Warning codes and messages

Page 149 highlights

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 110. Warning code 10000 10001 10002 10003 10004 10005 10006 10007 10008 10009 10012 10013 10014 10015 10016 10017 10018 10019 10020 10021 10022 10023 10024 10025 10026 Message Operation might introduce false solutions. Differentiating an equation may produce a false equation. Questionable solution Questionable accuracy Operation might lose solutions. cSolve might specify more zeros. Solve may specify more zeros. More solutions may exist. Domain of the result might be smaller than the domain of the input. Domain of the result might be larger than the domain of the input. Non-real calculation ˆ^0 or undef^0 replaced by 1 undef^0 replaced by 1 1^ˆ or 1^undef replaced by 1 1^undef replaced by 1 Overflow replaced by ˆ or Lˆ Operation requires and returns 64 bit value. Resource exhaustion, simplification might be incomplete. Trig function argument too big for accurate reduction. Input contains an undefined parameter. Result might not be valid for all possible parameter values. Specifying appropriate lower and upper bounds might produce a solution. Scalar has been multiplied by the identity matrix. Result obtained using approximate arithmetic. Equivalence cannot be verified in EXACT mode. Constraint might be ignored. Specify constraint in the form "\" 'Variable MathTestSymbol Constant' or a conjunct of these forms, for example 'x-12' TI-Nspire™ Reference Guide 143

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164

TI-Nspire™ Reference Guide
143
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
110
.
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.
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
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.
10022
Specifying appropriate lower and upper bounds might produce a solution.
10023
Scalar has been multiplied by the identity matrix.
10024
Result obtained using approximate arithmetic.
10025
Equivalence cannot be verified in EXACT mode.
10026
Constraint might be ignored. Specify constraint in the form "\" 'Variable MathTestSymbol Constant' or a conjunct
of these forms, for example 'x<3 and x>-12'