




Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
During the study of discrete mathematics, I found this course very informative and applicable.The main points in these lecture slides are:Recursive Sequences, Recurrence Relation, Tower of Hanoi Problem, Compound Interest, Fibonacci Numbers, Solving Recurrences, Explicit Formula, Second-Order Homogenous Recurrences, Distinct Roots Case, Classes of Functions
Typology: Slides
1 / 8
This page cannot be seen from the preview
Don't miss anything!





x (^) k = 3x (^) k-1 + k with x 1 = 1 wk = wk-2 + k with w 1 = 1, w 2 = 2 u (^) k = u (^) k-2 * u (^) k-1 with u 0 = u 1 = 2
when there exists number M such that there exists number n 0 so that for all n > n 0 we have f(n) <= M
for all numbers M and for all numbers no, there exists n > n 0 such that f(n) > M * g(n)
or that f and g are of the same order