The hermitian Indexing Function
Description
Examples
The hermitian indexing function can be used to construct rtable objects of type Array or Matrix.
In the construction of 2-dimensional objects, the hermitian indexing function specifies that the (i, j)th element is equal to the complex conjugate of the (j, i)th element.
M≔Matrix⁡1..3,1..3,shape=hermitian
M≔000000000
M1,2≔1+2⁢I
M
01+2⁢I01−2⁢I00000
See Also
antihermitian
Array
Matrix
rtable
rtable_indexfcn
symmetric
Download Help Document