The zero Indexing Function
Description
Examples
The zero indexing function can be used to construct rtable objects of type Array, Matrix, or Vector.
In the construction of a Matrix, the zero indexing function specifies a Matrix whose entries all have the value 0.
The specification is the same in the construction of Arrays and Vectors.
Under normal circumstances, Maple does not allocate any storage for the entries.
V≔Vector⁡5,shape=zero
V≔00000
M≔Matrix⁡1..4,1..4,shape=zero
M≔0000000000000000
See Also
Array
LinearAlgebra[ZeroMatrix]
LinearAlgebra[ZeroVector]
Matrix
rtable
rtable_indexfcn
Vector
Download Help Document