Solving Nilpotent Matrices: Invertibility of I+N

  • Thread starter Thread starter angelz429
  • Start date Start date
  • Tags Tags
    Matrices
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
11 replies · 4K views
angelz429
Messages
24
Reaction score
0
[SOLVED] Nilpotent matrices

Homework Statement




Use the McLaurin series for 1/(1+x) to show that I + N is invertible where N is a nilpotent matrix.



Homework Equations


n/a



The Attempt at a Solution


It has something to do with the inverse of 1+x is 1/(1+x), but I'm lost. I'm not sure where to start nor what exactly I need to do.
 
Physics news on Phys.org
Ok, I understand that I need to start with the maclaurin series, and I've done that, but I'm not sure what that shows me.
 
You might want to show us what you found for the MacLaurin series so we can make sure you are finding the correct thing. Then substitute N for x. What else? What does the nilpotency of N tell you about the infinite MacLaurin series?
 
ok well we know:
P(n) = 1 + x + ... + x^n
xP(n) = x + x^2 + ... + x^n + x^(n+1)

(x-1)P(n)=x^(n+1)-1

P(n) = x^(n+1)-1/(x-1) goes to -1/(x-1) = 1/(1-x) <== close to 1/(1+x)

if you use -x, P(n)= 1/(1+x)


because the MacLaurin series for 1/(1+x)
f(x) = f(0) + f'(0)x + f''(0)x^2 + ...
f(x) = 1 + x + x^2 + ...
 
yes...
Let P(n) = 1-x+x^2-x^3+x^4-...+x^n
xP(n) = x-x^2+....-x^n+x^(n+1)

add them
(x+1)P(n)=1+x^(n+1)

therefore P(n)=1+x^(n+1)/(x+1) which goes to 1/(1+x)
 
angelz429 said:
yes...
Let P(n) = 1-x+x^2-x^3+x^4-...+x^n
xP(n) = x-x^2+....-x^n+x^(n+1)

add them
(x+1)P(n)=1+x^(n+1)

therefore P(n)=1+x^(n+1)/(x+1) which goes to 1/(1+x)

Ok, so what happens when x is the nilpotent matrix N??
 
P(n) approaches 1/(1+0) = 1
 
so how does this show that I + N is invertible?