HilbertMatrix
HilbertMatrix(n)gives the hilbert matrix with
nrows and columns.
HilbertMatrix({n,m})gives the hilbert matrix with
nrows andmcolumns.
See
Examples
>> HilbertMatrix(2){{1,1/2}, {1/2,1/3}}Implementation status
- ✅ - full supported
HilbertMatrix(n)gives the hilbert matrix with
nrows and columns.
HilbertMatrix({n,m})gives the hilbert matrix with
nrows andmcolumns.
See
>> HilbertMatrix(2){{1,1/2}, {1/2,1/3}}