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: Shared Project -- Fall 2021 MAT1630
Views: 151Image: ubuntu2004
Kernel: Python 3 (system-wide)
Since we need to find x-intercept from y=mx+b, we will use x:=(y-b)/m. Input variables m and b Example 1:
In [21]:
Out[21]:
x=(y-7)/3
Example 2:
In [18]:
Out[18]:
x=(y-2)/5
Example 3:
In [19]:
Out[19]:
x=(y-8)/7