Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 840 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 840 Bytes

Calc-II-Growth-Rates

The purpose of this Notebook is to explain what is meant by the "growth rate" of an infinite sequence. You can run experiments on the growth rate of various important sequences like ln n, n^p, b^n, n! and n^n.

You can either download the files and run the Notebook on your local machine or you can launch the Notebook by clicking on the mybinder.org link below.

Note: the mybinder.org servers are not always running. If you're having difficulty launching the notebook please check the status of the servers at http://mybinder.org/status

Binder

If you download the files to your computer make sure that you have the GrowthRateTools.py file: these are the backend functions that create the simulations in the notebook.