HP 39g+ User Manual page 190

Graphing calculator
Hide thumbs Also See for 39g+:
Table of Contents

Advertisement

QR
RANK
ROWNORM
RREF
SCHUR
SIZE
SPECNORM
SPECRAD
13-12
calculation for each element substitutes the current row
number for I and the current column number for J.
MAKEMAT(expression, rows, columns)
Example
MAKEMAT(0,3,3) returns a 3×3 zero matrix,
[[0,0,0],[0,0,0],[0,0,0]].
QR Factorization. Factors an m×n matrix into three
matrices: {[[m×m orthogonal]],[[m×n
uppertrapezoidal]],[[n×n permutation]]}.
QR(matrix)
Rank of a rectangular matrix.
RANK(matrix)
Row Norm. Finds the maximum value (over all rows) for
the sums of the absolute values of all elements in a row.
ROWNORM(matrix)
Reduced-Row Echelon Form. Changes a rectangular
matrix to its reduced row-echelon form.
RREF(matrix)
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)
Dimensions of matrix. Returned as a list: {rows,columns}.
SIZE(matrix)
Spectral Norm of matrix.
SPECNORM(matrix)
Spectral Radius of a square matrix.
SPECRAD(matrix)
Matrices

Advertisement

Table of Contents
loading

Table of Contents