Texas TI-86 用户手册

下载
页码 431
Chapter 20: A to Z Function and Instruction Reference     
295
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 295 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 295 of 118
Fill(
LIST OPS menu
MATRX OPS menu
VECTR OPS menu
Fill(
number
,
listName
)
Fill(
number
,
matrixName
)
Fill(
number
,
vectorName
)
Replaces each element in an existing listName,
matrixName
, or vectorName with a real or complex
number
.
{3,4,5}¶L1 b
{3 4 5}
Fill(8,L1) b
Done
L1 b
{8 8 8}
Fill((3,4),L1) b
Done
L1 b
{(3,4) (3,4) (3,4)}
Fix
† mode screen
Fix 
integer
   or   
Fix (
expression
)
Sets fixed decimal mode for integer number of decimal
places, where 0 
 integer  11. An expression must
evaluate to an appropriate integer.
Fix 3 b
Done
p/2 b
1.571
Float b
Done
p/2 b
1.57079632679
FldOff
† graph format screen
(scroll down to
second screen)
FldOff
In 
DifEq
 graphing mode, turns off the slope and
direction fields. To turn on slope fields, use 
SlpFld
. To
turn on direction fields, use 
DirFld
.
Float
† mode screen
Float
Sets floating decimal mode.
In 
Radian
 angle mode:
Fix 11 b
Done
sin (
p/6) b
.50000000000
Float b
Done
sin (
p/6) b
.5