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.
1 parent 4ab0942 commit b97e16dCopy full SHA for b97e16d
lectures/numpy.md
@@ -1458,6 +1458,7 @@ import quantecon as qe
1458
np.random.seed(123)
1459
x = np.random.randn(1000, 100, 100)
1460
y = np.random.randn(100)
1461
+
1462
qe.tic()
1463
A = x / y
1464
qe.toc()
@@ -1499,7 +1500,7 @@ qe.toc()
1499
1500
```
1501
1502
Note that the `for` loop takes about 80
-times longer than broadcasting operation on this machine.
1503
+times longer than the broadcasting operation on this machine.
1504
1505
Compare your answer with the output of broadcasting
1506
0 commit comments