Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a4ac12c

Browse files
authored
Merge pull request rougier#196 from jeremy-feng/master
Fixed a typo
2 parents dc425d7 + 683f473 commit a4ac12c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/exercises100.ktx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1246,7 +1246,7 @@ S[2,3] = 42
12461246
print(S)
12471247

12481248
< q86
1249-
Consider a set of p matrices wich shape (n,n) and a set of p vectors with shape (n,1). How to compute the sum of of the p matrix products at once? (result has shape (n,1)) (★★★)
1249+
Consider a set of p matrices with shape (n,n) and a set of p vectors with shape (n,1). How to compute the sum of of the p matrix products at once? (result has shape (n,1)) (★★★)
12501250

12511251
< h86
12521252
hint: np.tensordot

0 commit comments

Comments
 (0)