![Texas Instruments 83PL/CLM/1L1/V - 83 Plus Calc Скачать руководство пользователя страница 515](http://html1.mh-extra.com/html/texas-instruments/83pl-clm-1l1-v-83-plus-calc/83pl-clm-1l1-v-83-plus-calc_manual-book_1094321515.webp)
TI-83 Plus
Programming
512
These menu items direct the flow of an executing program. They make it
easy to repeat or skip a group of commands during program execution.
When you select an item from the menu, the name is pasted to the
cursor location on a command line in the program.
To return to the program editor without selecting an item, press
‘
.
Controlling Program Flow
Program control instructions tell the
TI-83 Plus
which command to
execute next in a program.
If
,
While
, and
Repeat
check a defined
condition to determine which command to execute next. Conditions
frequently use relational or Boolean tests (Chapter 2), as in:
If A<7:A+1
!
A
or
If N=1 and M=1:Goto Z
If
Use
If
for testing and branching. If
condition
is false (zero), then the
command
immediately following
If
is skipped. If
condition
is true (nonzero),
then the next
command
is executed.
If
instructions can be nested.
Содержание 83PL/CLM/1L1/V - 83 Plus Calc
Страница 228: ...TI 83 Plus Draw Instructions 225 DrawInv expression Note You cannot use a list in expression to draw a family of curves...
Страница 293: ...TI 83 Plus Lists 290 Using Lists in Graphing You can use lists to graph a family of curves Chapter 3...
Страница 407: ...TI 83 Plus Inferential Statistics and Distributions 404 Input Calculated results Drawn results...
Страница 412: ...TI 83 Plus Inferential Statistics and Distributions 409 Data Stats Input Calculated results...
Страница 446: ...TI 83 Plus Applications 443 3 Press to place the cursor on the prompt 4 Press to solve for the annual interest rate...
Страница 454: ...TI 83 Plus Applications 451 tvm_FV tvm_FV computes the future value tvm_FV PV PMT P Y C Y...