Finding the Inverse of (A-I) Given A^2=0

  • Thread starter Thread starter transgalactic
  • Start date Start date
  • Tags Tags
    Algebra
transgalactic
Messages
1,386
Reaction score
0
i am given a square matrix called A(they don't specify how it looks)
i am given that
A^2=0

I-unit matrix

find (A-I)^-1
??-1 is the inverse command

i can pick many matrices which A^2=0
and do this easy subtraction and inverse function

but i need here a general solution
??
 
Physics news on Phys.org
Maybe this question can be of help to you :smile:

Or, if you want another approach, notice the real number identity
\frac{1}{x - 1} = \frac{1}{x - 1} \times \frac{x + 1}{x + 1}
 
I believe that where they're heading with this problem is expressing (A - I)^(-1) as an infinite series. Another poster had a similar problem yesterday.

A problem that is somewhat analogous is the series representation for 1/(1 -a) = 1 + a + 1/2! * a^2 + 1/3! * a^3 + ... + 1/n! * a^n + ...

You're trying to find (A - I)^(-1), which is (-(I - A))^(-1). This latter expression can be shown (I think) to be equal to -(I - A)^(-1), which should be equal to
-[I + A + 1/2! * A^2 + 1/3! * A^3 + ... + 1/n! * A^n + ...]

As a sanity check, I picked a 2 X 2 matrix A = [0 1; 0 0] (shown row by row), and things worked out, which gave me some evidence that I was on the right track.


BTW, I is usually called an identity matrix.
 
Mark44 said:
I believe that where they're heading with this problem is expressing (A - I)^(-1) as an infinite series. Another poster had a similar problem yesterday.

Yes, only it won't become infinite. And I posted a link to that question in my earlier post.
 
CompuChip said:
Yes, only it won't become infinite.
Didn't want to give everything away:smile:
 
thanks
 
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