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: Calculus 1 assignment 2
Path: 2023-12-05-file-1.sagews
Views: 20Image: ubuntu2204
Infinity
4
x |--> 5*x - 1
[<matplotlib.lines.Line2D object at 0x7f4dc03cd190>]
[<matplotlib.lines.Line2D object at 0x7f4db820f310>]
<matplotlib.collections.PathCollection object at 0x7f4dc040dc10>
<matplotlib.legend.Legend object at 0x7f4db81fed50>
Text(0.5, 0, 'x')
Text(0, 0.5, 'y')
Text(0.5, 1.0, 'Plot of f(x) and Tangent Line')
[<matplotlib.lines.Line2D object at 0x7f4db8037810>]
<matplotlib.lines.Line2D object at 0x7f4dc034a210>
<matplotlib.lines.Line2D object at 0x7f4db806f350>
(-15.0, 15.0)
Text(0.5, 0, 'x')
Text(0, 0.5, 'f(x)')
Text(0.5, 1.0, 'Graph of f(x) = 1/(x^2 - 4)')
<matplotlib.legend.Legend object at 0x7f4db81e5290>
-3840*x^5/(x^2 - 4)^6 + 3840*x^3/(x^2 - 4)^5 - 720*x/(x^2 - 4)^4