Texas Instruments TINSPIRE Reference Guide - Page 147

Argument Error, Refresh Libraries.

Page 147 highlights

Error code 1150 1160 1170 1180 1190 1200 1210 1220 1230 1250 1260 1270 1280 1290 1300 Description Argument error The first two arguments must be polynomial expressions in the third argument. If the third argument is omitted, the software attempts to select a default. Invalid library pathname A pathname must be in the form xxx\yyy, where: • The xxx part can have 1 to 16 characters. • The yyy part can have 1 to 15 characters. See the Library section in the documentation for more details. Invalid use of library pathname • A value cannot be assigned to a pathname using Define, :=, or sto &. • A pathname cannot be declared as a Local variable or be used as a parameter in a function or program definition. Invalid library variable name. Make sure that the name: • Does not contain a period • Does not begin with an underscore • Does not exceed 15 characters See the Library section in the documentation for more details. Library document not found: • Verify library is in the MyLib folder. • Refresh Libraries. See the Library section in the documentation for more details. Library variable not found: • Verify library variable exists in the first problem in the library. • Make sure library variable has been defined as LibPub or LibPriv. • Refresh Libraries. See the Library section in the documentation for more details. Invalid library shortcut name. Make sure that the name: • Does not contain a period • Does not begin with an underscore • Does not exceed 16 characters • Is not a reserved name See the Library section in the documentation for more details. Domain error: The tangentLine and normalLine functions support real-valued functions only. Domain error. Trigonometric conversion operators are not supported in Degree or Gradian angle modes. Argument Error Use a system of linear equations. Example of a system of two linear equations with variables x and y: 3x+7y=5 2y-5x=-1 Argument Error: The first argument of nfMin or nfMax must be an expression in a single variable. It cannot contain a non-valued variable other than the variable of interest. Argument Error Order of the derivative must be equal to 1 or 2. Argument Error Use a polynomial in expanded form in one variable. Argument Error Use a polynomial in one variable. Argument Error The coefficients of the polynomial must evaluate to numeric values. TI-Nspire™ Reference Guide 141

  • 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
141
1150
Argument error
The first two arguments must be polynomial expressions in the third argument. If the third argument is omitted,
the software attempts to select a default.
1160
Invalid library pathname
A pathname must be in the form
xxx
\
yyy
, where:
The
xxx
part can have 1 to 16 characters.
The
yyy
part can have 1 to 15 characters.
See the Library section in the documentation for more details.
1170
Invalid use of library pathname
A value cannot be assigned to a pathname using
Define
,
:=
, or sto
&
.
A pathname cannot be declared as a Local variable or be used as a parameter in a function or program
definition.
1180
Invalid library variable name.
Make sure that the name:
Does not contain a period
Does not begin with an underscore
Does not exceed 15 characters
See the Library section in the documentation for more details.
1190
Library document not found:
Verify library is in the MyLib folder.
Refresh Libraries.
See the Library section in the documentation for more details.
1200
Library variable not found:
Verify library variable exists in the first problem in the library.
Make sure library variable has been defined as LibPub or LibPriv.
Refresh Libraries.
See the Library section in the documentation for more details.
1210
Invalid library shortcut name.
Make sure that the name:
Does not contain a period
Does not begin with an underscore
Does not exceed 16 characters
Is not a reserved name
See the Library section in the documentation for more details.
1220
Domain error:
The tangentLine and normalLine functions support real-valued functions only.
1230
Domain error.
Trigonometric conversion operators are not supported in Degree or Gradian angle modes.
1250
Argument Error
Use a system of linear equations.
Example of a system of two linear equations with variables x and y:
3x+7y=5
2y-5x=-1
1260
Argument Error:
The first argument of
nfMin
or
nfMax
must be an expression in a single variable. It cannot contain a non-valued
variable other than the variable of interest.
1270
Argument Error
Order of the derivative must be equal to 1 or 2.
1280
Argument Error
Use a polynomial in expanded form in one variable.
1290
Argument Error
Use a polynomial in one variable.
1300
Argument Error
The coefficients of the polynomial must evaluate to numeric values.
Error code
Description