Scilab Reference Manual |
---|
testmatrix — generate some particular matrices
[y]=testmatrix(name,n)
Create some particular matrices
testmatrix('magi',n) | : returns a magic square of size n . |
testmatrix('frk',n) | : returns the Franck matrix : |
testmatrix('hilb',n) | : is the inverse of the nxn Hilbert matrix (Hij= 1/(i+j-1)). |
<< symbols | then >> |