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

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

LabVIEW 8.5 Help
August 2007

NI Part Number:
371361D-01

»View Product Info

Member of the matrix class.

Syntax

c = vander(a)

Description

Computes the Vandermonde matrix of a given vector. The elements of a Vandermonde matrix are consecutive powers of the input elements.

Examples

Inputs

Name Description
a Specifies a vector.

Outputs

Name Description
c Returns the Vandermonde matrix of a. The (i, j)-th element of c is a(i)^length(a)-j). c is a square matrix of the same length as a.

Examples

A = [1, 2, 3, 4]
C = vander(A)


Resources


 

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