linalg(deprecated)
vandermonde
create a Vandermonde matrix
Calling Sequence
Parameters
Description
Examples
vandermonde(L)
L
-
list of expressions
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 Lij−1.
The command with(linalg,vandermonde) allows the use of the abbreviated form of this command.
with⁡linalg:
vandermonde⁡1,2,3,4
1111124813927141664
vandermonde⁡x,y,z
1xx21yy21zz2
See Also
LinearAlgebra
Download Help Document