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