HP Prime Graphing Calculator User Manual

Page 485

Advertising
background image

Matrices

479

Spectral Norm

Spectral Norm of a square matrix.

SPECNORM(matrix)

Example:

SPECNORM

returns 5.46498570422

Spectral Radius

Spectral Radius of a square matrix.

SPECRAD(matrix)

Example:

SPECRAD

returns 5.37228132327

Condition

Condition Number. Finds the 1-norm (column norm) of a
square matrix.

COND(matrix)

Example:

COND

returns 21

Rank

Rank of a rectangular matrix.

RANK(matrix)

Example:

RANK

returns 2

Pivot

Given a matrix, a row number n, and a column number,
m, uses Gaussian elimination to return a matrix with
zeroes in column m, except that the element in column m
and row n is kept as a pivot.

pivot(matrix,n,m)

Example:

pivot

returns

1 2
3 4

1 2
3 4

1 2
3 4

1 2
3 4

1 2
3 4
5 6

1 1

, ,

1 2
0 2

0 4

Advertising