Fun With Fibonacci
Fun With Fibonacci
Fun With Fibonacci
1
r
, product of pivots in U
0, when A is not invertible
Characteristic Equation: The scalar equation det(A - I)=0 is the characteristic
equation of A.
The scalar is an eigenvalue of an n x n matrix A if and only if satises the charac-
teristic equation det(A - I)=0 .
Invertible Matrix: A square matrix that possesses an inverse.
The Invertible Matrix Theorem (continued)
Let A be an n x n matrix. Then A is invertible if and only if:
s. The number ) is not an eigenalue of A
t. The determinant of A is not zero.
The Diagonalization Theorem :
An n x n matrix A is diagonizable if and only if A has n linearly independent eigenvec-
tors.
In fact, A=PDP
1
, with D a diagonal matrix, if and only if the columns of P are n
linearly independent eigenvectors of A. In this case, the diagonal entries of D are eigen-
values of A that correspond, respectively, to the eigenvectors in P.
Eigenvector Basis: A is diagonizable if and only if there are enough eigenvectors
to form a basis of R
n
. Such a basis is called an eigenvector basis of R
n
.
Theorem 6: An n x n matrix with n distinct eigenvalues is diagonizable.
3
3 Maths, baby. Maths...
As stated prviously, the nth entry in the bonacci sequence is dened by
F
n
= F
n1
+F
n2
Pretty easy, right? Well not so fast, cowboy. This denition is all ne and well, so long
as we have F
n1
and F
n2
dened.To get where were going, we need to view the system
as a linear transformation. Lets begin by looking at the Fibonacci Sequence as a System
of linear equations
F
n
= F
n1
+F
n2
F
n1
= F
n1
+ 0
F
n
F
n1
1 1
1 0
F
n1
F
n2
(3.1)
4