Matrices
205
RREF
Reduced-Row Echelon Form. Changes a rectangular
matrix
to its reduced row-echelon form.
RREF
(
matrix
)
SCHUR
Schur Decomposition. Factors a square
matrix
into two
matrices. If
matrix
is real, then the result is
{[[
orthogonal
]],[[
upper-quasi triangular
]]}.
If
matrix
is complex, then the result is
{[[
unitary
]],[[
upper-triangular
]]}.
SCHUR
(
matrix
)
SIZE
Dimensions of
matrix
. Returned as a list: {rows,columns}.
SIZE
(
matrix
)
SPECNORM
Spectral Norm of
matrix
.
SPECNORM
(
matrix
)
SPECRAD
Spectral Radius of a square
matrix
.
SPECRAD
(
matrix
)
SVD
Singular Value Decomposition. Factors an
m × n
matrix
into two matrices and a vector:
{[[
m × m
square orthogonal
]],[[
n × n
square orthogonal
]],
[
real
]}.
SVD
(
matrix
)
SVL
Singular Values. Returns a vector containing the singular
values of
matrix.
SVL
(
matrix
)
TRACE
Finds the trace of a square
matrix.
The trace is equal to
the sum of the diagonal elements. (It is also equal to the
sum of the eigenvalues.)
TRACE
(
matrix
)
TRN
Transposes
matrix
. For a complex matrix, TRN finds the
conjugate transpose.
TRN
(
matrix
)
Содержание 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 ...