testmatrix
generate special matrices, such as Hilbert, Frank
This function is obsolete. Please use magic, invhilb or frank instead.
Syntax
[y] = testmatrix(name, n)
Arguments
- name
a character string
- n
integers, matrix size
- y
nxnmatrix
Description
Creates some particular matrices.
- testmatrix('magi',n)
returns a magic square of size
nxn.- testmatrix('frk',n)
returns the Frank matrix.
- testmatrix('hilb',n)
is the inverse of the
nxnHilbert matrix(Hij= 1/(i+j-1)).
Examples
testmatrix('magi',3) testmatrix('frk',10) testmatrix('hilb',4)
History
| バージョン | 記述 |
| 2025.0.0 | Tagged obsolete and will be removed in Scilab 2026.0.0. |
| Report an issue | ||
| << squarewave | elementarymatrices | toeplitz >> |