Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
2025.1.0 - Français


wilkinson

Wilkinson matrix

Syntax

w = wilkinson(n)

Arguments

n

non negative integer scalar

w

n x n matrix

Description

w = wilkinson(n) returns the Wilkinson matrix.

The Wilkinson matrix is a symmetric and tridiagonal with pairs of nearly but not exactly equal eigenvalues.

Examples

w = wilkinson(7)

See also

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

History

VersionDescription
2025.1.0 Introduction in Scilab.
Report an issue
<< vander Matrice - génération zeros >>

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 May 22 12:54:24 CEST 2025