Syntax
[y] = testmatrix(name, n)
Arguments
- name
a character string
- n
integers, matrix size
- y
n
xn
matrix
Description
Creates some particular matrices.
- testmatrix('magi',n)
returns a magic square of size
n
xn
.- testmatrix('frk',n)
returns the Franck matrix.
- testmatrix('hilb',n)
is the inverse of the
n
xn
Hilbert matrix(Hij= 1/(i+j-1))
.
Report an issue | ||
<< squarewave | Matrix generation | toeplitz >> |