hilb
Hilbert matrix
📝Syntax
h = invhilb(n)
h = invhilb(n, className)
📥Input Arguments
Parameter Description
n a scalar, nonnegative integer.
className 'single' or 'double' (default).
📤Output Arguments
Parameter Description
h Hilbert matrix.
📄Description

hilb computes the exact inverse of the exact Hilbert matrix.

💡Examples
h = invhilb(5)
🔗See Also
hilb
📚Bibliography
https://en.wikipedia.org/wiki/David_Hilbert, and Thanks to https://nhigham.com/2020/06/30/what-is-the-hilbert-matrix/
🕔Version History
Version Description
1.0.0 initial version
Edit this page on GitHub