Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1b40233

Browse filesBrowse files
committed
change wording
1 parent 89318e8 commit 1b40233
Copy full SHA for 1b40233

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎lectures/numpy.md‎

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 numberDiff line numberDiff line change
@@ -1448,9 +1448,9 @@ F.plot(ax)
14481448

14491449
Recall that [broadcasting](broadcasting) in Numpy can help us conduct element-wise operations on arrays with different number of dimensions without using `for` loops.
14501450

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.
14521452

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.
14541454

14551455
```{code-cell} python3
14561456

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.