User Guide
>
Note: To create a matrix with randomly-generated entries, select the Random
Type.
You cannot specify properties when defining vectors using the angle-
bracket notation. You must use the Vector constructor.
To define a column vector using the Vector constructor, specify:
• The number of elements. If you explicitly specify all element values,
this argument is not required.
• A list of expressions that define the element values.
• Parameters such as shape, datatype, and fill that set properties of the
vector.
The following two calling sequences are equivalent.
>
>
To create a row vector using the Vector constructor, include row as an index.
142 • 4 Mathematical Computations