invhilb
Inverse of Hilbert matrix
📝Syntax
h = hilb(n)
h = hilb(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 Hilbert matrix.

💡Examples
h = hilb(5)
🔗See Also
invhilb
📚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