Scilab Home Page | Wiki | Bug Tracker | Forge | Mailing List Archives | Scilab Online Help | File Exchange
ATOMS : Make Matrix details
Login with GitLab

Make Matrix

A collection of test matrices.
(765 downloads for this version - 63400 downloads for all versions)
Details
Version
0.2.1
A more recent valid version with binaries for Scilab 5.4 exists: 0.4.1
Author
Michael Baudin
Owner Organization
Consortium Scilab - DIGITEO
Maintainers
Allan CORNET
Michael BAUDIN
Category
License
Creation Date
November 24, 2011
Source created on
Scilab 5.4.x
Binaries available on
Scilab 5.4.x:
Windows 64-bit Windows 32-bit Linux 64-bit Linux 32-bit macOS
Install command
--> atomsInstall("makematrix")
Description
            The goal of this toolbox is to provide a collection of 
test matrices. 

Some of these matrices appears in specific applied mathematics 
problems. 
For example, the Van Der Monde matrix appears in polynomial interpolation. 
Another example is the Hilbert matrix, which arises in the least squares 
approximation of arbitrary functions by polynomials.

These test matrices can also be used to experiment with linear algebra 
algorithms, such as the resolution of systems of linear equations 
or the eigenvalue problem. 

For some of these test matrices, the exact eigenvalues, condition number or
invert 
is known. 
For example, the Hilbert matrix is symetric positive definite. 
Another example is Frank's matrix, which has a unit derminant, but 
is ill-conditionned.

Features
-------

 * gallery : Returns a test matrix
 * hadamard : Returns the Hadamard matrix
 * magic : Returns the magic matrix
 * rosser : Returns the Rosser matrix.
 * wilkinson : Returns the Wilkinson + matrix
 * makematrix_border : Returns the Border matrix
 * makematrix_cauchy : Returns the Cauchy matrix
 * makematrix_circul : Returns the circular matrix
 * makematrix_diagonali : Returns a matrix of size n with i on the diagonal.
 * makematrix_dingdong : Returns the Ding Dong matrix
 * makematrix_frank : Returns the Frank matrix
 * makematrix_frankmin : Returns the Frank-min matrix 
 * makematrix_hankel : Returns the Hankel matrix
 * makematrix_hilbert : Returns the Hilbert matrix
 * makematrix_identity : Returns the Identity matrix
 * makematrix_invhilbert : Returns the inverse of the Hilbert matrix
 * makematrix_magic : Returns the magic matrix
 * makematrix_moler : Returns the Moler matrix
 * makematrix_normal : Returns a standard normal random matrix
 * makematrix_ones : Returns a matrix of 1 of size n.
 * makematrix_pascal : Returns the Pascal matrix
 * makematrix_toeplitz : Returns the Toeplitz matrix
 * makematrix_urandom : Returns a uniform random matrix
 * makematrix_vandermonde : Returns the Vandermonde matrix
 * makematrix_wilkinsonm : Returns the Wilkinson - matrix
 * makematrix_wilkinsonp : Returns the Wilkinson + matrix
 * makematrix_zeros : Returns a matrix of zeros
            
Files (2)
[79.29 kB]
Source code archive
Same sources as in previous toolbox version, updated to make it available for
Scilab 5.4.0
[116.52 kB]
OS-independent binary for Scilab 5.4.x
Binary version
Automatically generated by the ATOMS compilation chain

News (0)
Comments (1)     Leave a comment 
Comment -- November 28, 2011, 04:57:38 PM    
This version 0.2-1 is correctly packaged.
Test on Windows with Scilab 5.3.2.

-->atomsInstall('makematrix')
 ans  =
 
!makematrix  0.2-1  allusers  SCI\contrib\makematrix\0.2-1  I  !
 
-->atomsLoad('makematrix')

Start Make Matrix
	Load macros
	Load help

 ans  =
 
!makematrix  0.2-1  allusers  SCI\contrib\makematrix\0.2-1  !
 
-->atomsTest('makematrix')
   TMPDIR = C:\Users\baudin\AppData\Local\Temp\SCI_TMP_2876_

   001/029 - [SCI\contrib\makematrix\0.2-1] gallery................passed 
   002/029 - [SCI\contrib\makematrix\0.2-1] hadamard...............passed 
   003/029 - [SCI\contrib\makematrix\0.2-1] magic..................passed 
   004/029 - [SCI\contrib\makematrix\0.2-1] makematrix_border......passed 
   005/029 - [SCI\contrib\makematrix\0.2-1] makematrix_cauchy......passed 
   006/029 - [SCI\contrib\makematrix\0.2-1] makematrix_circul......passed 
   007/029 - [SCI\contrib\makematrix\0.2-1] makematrix_diagonali...passed 
   008/029 - [SCI\contrib\makematrix\0.2-1] makematrix_dingdong....passed 
   009/029 - [SCI\contrib\makematrix\0.2-1] makematrix_frank.......passed 
   010/029 - [SCI\contrib\makematrix\0.2-1] makematrix_frankmin....passed 
   011/029 - [SCI\contrib\makematrix\0.2-1] makematrix_hadamard....passed 
   012/029 - [SCI\contrib\makematrix\0.2-1] makematrix_hankel......passed 
   013/029 - [SCI\contrib\makematrix\0.2-1] makematrix_hilbert.....passed 
   014/029 - [SCI\contrib\makematrix\0.2-1] makematrix_identity....passed 
   015/029 - [SCI\contrib\makematrix\0.2-1] makematrix_invhilbert..passed 
   016/029 - [SCI\contrib\makematrix\0.2-1] makematrix_magic.......passed 
   017/029 - [SCI\contrib\makematrix\0.2-1] makematrix_moler.......passed 
   018/029 - [SCI\contrib\makematrix\0.2-1] makematrix_normal......passed 
   019/029 - [SCI\contrib\makematrix\0.2-1] makematrix_ones........passed 
   020/029 - [SCI\contrib\makematrix\0.2-1] makematrix_pascal......passed 
   021/029 - [SCI\contrib\makematrix\0.2-1] makematrix_rosser......passed 
   022/029 - [SCI\contrib\makematrix\0.2-1] makematrix_toeplitz....passed 
   023/029 - [SCI\contrib\makematrix\0.2-1] makematrix_urandom.....passed 
   024/029 - [SCI\contrib\makematrix\0.2-1] makematrix_vandermonde.passed 
   025/029 - [SCI\contrib\makematrix\0.2-1] makematrix_wilkinsonm..passed 
   026/029 - [SCI\contrib\makematrix\0.2-1] makematrix_wilkinsonp..passed 
   027/029 - [SCI\contrib\makematrix\0.2-1] makematrix_zeros.......passed 
   028/029 - [SCI\contrib\makematrix\0.2-1] rosser.................passed 
   029/029 - [SCI\contrib\makematrix\0.2-1] wilkinson..............passed 
Leave a comment
You must register and log in before leaving a comment.
Login with GitLab
Email notifications
Send me email when this toolbox has changes, new files or a new release.
You must register and log in before setting up notifications.