| Line 5: |
Line 5: |
| | *This function gives the Hermitian matrix of order 3. | | *This function gives the Hermitian matrix of order 3. |
| | *A Hermitian matrix is defined as the square matrix with complex entries which is equal to its own conjugate transpose. | | *A Hermitian matrix is defined as the square matrix with complex entries which is equal to its own conjugate transpose. |
| − | *i.e., the matrix A is Hermitian if and only if A=A^T, where A^T denotes the conjugate transpose, which is equivalent to the condition a_(ij)=a^__(ji). | + | *i.e., the matrix A is Hermitian if and only if <math>A=A^T</math>, where <math>A^T</math> denotes the conjugate transpose, which is equivalent to the condition <math>a_{ij}=a^_{ji}</math>. |
| | *A hermetian matrix is also called as self-adjoint matrix. | | *A hermetian matrix is also called as self-adjoint matrix. |
| | *The following matrix is the example of 3x3 Hermitian matrix: | | *The following matrix is the example of 3x3 Hermitian matrix: |
| Line 15: |
Line 15: |
| | *The diagonal elements must be real, as they must be their own complex conjugate. | | *The diagonal elements must be real, as they must be their own complex conjugate. |
| | *An integer or real matrix is Hermitian iff it is symmetric. | | *An integer or real matrix is Hermitian iff it is symmetric. |
| − | *In calci, users can change the order and number of the Hermitian matrices. | + | *In calci, users can change the order and number of the Hermitian matrices. |
| | | | |
| | ==Examples== | | ==Examples== |