Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
2025.0.0 - 日本語


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 h(i, j) = 1 / (i + j - 1).

Examples

h = hilbm(4)

See also

  • invhilb — Inverse of the Hilbert matrix
  • magic — Magic square

History

バージョン記述
2025.0.0 Introduction in Scilab.
Report an issue
<< frank elementarymatrices invhilb >>

Copyright (c) 2022-2024 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Thu Oct 24 11:17:40 CEST 2024