Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

wilkinson (MathScript Function) (Windows, Not in Base Package)

LabVIEW 8.2 Help
August 2006

NI Part Number:
371361B-01

»View Product Info

Member of the matrix class.

Syntax

c = wilkinson(a)

Description

Generates the Wilkinson test matrix for eigenvalue solvers.

Examples

Inputs

Name Description
a Specifies the size of the test matrix. a is a positive scalar.

Outputs

Name Description
c Returns an a-by-a square Wilkinson matrix. c is symmetric and tridiagonal. The eigenvalues of c are ill-conditioned because you cannot separate them easily.

Examples

A = wilkinson(9)
C = eig(A)


Resources


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit