<< frank Matrix generation invhilb >>

Scilab Help >> Elementary Functions > Matrix generation > hilbm

hilbm

Hilbert matrix

Syntax

h = hilbm(n)

Arguments

n

real scalar

h

n x n matrix

Description

h = hilbm(n) returns the Hilbert matrix.

The Hilbert matrix is a matrix defined by .

Examples

h = hilbm(4)

See also

History

VersionDescription
2025.0.0 Introduction in Scilab.

Report an issue
<< frank Matrix generation invhilb >>