comparison scripts/special-matrix/invhilb.m @ 5132:5c96a48f8dc2

[project @ 2005-02-08 17:20:38 by jwe]
author jwe
date Tue, 08 Feb 2005 17:20:38 +0000
parents c08cb1098afc
children 4c8a2e4e0717
comparison
equal deleted inserted replaced
5131:89cddd966068 5132:5c96a48f8dc2
64 ## 64 ##
65 ## @end deftypefn 65 ## @end deftypefn
66 ## 66 ##
67 ## @seealso{hankel, vander, sylvester_matrix, hilb, and toeplitz} 67 ## @seealso{hankel, vander, sylvester_matrix, hilb, and toeplitz}
68 68
69 ## Author: Dirk Laurie <dirk@siegfried.wisk.sun.ac.za> 69 ## Author: Dirk Laurie <dlaurie@na-net.ornl.gov>
70 70
71 function retval = invhilb (n) 71 function retval = invhilb (n)
72 72
73 if (nargin != 1) 73 if (nargin != 1)
74 usage ("invhilb (n)"); 74 usage ("invhilb (n)");