Skip to content

Commit 46ae49c

Browse files
authored
'matmul'
1 parent 64dd2ba commit 46ae49c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

math/note05.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@
267267
"import numpy as np\n",
268268
"\n",
269269
"# Define the grid points and function\n",
270-
"n = 100\n",
270+
"n = 5\n",
271271
"x = np.linspace(0, 4, n) # Grid points from 0 to 4\n",
272272
"h = x[1] - x[0] # Spacing between points\n",
273273
"\n",

0 commit comments

Comments
 (0)