Matrix Identify involving Diagonal Matrix

  • Context: Graduate 
  • Thread starter Thread starter hotvette
  • Start date Start date
  • Tags Tags
    Diagonal matrix Matrix
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 4K views
Messages
1,001
Reaction score
11
If V is diagonal, it is easy to show:

[itex](V + V^{-1})^{-1} = V(V^2 + I)^{-1}[/itex]

by multiplying both sides by:

[itex](V + V^{-1})[/itex]

But, I'm wondering if there is a way to derive the RHS from the LHS. Since diagonal matrices behave like scalars, I used a scalar analogy:

[itex](x + 1/x)^{-1} = ((x^2 + 1)/x)^{-1} = x(x^2 + 1)^{-1}[/itex]

But I'd like to show it using matrix terminology. If there is something simple, I'm missing it. Any ideas?
 
Physics news on Phys.org
V doesn't even have to be diagonal, only invertible (and we also need V^2+I to be invertible - if we're working with real matrices, this is automatic).

[tex](V + V^{-1})^{-1} = ((V^2 + I)V^{-1})^{-1} = V(V^2 + I)^{-1},[/tex]

where in the middle step I'm pulling out the "common factor" [itex]V^{-1}[/itex], and in the last step I'm using the fact that [itex](AB)^{-1} = B^{-1}A^{-1}[/itex].
 
Last edited: