On today's lecture we begin to touch some aspects of the recursion and its proof.
We started by proving a recursive f(n) which f(n) = 0 if n =0, otherwise f(n) = f(n-1) + 3n^2.
Then we get into the Fibonacci sequences by a rabbit example. We tried a few base cases and figured out some patterns between the summation of the entire sequences and F(n).
Subscribe to:
Post Comments (Atom)
1 comment:
Yup. Where proof comes in is proving the patterns after we notice them.
Post a Comment