<< frank Elementary matrices invhilb >>

Scilab Help >> Funções Elementares > Elementary matrices > 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 Elementary matrices invhilb >>