Learn practical skills, build real-world projects, and advance your career

intersection-of-curves

Use the "Run" button to execute the code.

!pip install jovian --upgrade --quiet
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 68.6/68.6 kB 3.1 MB/s eta 0:00:00 Preparing metadata (setup.py) ... done Building wheel for uuid (setup.py) ... done
import jovian
# Execute this to save new versions of the notebook
jovian.commit(project="intersection-of-curves")
[jovian] Detected Colab notebook... [jovian] jovian.commit() is no longer required on Google Colab. If you ran this notebook from Jovian, then just save this file in Colab using Ctrl+S/Cmd+S and it will be updated on Jovian. Also, you can also delete this cell, it's no longer necessary.
from __future__ import division
import numpy as np
import matplotlib.pyplot as plt
plt.figure(figsize=(30,10))
<Figure size 3000x1000 with 0 Axes>
<Figure size 3000x1000 with 0 Axes>