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

Online Help

All Products    Maple    MapleSim


The hermitian Indexing Function

 

Description

Examples

Description

• 

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.

Examples

MMatrix1..3,1..3,shape=hermitian

M000000000

(1)

M1,21+2I

M1,21+2I

(2)

M

01+2I012I00000

(3)

See Also

antihermitian

Array

Matrix

rtable

rtable_indexfcn

symmetric