Owner's manual

Table Of Contents
VANDERMONDE
Type:
Description;
Access:
Input:
Output:
Flags;
Example:
Builds a Vandermonde matrix from a list of objects. That
is, for a list of n objects, the command creates an n x n
matrix. The row in the matrix consists of the list
items raised to the power of (i-l).
Matrices, (^(RSCES) CREATE
A list of objects.
The corresponding Vandermonde matrix.
Exact mode must be set (flag -105 clear).
Nmneric mode must not be set (flag -03 clear).
Build a Vandermonde matrix from the following list of
objects:
\x, y, z]
Command
Command: VANDERMONDE ({x, y, z})
Result;
1 1 1
X >’ z
2 2 2
X >'
VER
Type:
Description:
Access:
Input:
Output:
Command
Retmns the Computer Algebra System version number,
and date of release.
Catalog,
No input required.
The version and release date of the Computer Algebra
System software.
Computer Algebra Commands Page 14-67