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

Online Help

All Products    Maple    MapleSim


The Circulant Indexing Function

 

Description

Examples

Description

• 

The Circulant indexing function can be used to construct rtable objects of type Array or Matrix.

• 

In the specification of a Matrix, if Circulant[V] is included in the calling sequence as an indexing function, where V is a Vector or list of algebraic values, a Circulant Matrix is returned.

  

Note:    A Circulant Matrix is a Matrix where the entries of a given row are the elements of the previous row moved cyclically one position to the right.  All entries on the main diagonal are therefore identical.

• 

The specification is similar in the construction of an Array.

Examples

MMatrix3,shape=Circulant1,2,3

M123312231

(1)

See Also

Array

Matrix

rtable

rtable_indexfcn