You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lectures/numpy.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1448,9 +1448,9 @@ F.plot(ax)
1448
1448
1449
1449
Recall that [broadcasting](broadcasting) in Numpy can help us conduct element-wise operations on arrays with different number of dimensions without using `for` loops.
1450
1450
1451
-
In this exercise, try to use a `for`loop to replicate the result of the following broadcasting operations.
1451
+
In this exercise, try to use `for`loops to replicate the result of the following broadcasting operations.
1452
1452
1453
-
**Part1**: Try to replicate this simple example first and compare your results with the broadcasting operation.
1453
+
**Part1**: Try to replicate this simple example using `for` loops and compare your results with the broadcasting operation below.
0 commit comments