Velvet Star Monitor

Standout celebrity highlights with iconic style.

general

Is the negative power of a matrix defined?

Writer Mia Lopez
$\begingroup$

I had a matrices exam last week and I wrote $A^{-2}$ to refer to $(A^{-1})^2$ (A being an invertible matrix). Initially, I was given the question wrong, but I told the professor that I saw in a book that $(A^{-1})^n = A^{-n} = (A^n)^{-1}$ and gave me the point.

He said that $A^{-n}$ isn't defined for matrices, which I may believe since I haven't seen it in this forum yet, but I would find having to write $(A^{-1})^n$ or $(A^n)^{-1}$ very annoying just for the fact that it isn't defined.

So, is it (defined)?

P.D.: The book is Linear Algebra by Paul Dawkins 1.

$\endgroup$ 1

1 Answer

$\begingroup$

Yes, $A^{-n}$ is defined to be $(A^{-1})^n$ when the matrix is invertible.

For example for $$A=\begin {bmatrix}3&2\\4&5\end {bmatrix}$$

We have $$ A^{-1} = \begin {bmatrix}5/7&-2/7\\-4/7&3/7\end {bmatrix}$$

Thus $$ A^{-2} =\begin {bmatrix}5/7&-2/7\\-4/7&3/7\end {bmatrix}^2= \begin {bmatrix}33/49&-16/49\\-32/49&17/49\end {bmatrix}$$

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy