Getting Acquainted
We're leaving the land of abstract, general solutions. Our goal is to compute these powers more quickly. Let's take a second to get acquainted.
First off, and all of its powers are special in that the upper right and lower left values are equal. This makes squaring faster than a normal matrix, because we only need to compute three values instead of four. That's already a pretty big time save. But remember, these aren't just any numbers: they're Fibonacci numbers. So we know that, because , we can write this in terms of only two numbers: and .
Getting Acquainted
We're leaving the land of abstract, general solutions. Our goal is to compute these powers more quickly. Let's take a second to get acquainted.
First off, and all of its powers are special in that the upper right and lower left values are equal. This makes squaring faster than a normal matrix, because we only need to compute three values instead of four. That's already a pretty big time save. But remember, these aren't just any numbers: they're Fibonacci numbers. So we know that, because , we can write this in terms of only two numbers: and .