Skip to main content

Questions tagged [recursion]

4 votes
2 answers
562 views

This semester, I am teaching discrete math for computer science students. Today I taught solving linear recurrence equations. The way I did it was not rigors. Instead I used the method of advanced ...
user avatar
0 votes
2 answers
141 views

Which is the best tutorial available online to learn the recurrence relation concept and its solution in discrete mathematics, in a systematic way?
Melvin Mathew's user avatar
5 votes
2 answers
349 views

I want to talk about the Fibonacci sequence in my Linear Algebra class. So I tried to look online for examples where the sequence appears naturally. One of the most often mentioned is that of the ...
Martin Argerami's user avatar
7 votes
3 answers
549 views

This is not really a new question, more a revisiting of @vonbrand's "Any suggestions on how to approach recursion and induction?" In an introductory programming class this past year, I asked the ...
Joseph O'Rourke's user avatar