Matrices
193
18
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]]
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 at least 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 matrix names from the Vars
menu, or just type their names from the keyboard.
1 2 3
4 5 6
Содержание 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 ...