TI -86 用户手册

下载
页码 431
334
     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 334 of 118
Pause
Suspends program execution until the user presses
b.
Percent:
 % 
MATH MISC menu
number
%
   or   
(
expression
)%
Returns a real number or expression divided by 100.
5% b
.05
5%¹200 b
10
(10+5)%¹200 b
30
pEval(
MATH MISC menu
pEval(
coefficientList
,
xValue
)
Returns the value of a polynomial (whose coefficients
are given in coefficientList) at xValue.
Evaluate y=2x
2
+2x+3 at x=5:
pEval({2,2,3},5) b
63
PlOff
STAT PLOT menu
PlOff [1,2,3]
Deselects the specified stat plot numbers.
PlOff 1,3 b
Done
PlOff
Deselects all stat plot numbers.
PlOff b
Done
PlOn
STAT PLOT menu
PlOn [1,2,3]
Selects the specified stat plot numbers, in addition to
any plot numbers that are already selected.
PlOn 2,3 b
Done
PlOn
Selects all stat plot numbers.
PlOn b
Done