zero - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


The zero Indexing Function

 

Description

Examples

Description

• 

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.

Examples

VVector5,shape=zero

V00000

(1)

MMatrix1..4,1..4,shape=zero

M0000000000000000

(2)

See Also

Array

LinearAlgebra[ZeroMatrix]

LinearAlgebra[ZeroVector]

Matrix

rtable

rtable_indexfcn

Vector