Skip to content

Commit

Permalink
change code to only reflect == -> ≈
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Tembo authored and Vincent Tembo committed Jan 16, 2022
1 parent bfa95ad commit 49078f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 11 - Factorizations and other fun.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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]"
]
},
{
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 49078f9

Please sign in to comment.