Matrix Simplification with C^2 = 0 and BC = CB

  • Thread starter Thread starter gtfitzpatrick
  • Start date Start date
  • Tags Tags
    Matrix Simplify
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
10 replies · 2K views
gtfitzpatrick
Messages
372
Reaction score
0

Homework Statement


let A=B+C where B and C are nxn matrices such that C[tex]^{2}[/tex] = 0 and BC=CB show that for p>0, A[tex]^{p+1}[/tex] = B[tex]^{p}[/tex][B+(p+1)C]I started trying to simplify both sides,

(B+C)[tex]^{p+1}[/tex] = B[tex]^{p+1}[/tex] + B[tex]^{p}[/tex]C(p+1)

wanted to get rid of p so multiplied both sides by C

which gives

C(B+C)[tex]^{p+1}[/tex] =CB[tex]^{p+1}[/tex]

i'm not sure if I've done this right or if I am doing it the right way or where to go from here...
 
Physics news on Phys.org


im not sure about the binomial therom,
do you mean (B+C)[tex]^{(p+1)}[/tex] = B(B+C)[tex]^{p}[/tex] + C(B+C)[tex]^{p}[/tex] ?
 


still not sure...you mean (B+C)[tex]^{p+1}[/tex] = (p+1)!B[tex]^{p}[/tex]C[tex]^{p+1}[/tex]
 


That's NOT the binomial theorem. The binomial theorem is (a+b)^n=C(n,0)*a^n+C(n,1)*a^(n-1)*b+...+C(n,n-1)*b*c^(n-1)+C(n,n)*b^n, where the C(n,i) are the binomial coefficients. Look it up. Apply that with a=B, b=C and n=p+1. Why can you ignore every term after the first two? What are C(p+1,0) and C(p+1,1)? You could also prove this by induction. Would you rather do that?
 


wait maybe that's B[tex]^{p}[/tex]C[tex]^{p+1}[/tex]
 


sorry didnt see your reply,thanks a mill i'll look that up now, thanks again
 


think i got it (B+C)[tex]^{p+1}[/tex] = B[tex]^{p+1}[/tex] + (p+1)B[tex]^{p}[/tex]C

we're only concerned with first 2 terms because C[tex]^{2}[/tex] = 0?
 


gtfitzpatrick said:
think i got it (B+C)[tex]^{p+1}[/tex] = B[tex]^{p+1}[/tex] + (p+1)B[tex]^{p}[/tex]C

we're only concerned with first 2 terms because C[tex]^{2}[/tex] = 0?

That's right. And remember we can only do this since BC=CB and we can rearrange the products.
 


thanks a mill for the help