Skip to content

Commit 602aa3e

Browse files
committed
cleanup 10_LA_intro for f2024
1 parent 2136ae8 commit 602aa3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

10_LA_intro.ipynb

+3-3
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@
761761
"funcs = [ matrix_vector_product_index, matrix_vector_product_row, matrix_vector_product_col ] \n",
762762
"for f in funcs:\n",
763763
" b = f(A, x)\n",
764-
" print('{}(A,x) = A.dot(x)? {}'.format(f.__name__, numpy.allclose(b, )"
764+
" print('{}(A,x) = A.dot(x)? {}'.format(f.__name__, numpy.allclose(b, A.dot(x))) )"
765765
]
766766
},
767767
{
@@ -2985,7 +2985,7 @@
29852985
"metadata": {
29862986
"celltoolbar": "Slideshow",
29872987
"kernelspec": {
2988-
"display_name": "Python 3",
2988+
"display_name": "Python 3 (ipykernel)",
29892989
"language": "python",
29902990
"name": "python3"
29912991
},
@@ -2999,7 +2999,7 @@
29992999
"name": "python",
30003000
"nbconvert_exporter": "python",
30013001
"pygments_lexer": "ipython3",
3002-
"version": "3.8.8"
3002+
"version": "3.11.7"
30033003
},
30043004
"latex_envs": {
30053005
"bibliofile": "biblio.bib",

0 commit comments

Comments
 (0)