Dashboard

Featured nodes

Roots

  • Public root

Templates

  • Test template
  • iCorps template
  • Guanyu's Latex template
  • Ivar's latex template
  • Family Tree template
  • Latex template
  • Router template

Trees

  • Public trees

Orphans

  • Browse orphan nodes
Related nodes

Parents1

  • Operations on matrices

Siblings8
  • Sort by title
  • Sort by date

  • Addition
  • Conjugation
  • Scalar multiplication
  • Row operations
  • Matrix-vector products
  • Multiplication
  • Transpose and adjoint
  • Inverse

Children5
  • Sort by title
  • Sort by date

  • Definition of conjugate of a matrix
  • Matrix conjugation is an involution.
  • The conjugate of the sum of matrices is the sum of the conjugates.
  • The conjugate of a matrix-scalar product is the product of the conjugates.
  • The conjugate of a product of matrices is the product of the conjugates.
Knowenβ
  • Help
    • Welcome to Knowen!
    • Edit test node (no login required)
    • Create new test node (no login required)
  • Not logged in
    • Sign in
    • Sign up

History & Comments

Back

Fill content

Description:Added matrix conjugation
# Conjugation

Put content here**Definition:** The **complex conjugate** of a matrix $A = (a_{ij})$ with complex entries is the matrix $\overline{A}$ obtained by taking the complex conjugate of each entry:
⏎
$$(\overline{A})_{ij} = \overline{a_{ij}}$$
⏎
where $\overline{a+bi} = a-bi$.
⏎
**Example:**
$$A = \begin{pmatrix} 1+i & 2-3i \\ 4 & 5i \end{pmatrix}, \quad \overline{A} = \begin{pmatrix} 1-i & 2+3i \\ 4 & -5i \end{pmatrix}$$
⏎
**Properties:**
- $\overline{\overline{A}} = A$
- $\overline{A + B} = \overline{A} + \overline{B}$
- $\overline{AB} = \overline{A}\,\overline{B}$
- $\overline{cA} = \overline{c}\,\overline{A}$
- $\det(\overline{A}) = \overline{\det(A)}$
⏎
Conjugation is often combined with transposition to form the **conjugate transpose** (adjoint): $A^* = (\overline{A})^T$.

# Parents

* Operations on matrices
Sign in to add a new comment

Contact us or leave feedback

© KTree Inc. 2026