From 49078f989bbe425b64feab9623316f3b8063551a Mon Sep 17 00:00:00 2001 From: Vincent Tembo Date: Sun, 16 Jan 2022 11:49:14 -0500 Subject: [PATCH] =?UTF-8?q?change=20code=20to=20only=20reflect=20=3D=3D=20?= =?UTF-8?q?->=20=E2=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 11 - Factorizations and other fun.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/11 - Factorizations and other fun.ipynb b/11 - Factorizations and other fun.ipynb index ce9be46..69bcbd6 100644 --- a/11 - Factorizations and other fun.ipynb +++ b/11 - Factorizations and other fun.ipynb @@ -912,7 +912,7 @@ }, "outputs": [], "source": [ - "@assert A_eigv == [-128.49322764802145, -55.887784553056875, 42.7521672793189, 87.16111477514521, 542.4677301466143]" + "@assert A_eigv ≈ [-128.49322764802145, -55.887784553056875, 42.7521672793189, 87.16111477514521, 542.4677301466143]" ] }, { @@ -949,7 +949,7 @@ }, "outputs": [], "source": [ - "@assert A_diag == [-128.493 0.0 0.0 0.0 0.0;\n", + "@assert A_diag ≈ [-128.493 0.0 0.0 0.0 0.0;\n", " 0.0 -55.8878 0.0 0.0 0.0;\n", " 0.0 0.0 42.7522 0.0 0.0;\n", " 0.0 0.0 0.0 87.1611 0.0;\n",