<< hilbm elementarymatrices linspace >>

Scilab Help >> Elementary Functions > elementarymatrices > invhilb

invhilb

Inverse of the Hilbert matrix

Syntax

h = invhilb(n)

Arguments

n

real scalar

h

n x n matrix

Description

h = invhilb(n) returns the inverse of Hilbert matrix.

Examples

h = invhilb(4)

See also

History

VersionDescription
2025.0.0 Introduction in Scilab.

Report an issue
<< hilbm elementarymatrices linspace >>