206
Matrices
Examples
Identity Matrix
You can create an identity matrix with the
IDENMAT
function. For example,
IDENMAT
(2) creates the 2×2
identity matrix [[1,0],[0,1]].
You can also create an identity matrix using the
MAKEMAT
(
make matrix
)
function. For example, entering
MAKEMAT
(I
J,4,4) creates a 4 ×
4 matrix showing the
numeral 1 for all elements except zeros on the diagonal.
The logical operator (
) returns 0 when I (the row
number) and J (the column number) are equal, and returns
1 when they are not equal.
Transposing a
Matrix
The
TRN
function swaps the row-column and column-row
elements of a matrix. For instance, element 1,2 (row 1,
column 2) is swapped with element 2,1; element 2,3 is
swapped with element 3,2; and so on.
For example,
TRN([[1,2],[3,4]])
creates the matrix
[[1,3],[2,4]]
.
Reduced-Row
Echelon Form
The following set of equations
can be written as the augmented matrix
which can then be stored
as a
real matrix in
any matrix variable. M1 is
used in this example.
You can use the
RREF
function to change this to
reduced row echelon form,
storing it in any matrix
variable. M2 is used in this
example.
x
2
y
–
3
z
+
14
2
x
y
z
–
+
3
4
x
–
2
y
–
2
z
+
14
=
=
=
1
2
–
3 14
2 1
1
–
3
–
4
2
–
2 14
3
4
×
Содержание 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 ...