LINEAR-ALGEBRA Β· Interactive Practice | Unit 25 Β· Video 1
| Concept | Real Case | Complex Case |
|---|---|---|
| Length squared | ||
| Inner product | ||
| Symmetric / Hermitian | ||
| Orthogonal / Unitary | , so |
The conjugate transpose is: transpose, then conjugate every entry. The rule is simple β whenever you transpose, also conjugate.
For a complex vector, plain can be zero or negative β only gives a real, non-negative length.
is Hermitian when : that forces a real diagonal and conjugate-paired off-diagonals.
is unitary when β its columns orthonormal under the complex inner product.
Question 1
Let . What is (the length squared)?
β Correct! Each is real and non-negative, and .
β Not quite. That's what you'd get from without conjugating β exactly the kind of nonsense answer that motivates using .
β Not quite. Zero would mean is the zero vector, but . With the conjugate, the length squared is positive.
β Not quite. Compute where .
Solution:
The conjugate transpose of is (transpose, then conjugate each entry).
Equivalently, . The result is real and positive, as guaranteed.
Question 2
If is the column vector , what is ?
β Correct! Transpose flips column to row, then conjugation flips to .
β Not quite. You transposed but forgot to conjugate. requires both steps.
β Not quite. You conjugated but forgot to transpose. swaps shape and conjugates.
β Not quite. never negates the real part β only flips the sign of imaginary parts.
Solution:
Apply in two steps:
So , a row vector.
Question 3
Consider the matrix
Is Hermitian?
β Correct! The diagonal is real and the off-diagonal entries and form a conjugate pair, so .
β Not quite. Check both conditions: diagonal entries are real, and off-diagonal and are conjugates β Hermitian is satisfied.
β Not quite. Try again β the hints above can help.
Solution:
Check the structural conditions for :
Both conditions hold, so and is Hermitian.
Question 4
A matrix is unitary, meaning . Which statement about is correct?
β Correct! From we read off . Inverting a unitary matrix is as cheap as conjugate-transposing it.
β Not quite. That's the rule for real orthogonal matrices. For complex unitary matrices, conjugation is essential β in general.
β Not quite. Only special matrices (involutions) satisfy . The general unitary rule is .
β Not quite. Unitary matrices are always invertible β the formula tells us .
Solution:
By definition, . Multiplying both sides by on the right:
So the inverse of a unitary matrix is just its conjugate transpose β extremely cheap to compute. This is the complex generalization of "the inverse of an orthogonal matrix is its transpose."
Note: alone is not the inverse for complex β conjugation is essential. For instance, with , you can check that but .
Solved: 0 / 4