linalg[vandermonde] - create a Vandermonde matrix
|
Calling Sequence
|
|
vandermonde(L)
|
|
Description
|
|
•
|
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 .
|
•
|
The command with(linalg,vandermonde) allows the use of the abbreviated form of this command.
|
|
|