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

Online Help

All Products    Maple    MapleSim


The symmetric Indexing Function

 

Description

Examples

Description

• 

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

• 

In the construction of 2-dimensional objects, the symmetric indexing function specifies that the (i, j)th element equals the (j, i)th element.

• 

In general, this indexing function specifies that all entries of an object whose indices are equal under permutations are the same.

  

The indices are rearranged according to a system-determined canonical ordering.

Examples

(1)

(2)

(3)

(4)

(5)

(6)

(7)

(8)

See Also

antisymmetric

Array

indexfcn

Matrix

rtable

rtable_indexfcn

table

 


Download Help Document