From 683f473a6f682f0994069c22c4251971d52ff690 Mon Sep 17 00:00:00 2001 From: jeremy-feng Date: Sat, 18 Mar 2023 15:20:15 +0800 Subject: [PATCH] Fixed a typo --- source/exercises100.ktx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/exercises100.ktx b/source/exercises100.ktx index dde5dfa..34cd1ba 100644 --- a/source/exercises100.ktx +++ b/source/exercises100.ktx @@ -1246,7 +1246,7 @@ S[2,3] = 42 print(S) < q86 -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)) (★★★) +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)) (★★★) < h86 hint: np.tensordot