A SERVICE OF

logo

284
Chapter 20: A to Z Function and Instruction Reference
20ATOZ.DOC TI-86, Chap 20, US English Bob Fedorisko Revised: 02/13/01 2:42 PM Printed: 02/13/01 3:05 PM Page 284 of 118
DispT
program editor
I/O menu
DispT
Displays the table.
Program segment in
Func
graphing mode:
©
:y1=4cos x
:DispT
©
Division:
/
F
numberA
/
numberB
or
(
expressionA
)
/
(
expressionB
)
Returns one argument divided by another. The
arguments can be real or complex.
L
98/4
b
L
24.5
L
98/(4
¹
3)
b
L
8.16666666667
number
/
list
or
(
expression
)
/
list
Returns a list in which each element is
number
or
expression
divided by the corresponding element in
list
.
100/{10,25,2}
b
{10 4 50}
list
/
number
or
list
/
(
expression
)
vector
/
number
or
vector
/
(
expression
)
Returns a list or vector in which each element of
list
or
vector
is divided by
number
or
expression
.
{120,92,8}/4
b
{30 23 2}
In
RectC
complex number mode:
[8,1,(5,2)]/2
b
[(4,0) (.5,0) (2.5,1…
listA
/
listB
Returns a list in which each element of
listA
is divided
by the corresponding element of
listB
. The lists must
have the same dimension.
{1,2,3}/{4,5,6}
b
{.25 .4 .5}
Function names are
case-sensitive. Use
y1
, not
Y1
.