Programming
271
BREAK
Syntax:
BREAK
Exits from a loop. Execution picks up with the first
statement after the loop.
CONTINUE
Syntax:
CONTINUE
Transfer execution to the start of the next iteration of a
loop.
Matrix
Commands
Some matrix commands take as argument the matrix
variable name on which the command is applied. Valid
names are the global variables M0..M9 or a local
variable that contains a matrix.
ADDCOL
Syntax:
ADDCOL
(
name
[ ,
value1,...,valuen
]
,column_number
)
Add Column. Inserts values into a column before
column_number
in the specified matrix. You enter the
values as a vector (these are not optional arguments!).
The values must be separated by commas and the number
of values must be the same as the number of rows in the
matrix name.
ADDROW
Syntax:
ADDROW
(
name
[ ,
value1,...,valuen
]
,row_number
)
Add Row. Inserts values into a row before
row_number
in
the specified matrix. You enter the values as a vector
(these are not optional arguments!). The values must be
separated by commas and the number of values must be
the same as the number of columns in the matrix name.
DELCOL
Syntax:
DELCOL
(
name ,column_number
)
Delete Column. Deletes
column column_number
from
matrix name.
DELROW
Syntax:
DELROW
(
name ,row_number
)
Delete Row. Deletes row
row_number
from matrix name.
EDITMAT
Syntax:
EDITMAT
(
name
)
Starts the Matrix Editor and displays the specified matrix.
If used in programming, returns to the program when user
presses
. Even though this command returns the
Содержание 39gII
Страница 1: ...HP 39gII graphing calculator user s guide Edition1 Part Number NW249 90001 ...
Страница 2: ...Printing History Edition 1 November 201 1 ...
Страница 32: ...22 Getting started ...
Страница 58: ...48 Apps and their views ...
Страница 70: ...60 Function app ...
Страница 80: ...70 Solve app ...
Страница 132: ...122 Parametric app your own table and the split screen functionality available in the Function app ...
Страница 136: ...126 Polar app ...
Страница 140: ...130 Sequence app ...
Страница 148: ...138 Finance app ...
Страница 152: ...142 Linear Solver app ...
Страница 218: ...208 Matrices ...
Страница 226: ...216 Notes and Info ...
Страница 238: ...228 Variables and memory management ...
Страница 318: ...308 Programming ...
Страница 340: ...330 Reference information ...
Страница 346: ...vi Product Regulatory Information ...