generate special matrices, such as Hilbert, Franck
[y] = testmatrix(name, n)
a character string
integers, matrix size
n
x n
matrix
Creates some particular matrices.
returns a magic square of size n
x n
.
returns the Franck matrix.
is the inverse of the n
x n
Hilbert matrix (Hij= 1/(i+j-1))
.