Vandermonde - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


The Vandermonde Indexing Function

 

Description

Examples

Description

• 

The Vandermonde indexing function can be used to construct rtable objects of type Array or Matrix.

• 

In the specification of a Matrix, if Vandermonde[V] is included in the calling sequence as an indexing function, where V is a Vector or a list of algebraic values or a name, a Vandermonde Matrix is returned.

  

Note:    A Vandermonde Matrix is a Matrix with entries M[i,j] = V[i]^(j-1).

• 

The specification is the same in the construction of an Array.

Examples

AArrayVandermonde1,2,3,4,5,1..4,1..3

A1111241391416

(1)

MMatrix3,shape=Vandermondea,b,c

M1aa21bb21cc2

(2)

MMatrix3,shape=Vandermondev

M1v1v121v2v221v3v32

(3)

See Also

Array

Matrix

rtable

rtable_indexfcn