Skip to content

Commit 49078f9

Browse files
Vincent TemboVincent Tembo
authored andcommitted
change code to only reflect == -> ≈
1 parent bfa95ad commit 49078f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

11 - Factorizations and other fun.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@
912912
},
913913
"outputs": [],
914914
"source": [
915-
"@assert A_eigv == [-128.49322764802145, -55.887784553056875, 42.7521672793189, 87.16111477514521, 542.4677301466143]"
915+
"@assert A_eigv [-128.49322764802145, -55.887784553056875, 42.7521672793189, 87.16111477514521, 542.4677301466143]"
916916
]
917917
},
918918
{
@@ -949,7 +949,7 @@
949949
},
950950
"outputs": [],
951951
"source": [
952-
"@assert A_diag == [-128.493 0.0 0.0 0.0 0.0;\n",
952+
"@assert A_diag [-128.493 0.0 0.0 0.0 0.0;\n",
953953
" 0.0 -55.8878 0.0 0.0 0.0;\n",
954954
" 0.0 0.0 42.7522 0.0 0.0;\n",
955955
" 0.0 0.0 0.0 87.1611 0.0;\n",

0 commit comments

Comments
 (0)