The antihermitian Indexing Function
Description
Examples
The antihermitian indexing function can be used to construct rtable objects of type Array or Matrix.
In the construction of 2-dimensional objects, the antihermitian indexing function specifies that the (i, j)th element is equal to the negative of the complex conjugate of the (j, i)th element.
The name skewhermitian is equivalent to antihermitian.
M≔Matrix⁡1..3,1..3,shape=antihermitian
M≔000000000
M1,2≔1+2⁢I
M
01+2⁢I0−1+2⁢I00000
A≔Array⁡skewhermitian,1..4,1..4,a,b↦a+I⋅a⋅b
A≔01+2⁢I1+3⁢I1+4⁢I−1+2⁢I02+6⁢I2+8⁢I−1+3⁢I−2+6⁢I03+12⁢I−1+4⁢I−2+8⁢I−3+12⁢I0
See Also
Array
hermitian
Matrix
rtable
rtable_indexfcn
symmetric
Download Help Document