The antisymmetric Indexing Function
|
Description
|
|
•
|
The antisymmetric indexing function is most commonly used as a parameter to the Matrix constructor when creating antisymmetric Matrices (i.e., matrices where the (i, j)th element is the negative of the (j, i)th element).
|
|
The name skewsymmetric is equivalent to antisymmetric in the construction of Matrices (rtable-based).
|
•
|
In general, this indexing function specifies that all entries of an object whose indices are even permutations of each other are the same. All entries whose indices are odd permutations of each other are additive reciprocals. Entries with repeated indices are 0.
|
|
The indices are rearranged according to a system-determined canonical ordering.
|
•
|
The syntax for specifying the antisymmetric indexing function varies for tables and rtable objects. For details, see the following examples.
|
|
|
Examples
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
| (7) |
>
|
|
| (8) |
>
|
|
| (9) |
>
|
|
| (10) |
|
|
Download Help Document
Was this information helpful?