Miranda Coulter Math 2700 Spring 2010. From Fibonacci’s Liber Abaci, Chapter 12 How Many Pairs of Rabbits Are Created by One Pair in One Year A certain.

Slides:



Advertisements
Similar presentations
Chapter Recurrence Relations
Advertisements

Identity and Inverse Matrices
Ch 7.7: Fundamental Matrices
Latent Semantic Analysis
Chapter 5 Number Theory © 2008 Pearson Addison-Wesley. All rights reserved.
Bellwork Write the Explicit equation for a geometric sequence where a1=-2 and a5=-32 Write a Recursive formula for 4, 1, -2, -5, -8,…
Section 4.2 – Multiplying Matrices Day 2
Principal Component Analysis
Linear Transformations
Lecture 3, Tuesday, Aug. 29. Chapter 2: Single species growth models, continued 2.1. Linear difference equations, Fibonacci number and golden ratio. Required.
6 1 Linear Transformations. 6 2 Hopfield Network Questions.
Jason Iannelli Jessica Zukhovich Patrick Blancero Dennis Lytkine.
4.7 Identity and Inverse Matrices. What is an identity? In math the identity is the number you multiply by to have equivalent numbers. For multiplication.
4.4 Determinants. Every square matrix (n by n) has an associated value called its determinant, shown by straight vertical brackets, such as. The determinant.
Fibonacci Sequence by Lydia Bliven & Ethel Jones.
AN INTRODUCTION TO ELEMENTARY ROW OPERATIONS Tools to Solve Matrices.
Systems of Linear Equation and Matrices
SECTION 5-5 The Fibonacci Sequence and the Golden Ratio Slide
F IBONACCI N UMBERS Kevin George Michael Svoysky Jason Lombino Catherine Lee.
Lesson 8.1 Apply Exponent Properties Involving Products After today’s lesson, you should be able to use properties of exponents involving products to simplify.
Fall 2015 COMP 2300 Discrete Structures for Computation Donghyun (David) Kim Department of Mathematics and Physics North Carolina Central University 1.
Chapter 8 With Question/Answer Animations 1. Chapter Summary Applications of Recurrence Relations Solving Linear Recurrence Relations Homogeneous Recurrence.
Geometric Sequences as Exponential Functions
Chapter 5 Eigenvalues and Eigenvectors 大葉大學 資訊工程系 黃鈴玲 Linear Algebra.
Introduction to Excel Cells are referenced by column then by row. For example A1 To enter data just click on the cell you want. You may need to format.
Math 409/409G History of Mathematics The Fibonacci Sequence Part 1.
Math 307 Spring, 2003 Hentzel Time: 1:10-2:00 MWF Room: 1324 Howe Hall Instructor: Irvin Roy Hentzel Office 432 Carver Phone
Leonardo Pisano Fibonacci
LAHW#13 Due December 20, Eigenvalues and Eigenvectors 5. –The matrix represents a rotations of 90° counterclockwise. Obviously, Ax is never.
Rotation matrices 1 Constructing rotation matricesEigenvectors and eigenvalues 0 x y.
BY: MARK WEIMER APOLLO TECHNOLOGY EDUCATION Photography & Math…. huh?
Meeting 18 Matrix Operations. Matrix If A is an m x n matrix - that is, a matrix with m rows and n columns – then the scalar entry in the i th row and.
Inverse of a Matrix Multiplicative Inverse of a Matrix For a square matrix A, the inverse is written A -1. When A is multiplied by A -1 the result is the.
Sequences and Series!! !. Finding the Degree of a Sequence Begin by finding the difference between adjacent numbers.
Excursions in Modern Mathematics, 7e: Copyright © 2010 Pearson Education, Inc. 9 The Mathematics of Spiral Growth 9.1Fibonacci’s Rabbits 9.2Fibonacci.
Fibonacci Sequence and Related Numbers
Fibonacci Your homework was to find out about this man, so lets fill in this together.
Math Meeting Write today’s date. ________________________ What was the date 8 months ago? ________________ What season was it ?___________________________.
STROUD Worked examples and exercises are in the text Programme 5: Matrices MATRICES PROGRAMME 5.
Notes Over 4.2 Finding the Product of Two Matrices Find the product. If it is not defined, state the reason. To multiply matrices, the number of columns.
(4-2) Adding and Subtracting Matrices Objectives: To Add and subtract Matrices To solve certain Matrix equations.
STROUD Worked examples and exercises are in the text PROGRAMME 5 MATRICES.
 2012 Pearson Education, Inc. Slide Chapter 5 Number Theory.
Matrices.
Dr Nazir A. Zafar Advanced Algorithms Analysis and Design Advanced Algorithms Analysis and Design By Dr. Nazir Ahmad Zafar.
“Toy” Model: Fibonacci The Fibonacci sequence first appears in the book Liber Abaci (1202) by Leonardo of Pisa, known as Fibonacci.
Review of Eigenvectors and Eigenvalues from CliffsNotes Online mining-the-Eigenvectors-of-a- Matrix.topicArticleId-20807,articleId-
The Fibonacci Sequence and The Goldens
7.4 Exploring recursive sequences fibonacci
Fibonacci’s rabbits Fibonacci posed the following problem:
College Algebra Chapter 6 Matrices and Determinants and Applications
Given an arithmetic sequence with
Chapter 5 Number Theory 2012 Pearson Education, Inc.
Patterns.
Simplifying Exponential Multiplication Expressions.
Chapter 9-Math Vocabulary Words
Complex Eigenvalues Prepared by Vince Zaccone
Last hour: Matrices in QM
Solving Matrix equations
Section 7.4 Matrix Algebra.
[ ] [ ] [ ] [ ] EXAMPLE 3 Scalar multiplication Simplify the product:
11.3 – Geometric Sequences.
Inverse & Identity MATRICES Last Updated: October 12, 2005.
Geometric Sequences.
Distributive Property
Chapter 4-2 Power and Exponents
MAT 2401 Linear Algebra 7.2 Diagonalization
Chapter 9.1 Introduction to Sequences
Eigenvalues and Eigenvectors
Matrix Multiplication Sec. 4.2
Presentation transcript:

Miranda Coulter Math 2700 Spring 2010

From Fibonacci’s Liber Abaci, Chapter 12 How Many Pairs of Rabbits Are Created by One Pair in One Year A certain man had one pair of rabbits together in a certain enclosed place, and one wishes to know how many are created from the pair in one year when it is the nature of them in a single month to bear another pair, and in the second month those born to bear also. How many rabbit pairs would there be in the 8 th month? The 24 th ? The n th ?

Time, n = Pairs, f n =

n fn fn n fn fn n fn fn n fn fn n fn fn Let f n denote the number of pairs at the beginning of month n. From this chart, we can see that f n = f n-1 + f n-2 when n > 2. For example, f 8 = f 7 + f 6 = = 21 But what expression gives f n for any n?

By multiplying this matrix repeatedly, the n th and (n+1) th term can be found.

To simplify A n, a technique known as Diagonalization must be used. With this method A n can be written using the matrices P, P -1, and D (a diagonal matrix).

The next step is to find the eigenvalues of A.

We can now find the eigenvectors for the two eigenvalues.

With values for λ, we can now construct P, P -1, and D.

Now plug it all in to (finally) obtain A n.

After hours of confusing and grueling matrix multiplication, the formula for the n th term of the Fibonacci sequence finally emerges.