Feeds:
Posts
Comments

Posts Tagged ‘Fibonacci’


While we are on break from Metroplex Math Circle for the winter here is a great new video from Vi Hart.

Read Full Post »


In this talk we will solve problems from multiple areas of mathematics and computer science. We will discuss Euler circuits and paths and their use in designing postman routes, finding Steiner points with soap bubbles, counting cannon balls in stacks, continued fractions, the ubiquity of Fibonacci numbers in Computer Science and nature, problems that are intractable for computers, and more.

Bring your brain!

Advertisement

Read Full Post »


Sequences of numbers are often defined using a recursive relation and initial conditions, for example, the sequence of Fibonacci numbers is defined with F_{n+2} = F_{n+1} + F_{n} and initial conditions F_{1} = 1, F_{2} = 1. In this lecture we will see (a) how to solve various types of recursions (b)How to determine various sequence properties of number sequences directly from the recursions, and (c) how this knowledge can come in handy in many competition problems as well as in the study of computer science.

Read Full Post »

%d bloggers like this: