jaejoon89
- 187
- 0
Homework Statement
Compute
[1 1]^n
[ 1]
This is what my book has. I am assuming the blank means 0 (please tell me if this is not the case).
Homework Equations
None really (matrix multiplication)
The Attempt at a Solution
I did n = 1, 2, 3, 4 and found a patten. It looks like:
[1 1]^n
[ 1]
=
[1 n]
[ 1]
But how do I show that? Obviously showing it for a couple cases doesn't mean it's actually true. Inductively, I can show the n = 2 case is true. but I don't really know how to show the n+1 case is true other than write
[1 1]^n+1
[ 1]
=
[1 n+1]
[ 1]
but that seems a little unsatisfactory or like I'm skipping steps or something. How do you do it?