h = invhilb(n)
h = invhilb(n, className)
| Parameter | Description |
|---|---|
| n | a scalar, nonnegative integer. |
| className | 'single' or 'double' (default). |
| Parameter | Description |
|---|---|
| h | Hilbert matrix. |
hilb computes the exact inverse of the exact Hilbert matrix.
h = invhilb(5)
| Version | Description |
|---|---|
| 1.0.0 | initial version |