228
Symbols
^
⁻
¹
(reciprocal)
Catalog >
Expr1
^
⁻
¹
⇒
expression
List1
^
⁻
¹
⇒
list
Returns the reciprocal of the argument.
For a list, returns the reciprocals of the
elements in
List1
.
squareMatrix1
^
⁻
¹
⇒
squareMatrix
Returns the inverse of
squareMatrix1
.
squareMatrix1
must be a non-singular
square matrix.
| (constraint operator)
/k
keys
Expr
|
BooleanExpr1
[
and
BooleanExpr2
]...
Expr
|
BooleanExpr1
[
or
BooleanExpr2
]...
The constraint (“|”) symbol serves as a
binary operator. The operand to the left of |
is an expression. The operand to the right of
| specifies one or more relations that are
intended to affect the simplification of the
expression. Multiple relations after | must
be joined by logical “
and
” or “
or
” operators.
The constraint operator provides three basic
types of functionality:
•
Substitutions
•
Interval constraints
•
Exclusions
Substitutions are in the form of an equality,
such as x=3 or y=sin(x). To be most
effective, the left side should be a simple
variable.
Expr
|
Variable
=
value
will
substitute
value
for every occurrence of
Variable
in
Expr
.
Summary of Contents for TI-Nspire CAS
Page 4: ...4 Service and Warranty Information 249 Index 251 ...
Page 248: ...248 ...
Page 250: ...250 ...