For given matrices $A$, $B$ and $\Lambda$. $\Lambda = \text{Diag}(\lambda_1,\cdots, \lambda_n)$ is a diagonal matrix without identical elements $\lambda_i \neq\lambda_j \ \forall i\neq j$. I want to find $Q$ such that $$ AQ\Lambda Q^{-1} + BQ\Lambda^{-1} Q^{-1} $$ is diagonal. Is this diagonalization unique?
2026-03-29 01:33:46.1774748026
'Weighted' diagonalization
65 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in MATRIX-EQUATIONS
- tensor differential equation
- Can it be proved that non-symmetric matrix $A$ will always have real eigen values?.
- Real eigenvalues of a non-symmetric matrix $A$ ?.
- How to differentiate sum of matrix multiplication?
- Do all 2-variable polynomials split into linear factors over the space of $2 \times 2$ complex matrices?
- Big picture discussion for iterative linear solvers?
- Matrix transformations, Eigenvectors and Eigenvalues
- Jordan chevaley decomposition and cyclic vectors
- If $A$ is a $5×4$ matrix and $B$ is a $4×5$ matrix
- Simplify $x^TA(AA^T+I)^{-1}A^Tx$
Related Questions in DIAGONALIZATION
- Determining a $4\times4$ matrix knowing $3$ of its $4$ eigenvectors and eigenvalues
- Show that $A^m=I_n$ is diagonalizable
- Simultaneous diagonalization on more than two matrices
- Diagonalization and change of basis
- Is this $3 \times 3$ matrix diagonalizable?
- Matrix $A\in \mathbb{R}^{4\times4}$ has eigenvectors $\bf{u_1,u_2,u_3,u_4}$ satisfying $\bf{Au_1=5u_1,Au_2=9u_2}$ & $\bf{Au_3=20u_3}$. Find $A\bf{w}$.
- Block diagonalizing a Hermitian matrix
- undiagonizable matrix and annhilating polynom claims
- Show that if $\lambda$ is an eigenvalue of matrix $A$ and $B$, then it is an eigenvalue of $B^{-1}AB$
- Is a complex symmetric square matrix with zero diagonal diagonalizable?
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?
I was going to leave this as a comment, but as it was getting kind of long I decided to post it as an answer instead. That said, it is slightly incomplete, as I am not well versed in solving quadratics over matrix rings (or indeed over any noncommutative rings...)
That said, I suspect there are no solutions in general...
Lets set $X = Q \Lambda Q^{-1}$ (notice $Q \Lambda Q^{-1} = (Q \Lambda^{-1} Q^{-1})^{-1}$).
Your question, then, is to solve $AX + BX^{-1} = D$ for $D$ diagonal.
We can rearrange this into $AX^2 - DX + B = 0$, and a solution to your problem will exist if and only if
While I admit I'm not an expert in solving matrix quadratics, it seems like the stars would have to align for a solution to your problem to exist in general. If you want to look into solving these kinds of quadratics to find solutions, I would caution you before your journey. It seems others have found this subject quite hard (cf. this question).
That said, if we assume everything in sight commutes, and further that $A$ is invertible, then we can solve this equation using the quadratic theorem. (Note, however, that this is a very strong assumption to put on $A$, $B$, and $\Lambda$.)
In this setting, $AX^2 - DX + B = 0$ has solutions if and only if $\sqrt{D^2 - 4AB}$ exists (if and only if $(D^2 - 4AB)$ is positive semi-definite). We can set
$$Q \Lambda Q^{-1} = X = \left ( D \pm \sqrt{D^2 - 4AB} \right ) (2A)^{-1}$$
Given specific matrices $A, B, \Lambda$, we could use this form in order to find those $D$ diagonal which work:
We just symbolically evaluate $\left ( D \pm \sqrt{D^2 - 4AB} \right ) (2A)^{-1}$ to get a matrix $M$ whose entries are polynomials in $d_i$, the diagonal entries of $D$.
We then (symbolically) diagonalize this matrix, to write $M = Q \widetilde{M} Q^{-1}$ with $\widetilde{M}$ diagonal. (Again, the entries of $Q$ and $\widetilde{M}$ will be polynomials in the $d_i$.
Finally, we set $\widetilde{M} = \Lambda$ and solve for the $d_i$ (if a solution exists).
Edit: I couldn't help myself and computed an example. Note any decent computer algebra software can do these computations for you:
e.g.
Say $A = \begin{pmatrix} 1 & 1\\ 0 & 2 \end{pmatrix}$, $B = \begin{pmatrix} 3 & 1\\ 0 & 4 \end{pmatrix}$, $\Lambda = \begin{pmatrix} 4 & 0\\ 0 & 5 \end{pmatrix}$.
Then let's set $D = \begin{pmatrix} x & 0\\ 0 & y \end{pmatrix}$.
We find (proof by wolframalpha)
$$ M = (D + \sqrt{D^2 - 4AB})(2A)^{-1} = \begin{pmatrix} \frac{x + \sqrt{x^2 - 12}}{2} & \frac{-\sqrt{5}i}{2}\\ 0 & \frac{y + \sqrt{y^2 - 32}}{4} \end{pmatrix} $$
Diagonalizing (shown at the bottom of the same wolframalpha page), we see
$M = Q\widetilde{M}Q^{-1}$ with $Q$ too ugly for me to want to type up, and
$$ \widetilde{M} = \begin{pmatrix} \frac{x + \sqrt{x^2 - 12}}{2} & 0\\ 0 & \frac{y + \sqrt{y^2 - 32}}{4} \end{pmatrix} $$
Thus, if $\Lambda = \widetilde{M}$, we see that $x = \frac{19}{4}$ and $y = \frac{54}{5}$ solve the problem.
That is, we can find a $Q$ (using the definition that was too ugly for me to type up) such that
$$ A Q \Lambda Q^{-1} + B Q \Lambda^{-1} Q^{-1} = \begin{pmatrix} \frac{19}{4} & 0\\ 0 & \frac{54}{5} \end{pmatrix} $$
In this case, $D$ seems to be unique (unless I'm missing something obvious). That said, I would still be surprised to see that $D$ is always unique. Also (it bears repeating), this is only possible if $A$ and $B$ commute, and $A$ is invertible. There may be a similar approach in the noncommutative case, but I am unaware of the required techniques.
I hope this helps ^_^