Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
| Download
Project: MAT 1630
Views: 215Kernel: Python 3 (system-wide)
Cubic Polynomial Derivatives
Let be a cubic polynomial. Then the derivative of is given by . We can now use this formula and list comprehensions to plot both and in a single plot on the inteval using at least sample points.
In [4]:
In [5]:
Out[5]:
In [0]: