TI -86 用户手册

下载
页码 431
Chapter 20: A to Z Function and Instruction Reference     
299
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 299 of 118
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 299 of 118
list
 
4
Frac
matrix
 
4
Frac
vector
 
4
Frac
Returns a list, matrix, or vector in which each element
is the rational equivalent of the corresponding element
in the argument.
{1/2+1/3,1/6
N
3/8}¶L1 b
{.833333333333 
L
.208…
Ans
4Frac b
{5/6 
L
5/24}
Func
† mode screen
Func
Sets function graphing mode.
gcd(
MATH MISC menu
gcd(
integerA
,
integerB
)
Returns the greatest common divisor of two
nonnegative integers.
gcd(18,33) b
3
gcd(
listA
,
listB
)
Returns a list in which each element is the gcd of the
two corresponding elements in listA and listB.
gcd({12,14,16},{9,7,5}) b
{3 7 1}
Get(
‡ program editor
I/O menu
Get(
variable
)
Gets data from a CBL or CBR System or another TI
-86
and stores it to variable.