Understanding Inverse Matrices with Powers

  • Thread starter Thread starter courtrigrad
  • Start date Start date
  • Tags Tags
    Matrices
courtrigrad
Messages
1,236
Reaction score
2
If A = [a_{ij}]^{n\times n} is invertible, show that (A^{2})^{-1} = (A^{-1})^{2} and (A^{3})^{-1} = (A^{-1})^{3}

So basicaly we have a square matrix with elements a_{ij}. This looks slightly familar to (A^{T})^{-1} = (A^{-1})^{T}. Are A^{2} and A^{3} meant to be the elements of the matrix raised to those respective powers? Or does it mean that the matrix is 2\times 2 or 3\times 3?
 
Last edited:
Physics news on Phys.org
The matrix is nxn. A^2 means AA.

As 90% of linear algebra proofs, these problems are solvable in 2-3 lines. If you really don't find it, I can start you and you will find it imidiately. Laying the first equation is the hardest.
 
thanks. I got it, just wasn't clear about the notation.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top