We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 142444e + c986896 commit 7ba30f5Copy full SHA for 7ba30f5
python-numpy-tutorial.md
@@ -766,7 +766,7 @@ print y
766
This works; however when the matrix `x` is very large, computing an explicit loop
767
in Python could be slow. Note that adding the vector `v` to each row of the matrix
768
`x` is equivalent to forming a matrix `vv` by stacking multiple copies of `v` vertically,
769
-then performing elementwise multiplication of `x` and `vv`. We could implement this
+then performing elementwise summation of `x` and `vv`. We could implement this
770
approach like this:
771
772
```python
0 commit comments