generate special matrices, such as Hilbert, Frank
This function is obsolete. Please use magic, invhilb or frank instead.
[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 Frank matrix.
is the inverse of the n
x n
Hilbert matrix (Hij= 1/(i+j-1))
.
Version | Description |
2025.0.0 | Tagged obsolete and will be removed in Scilab 2026.0.0. |