Complex matrix

Here you will find what a complex matrix is and all its characteristics. Also, you will see the different types of complex matrices and examples. Finally, we’ll explain how to calculate operations with complex matrices.

What is a complex matrix?

The definition of complex matrix is as follows.

A complex matrix is a matrix that has some complex number among its elements.

Remember that a complex or imaginary number is a number made up of a real part and an imaginary part, which is indicated by the letter i. For example:

 z=3 + 5i

The real part of the complex number above is 3, and its imaginary part is 5.

Examples of complex matrices

Once we have seen the meaning of complex matrix, let’s look at some examples of complex matrices of different dimensions:

Example of a 2×2 complex matrix

example of a 2x2 dimension complex matrix

Example of a 3×3 complex matrix

example of a 3x3 dimension complex matrix

Example of a 4×4 complex matrix

example of a 4x4 dimension complex matrix

Types of complex matrices

The different types of complex matrices are the following:

  • Conjugate matrix: complex matrix which all its elements have been replaced by their complex conjugates, that is, the sign of the imaginary part of all its complex numbers have been changed. Click the following link to see a conjugate matrix example.
  • Normal matrix: complex matrix that multiplied by its conjugate transpose equals to the product of the conjugate transpose by itself. A normal matrix can also be composed of only real numbers. For more about it, see examples of Normal matrices.
  • Unitary matrix: complex matrix that multiplied by its conjugate transpose is equal to the identity matrix. The properties of this type of complex matrix are quite interesting, for example the conjugate transpose of a unitary matrix is also its inverse. See all the Unitary matrix properties.
  • Hermitian matrix: square complex matrix that is equal to its conjugate transpose. Hermitian matrices are also called self-adjoint matrices. See a Hermitian matrix example.
  • Skew-Hermitian matrix: square complex matrix whose conjugate transpose results in the same matrix but changed sign. It is also called antihermitian matrix. Click the following link to see examples and all the properties of a skew-Hermitian matrix.

Operations with complex matrices

Operations with complex matrices are calculated in the same way as non-complex matrices (or real matrices). However, you have to know how to calculate operations with complex numbers. Let’s see one example for each type of complex matrix operation:

  • Complex matrices addition:

\displaystyle \begin{pmatrix}2+i&5i\\[1.1ex] 3&3-4i\end{pmatrix}+\begin{pmatrix}1-i&4+2i\\[1.1ex] 1-6i&3\end{pmatrix}=\begin{pmatrix}3&4+7i\\[1.1ex] 4-6i&6-4i\end{pmatrix}

  • Complex matrices subtraction:

 \displaystyle\begin{pmatrix}2+i&5i\\[1.1ex] 3&3-4i\end{pmatrix}-\begin{pmatrix}1-i&4+2i\\[1.1ex] 1-6i&3\end{pmatrix}=\begin{pmatrix}1+2i&-4+3i\\[1.1ex] 2+6i&-4i\end{pmatrix}

  • Complex matrices multiplication:

 \displaystyle\begin{pmatrix}2+i&5i\\[1.1ex] 3&3-4i\end{pmatrix}\cdot \begin{pmatrix}1-i&4+2i\\[1.1ex] 1-6i&3\end{pmatrix}=\begin{pmatrix}33+4i&6+23i\\[1.1ex] -18-25i&21-6i\end{pmatrix}

  • Determinant of a complex matrix:

\displaystyle\begin{vmatrix}1+3i&2-4i\\[1.1ex]5i&7-i\end{vmatrix}=-10+10i

  • Inverse of a complex matrix:

\begin{pmatrix}1+3i&2-4i\\[1.1ex] 5i&7-i\end{pmatrix}^{-1}=\begin{pmatrix}-\frac{2}{5}-\frac{3}{10}i&\frac{3}{10}-\frac{1}{10}i\\[2ex] -\frac{1}{4}+\frac{1}{4}i&\frac{1}{10}-\frac{1}{5}i\end{pmatrix}

👉👉👉 If you have any doubt about how to perform all these operations with matrices, you can look for each operation in our search engine. 🔎

Leave a Comment

Your email address will not be published. Required fields are marked *