U.Renko
- 56
- 1
Homework Statement
find a formula for \begin{bmatrix}<br /> 1 & 1& 1\\ <br /> 0& 1& 1\\ <br /> 0& 0 & 1<br /> \end{bmatrix} ^n
and prove it by induction
the induction part is ok.
I'm just having trouble finding a pattern
I may have figured it out but it looks too cumbersome
Homework Equations
The Attempt at a Solution
Lets call that matrix A
I computed A^2 through A^5 and noticed a pattern:
A^2 = \begin{bmatrix}<br /> 1 & 2&3\\ <br /> 0& 1& 2\\ <br /> 0& 0 & 1<br /> \end{bmatrix}
A^3 = \begin{bmatrix}<br /> 1 & 3& 6\\ <br /> 0& 1& 3\\<br /> 0& 0 & 1<br /> \end{bmatrix}
a^4 = \begin{bmatrix}<br /> 1 & 4& 10\\ <br /> 0& 1& 4\\ <br /> 0& 0 & 1<br /> \end{bmatrix}
so the pattern is :
below the diagonal is always 0
the diagonal is always 1
a_12 = a_23 = n
a_13 = some number that's where I had trouble figuring the pattern
I noticed that, it is also the sum of the elements in the first row of A^(n-1) but that is a bit awkward to generalize.
Last edited: