MATLAB Function Reference
  Go to function:
    Search    Help Desk 
wilkinson    Examples   See Also

Wilkinson's eigenvalue test matrix

Syntax

Description

W = wilkinson(n) returns one of J. H. Wilkinson's eigenvalue test matrices. It is a symmetric, tridiagonal matrix with pairs of nearly, but not exactly, equal eigenvalues.

Examples

wilkinson(7) is

The most frequently used case is wilkinson(21). Its two largest eigenvalues are both about 10.746; they agree to 14, but not to 15, decimal places.

See Also

eig         Eigenvalues and eigenvectors

gallery     Test matrices

pascal      Pascal matrix



[ Previous | Help Desk | Next ]