From 9a69a3ed6f8893d428e405e0fb8a63d7f896e7a5 Mon Sep 17 00:00:00 2001 From: Haksell Date: Sat, 2 May 2020 11:49:13 +0200 Subject: [PATCH] Question 48 didn't ask for the determinant --- source/exercises100.ktx | 1 - 1 file changed, 1 deletion(-) diff --git a/source/exercises100.ktx b/source/exercises100.ktx index 1840c420..98257c15 100644 --- a/source/exercises100.ktx +++ b/source/exercises100.ktx @@ -571,7 +571,6 @@ hint: np.subtract.outer X = np.arange(8) Y = X + 0.5 C = 1.0 / np.subtract.outer(X, Y) -print(np.linalg.det(C)) < q48 Print the minimum and maximum representable value for each numpy scalar type (★★☆)