878
Appendix A: Functions and Instructions
=
(equal)
Á
key
expression1
=
expression2
⇒
Boolean expression
list1
=
list2
⇒
Boolean list
matrix1
=
matrix2
⇒
Boolean matrix
Returns true if
expression1
is determined to be equal
to
expression2
.
Returns false if
expression1
is determined to not be
equal to
expression2
.
Anything else returns a simplified form of the
equation.
For lists and matrices, returns comparisons element
by element.
Example function listing using math test
symbols: =,
ƒ
, <,
c
, >,
‚
:g(x)
:Func
:If x
c
ë
5 Then
: Return 5
: ElseIf x>
ë
5 and x<0 Then
: Return
ë
x
: ElseIf x
‚
0 and x
ƒ
10 Then
: Return x
: ElseIf x=10 Then
: Return 3
:EndIf
:EndFunc
Graph g(x)
¸
≠
¥
Á
key
expression1
≠
expression2
⇒
Boolean expression
list1
≠
list2
⇒
Boolean list
matrix1
≠
matrix2
⇒
Boolean matrix
Returns
true
if
expression1
is determined to be not
equal to
expression2
.
Returns
false
if
expression1
is determined to be
equal to
expression2
.
Anything else returns a simplified form of the
equation.
For lists and matrices, returns comparisons element
by element.
See "=" (equal) example.
<
2 Â
key
expression1
<
expression2
⇒
Boolean expression
list1
<
list2
⇒
Boolean list
matrix1
<
matrix2
⇒
Boolean matrix
Returns
true
if
expression1
is determined to be less
than
expression2
.
Returns
false
if
expression1
is determined to be
greater than or equal to
expression2
.
Anything else returns a simplified form of the
equation.
For lists and matrices, returns comparisons element
by element.
See "=" (equal) example.
Summary of Contents for Titanium TI-89
Page 9: ...Getting Started 6 TI 89 Titanium keys Ë Ì Í Ê ...
Page 34: ...Getting Started 31 2 or D 2 B u s i n e s s D B D B Press Result ...
Page 43: ...Getting Started 40 3 0 D B D D B D Press Result ...
Page 44: ...Getting Started 41 D 2 0 0 2 D B Scroll down to October and press Press Result ...
Page 58: ...Getting Started 55 Example Set split screen mode to TOP BOTTOM Press Result 3 B D ...
Page 70: ...Getting Started 67 ...
Page 175: ...Operating the Calculator 172 From the Keyboard ...
Page 456: ...Tables 453 ...
Page 527: ...Data Matrix Editor 524 ...