Skip to content

HilbertMatrix

HilbertMatrix(n)

gives the hilbert matrix with n rows and columns.

HilbertMatrix({n,m})

gives the hilbert matrix with n rows and m columns.

See

Examples

>> HilbertMatrix(2)
{{1,1/2},
{1/2,1/3}}

Implementation status

  • ✅ - full supported

Github