I'm given two diagonal matrices $D$ and $E. $ And I've managed to show that $D=UEU^*$ where $U$ is a unitary matrix. I have to show that $D$ and $E$ are related to a permutation: $D=PEP^T$ where P is a permutation matrix. I'm getting confused because I'm getting the strong result that $d_i=e_i$ i.e. $D=E$ from computing the diagonal entries in $DU=UE$ with just these assumptions. When the problem only requires the weaker result $D=PEP^T$. I haven't even used one of the assumptions in the problem! That all the entries on D and E are complex and lie on the unit circle. I don't know what I'm doing wrong or if there's a typo on the text.
2026-02-23 02:55:27.1771815327
What happens when two diagonal matrices are unitarily similar?
218 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in MATRICES
- How to prove the following equality with matrix norm?
- I don't understand this $\left(\left[T\right]^B_C\right)^{-1}=\left[T^{-1}\right]^C_B$
- Powers of a simple matrix and Catalan numbers
- Gradient of Cost Function To Find Matrix Factorization
- Particular commutator matrix is strictly lower triangular, or at least annihilates last base vector
- Inverse of a triangular-by-block $3 \times 3$ matrix
- Form square matrix out of a non square matrix to calculate determinant
- Extending a linear action to monomials of higher degree
- Eiegenspectrum on subtracting a diagonal matrix
- For a $G$ a finite subgroup of $\mathbb{GL}_2(\mathbb{R})$ of rank $3$, show that $f^2 = \textrm{Id}$ for all $f \in G$
Related Questions in MATRIX-CONGRUENCES
- Does congruence transformation preserve definiteness of a nonsymmetric matrix?
- Proof that any antisymmetric matrix C is congruent to a block diagonal matrix?
- If $AA^T$ is a diagonal matrix, what can be said about $A^TA$?
- Number of distinct equivalence classes under *-congruence and T-congruence
- Show that congruence of matrices is an equivalence relation.
- How to solve system of linear congruences with the same modulo?
- Square root of a matrix $A$ and matrices similar to $A$
- Similarity of matrices and its square root over $\mathbb Z$
- Square root and similarity between integer matrices
- Square root of a specific matrix over $\Bbb Z$
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
Since $D$ and $E$ are conjugate by $A$ (i.e., $E = ADA^{-1}$), they must have the same eigenvalues with eigenspaces of the same same dimension: if $Dx = \lambda x$, then $E(Ax) = ADx = \lambda Ax$.
It follows from this that the diagonal entries of $E$ and $D$ are the same, in a possibly different order. If $D$ has diagonal entries $d_i$, consider $\{(i,d_i): i = 1,\dots, n\}$. Since the diagonal entries $e_i$ of $E$ are the same, we can find a permutation $\sigma$ with $\{(i,e_i)\} = \{(i, d_{\sigma(i)})\}$. Your $P$ is the matrix corresponding to this $\sigma$.
Notice, this did not depend on unitary similarity.