Math Presentation
Math Presentation
presentation
Class: MAD-SE1838
Table of contents
01 02
Sequence Summations
03 04
Algorithms The Growth of function
01
Sequence
Definition of sequence
a) 7 b) 1 + (−1)n c)−(−2)n
a : Sequence
j : Index of summation
m: Lower limit
n : Upper limit
Summation of geometric series
a : initial term
n : Upper limit
r: common ratio
More Examples on Summation
Infinite geometric sequence: 2,6,18,54,...
Big-O does not provide the lower bound for the size of f(x)
Big-Ω( Omega), Big- θ( Theta) were introduced by Donald Knuth in the
1970s
Big-Ω provides the lower bound for the size of f(x)
Big- θ provides the upper bound and lower bound on the size of f(x)
Big-Omega and Big-Theta Notation Theorem
Theorem 4