linalg(deprecated)/vandermonde - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : linalg(deprecated)/vandermonde

linalg(deprecated)

  

vandermonde

  

create a Vandermonde matrix

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

vandermonde(L)

Parameters

L

-

list of expressions

Description

• 

Important: The linalg package has been deprecated. Use the superseding command LinearAlgebra[VandermondeMatrix], instead.

  

- For information on migrating linalg code to the new packages, see examples/LinearAlgebraMigration.

• 

The function vandermonde(L) returns the Vandermonde matrix formed from the elements of the list.  This square matrix has as its (i,j)th entry Lij1.

• 

The command with(linalg,vandermonde) allows the use of the abbreviated form of this command.

Examples

Important: The linalg package has been deprecated. Use the superseding command LinearAlgebra[VandermondeMatrix], instead.

withlinalg:

vandermonde1,2,3,4

1111124813927141664

(1)

vandermondex,y,z

1xx21yy21zz2

(2)

See Also

LinearAlgebra