The constant Indexing Function
|
Description
|
|
•
|
In the construction of a Matrix, the constant[x] indexing function specifies a Matrix whose entries all have the value x.
|
•
|
The specification is the same in the construction of Arrays and Vectors.
|
•
|
If an object is defined by using the constant indexing function, its elements cannot be reassigned.
|
•
|
Under normal circumstances, Maple only stores the value of x. To override this, specify a storage value.
|
|
|