Contact Us!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.

| Download
Views: 15
Image: ubuntu2004
Kernel: Python 3 (system-wide)

p_0 = 1 and C > 0

In class we talked about how in a recursion sequence, we need a base case which we have. The base is one and they said C has to be greater than 0. I think the value of C lies somewhere between 0 and 1 because the first base is 1 so that would be like the max. The C > 0 is basically the minimum. So C would be 0 < C <=1.