| 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. |
| Nov24-12, 04:48 PM | #2 |
|
Recognitions:
|
RGV |
| Nov24-12, 05:03 PM | #3 |
Recognitions:
|
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 | ||