Wiki

Clone wiki

symja_android_library / Symbols / HilbertMatrix

HilbertMatrix

HilbertMatrix(n)
gives the hilbert matrix with n rows and columns.

Examples

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

See:

Related terms

CharacteristicPolynomial, ConjugateTranspose, Det, DiagonalMatrix, Dot, Eigenvalues, Eigenvectors, IdentityMatrix, Inverse, JacobiMatrix, LinearSolve, LUDecomposition, MatrixPower, MatrixQ,MatrixRank, NullSpace, SingularValueDecomposition, Tr, Transpose, VandermondeMatrix, VectorQ

Updated