New Reply

Linear Algebra - Raising a matrix to a power

 
Share Thread Thread Tools
Nov24-12, 04:44 PM   #1
 

Linear Algebra - Raising a matrix to a power


| x 1 0 |
| 0 x 1 |
| 0 0 x |

I need to raise this matrix to the 50th power. Of course I can not solve this the extremely long way. Here is my attempt at this:

Let A represent the matrix above, and let N represent the following matrix:

| 0 1 0 |
| 0 0 1 |
| 0 0 0 |

Then A = XI + N. Since XI * N = N * XI, we can apply the binomial theorem.

A^50 = sum from k = 0 to 50 of (50 C k)(XI)^(50-k)N^k by the binomial theorem

= (XI)^50 + 50N(XI)^49 + 1225N^(2)(XI)^48 + N^3

Now if you take N^3 you will get 0, and if you take N^2, you get the following:

| 0 0 1 |
| 0 0 0 |
| 0 0 0 |

So we get:

I(X)^50 + 50N(X)^49 + 1225N^2(X)^48 which is,

| X^50 50X^49 1225X^48 |
| 0 X^50 50X^49 |
| 0 0 X^50 |

I think this is right. If my work is right could someone help me make this more thorough? I do not want to miss any details and want to show all my work. Thanks.
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> King Richard III found in 'untidy lozenge-shaped grave'
>> Google Drive sports new view and scan enhancements
>> Researcher admits mistakes in stem cell study
Nov24-12, 04:48 PM   #2
 
Recognitions:
Homework Helper Homework Help
Quote by snesnerd View Post
| x 1 0 |
| 0 x 1 |
| 0 0 x |

I need to raise this matrix to the 50th power. Of course I can not solve this the extremely long way. Here is my attempt at this:

Let A represent the matrix above, and let N represent the following matrix:

| 0 1 0 |
| 0 0 1 |
| 0 0 0 |

Then A = XI + N. Since XI * N = N * XI, we can apply the binomial theorem.

A^50 = sum from k = 0 to 50 of (50 C k)(XI)^(50-k)N^k by the binomial theorem

= (XI)^50 + 50N(XI)^49 + 1225N^(2)(XI)^48 + N^3

Now if you take N^3 you will get 0, and if you take N^2, you get the following:

| 0 0 1 |
| 0 0 0 |
| 0 0 0 |

So we get:

I(X)^50 + 50N(X)^49 + 1225N^2(X)^48 which is,

| X^50 50X^49 1225X^48 |
| 0 X^50 50X^49 |
| 0 0 X^50 |

I think this is right. If my work is right could someone help me make this more thorough? I do not want to miss any details and want to show all my work. Thanks.
Your matrix is a so-called "Jordan Block", and raising it to large powers is a well-solved problem; see, eg., http://en.wikipedia.org/wiki/Jordan_matrix

RGV
Nov24-12, 05:03 PM   #3

Homework Helper 2012
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
Your solution looks just fine to me.
New Reply
Thread Tools


Similar Threads for: Linear Algebra - Raising a matrix to a power
Thread Forum Replies
Matrix Alalysis, Matrix Algebra, Linear Algebra, what's the difference? General Math 1
Linear Algebra- Matrix Linear Transformation Calculus & Beyond Homework 0
linear algebra problem need help (standard matrix for a linear operator) Calculus & Beyond Homework 7
Linear Algebra (Matrix representation of linear operators) Calculus & Beyond Homework 5
Linear algebra, basis, linear transformation and matrix representation Calculus & Beyond Homework 13