Matrices
13-1
13
Matrices
Introduction
You can perform matrix calculations in HOME and in
programs. The matrix
and each row
of a matrix appear
in brackets, and the elements and rows are separated by
commas. For example, the following matrix:
is displayed in the history as:
[[1,2,3],[4,5,6]]
(If the Decimal Mark mode is set to
Comma
, then separate
each element and each row with a period.)
You can enter matrices directly in the command line, or
create them in the matrix editor.
Vectors
Vectors are one-dimensional arrays. They are composed
of just one row. A vector is represented with single
brackets; for example, [1,2,3]. A vector can be a real
number vector or a complex number vector, for example
[(1,2), (7,3)].
Matrices
Matrices are two-dimensional arrays. They are composed
of more than one row and more than one column.
Two-dimensional matrices are represented with nested
brackets; for example, [[1,2,3],[4,5,6]]. You can create
complex matrices, for example, [[(1,2), (3,4)], [(4,5),
(6,7)]].
Matrix Variables
There are ten matrix variables available, named M0 to
M9. You can use them in calculations in HOME or in a
program. You can retrieve the matrix names from the
VARS menu, or just type their names from the keyboard.
1 2 3
4 5 6
Содержание 39g+
Страница 1: ...hp 39g graphing calculator user s guide H Edition 2 Part Number F2224 90001 ...
Страница 62: ...2 22 Aplets and their views 5 Display the functions in numeric form ...
Страница 78: ......
Страница 83: ...Sequence aplet 6 3 Select Cobweb Display the table 6 Display the table of values for this example ...
Страница 84: ......
Страница 116: ......
Страница 178: ......