Skip to content

Commit

Permalink
Merge pull request #2 from BillZhucn/2025
Browse files Browse the repository at this point in the history
Update Lecture1.ipynb
  • Loading branch information
aronwalsh authored Jun 12, 2024
2 parents 1b46f1a + dcd9fe6 commit ca31429
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Lecture1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,8 @@
"# Imports\n",
"import matplotlib.pyplot as plt # Plotting\n",
"import numpy as np # Numerical operations\n",
"%matplotlib inline # Inline plotting for Jupyter notebooks\n",
"%matplotlib inline\n",
"# Inline plotting for Jupyter notebooks\n",
"\n",
"x = np.arange(0, 10, 0.001) # x = 0 to 10 in steps of 0.001\n",
"y = np.sin(x*x) # define your function\n",
Expand Down

0 comments on commit ca31429

Please sign in to comment.