Skip to content

Commit b4fbc46

Browse files
committed
Cleaned output for Fall2024
1 parent b7314c7 commit b4fbc46

4 files changed

+62
-212
lines changed

12_LA_conditioning_stability.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@
653653
"metadata": {
654654
"celltoolbar": "Slideshow",
655655
"kernelspec": {
656-
"display_name": "Python 3",
656+
"display_name": "Python 3 (ipykernel)",
657657
"language": "python",
658658
"name": "python3"
659659
},
@@ -667,7 +667,7 @@
667667
"name": "python",
668668
"nbconvert_exporter": "python",
669669
"pygments_lexer": "ipython3",
670-
"version": "3.8.8"
670+
"version": "3.11.7"
671671
},
672672
"latex_envs": {
673673
"bibliofile": "biblio.bib",

13_LA_eigen.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1493,7 +1493,7 @@
14931493
"metadata": {
14941494
"celltoolbar": "Slideshow",
14951495
"kernelspec": {
1496-
"display_name": "Python 3",
1496+
"display_name": "Python 3 (ipykernel)",
14971497
"language": "python",
14981498
"name": "python3"
14991499
},
@@ -1507,7 +1507,7 @@
15071507
"name": "python",
15081508
"nbconvert_exporter": "python",
15091509
"pygments_lexer": "ipython3",
1510-
"version": "3.8.8"
1510+
"version": "3.11.7"
15111511
},
15121512
"latex_envs": {
15131513
"bibliofile": "biblio.bib",

15_LA_gaussian.ipynb

+55-206
Large diffs are not rendered by default.

16_LA_SVD_and_apps.ipynb

+3-2
Original file line numberDiff line numberDiff line change
@@ -1110,6 +1110,7 @@
11101110
"print(S)\n",
11111111
"k = 2\n",
11121112
"A2 = numpy.dot(U[:,:k], numpy.dot(numpy.diag(S[:k]), VT[:k,:]))\n",
1113+
"\n",
11131114
"#Pseudo Inverse\n",
11141115
"Ap2 = numpy.dot(VT.T[:,:k], numpy.dot(numpy.diag(1./S[:k]), U.T[:k,:]))"
11151116
]
@@ -2375,7 +2376,7 @@
23752376
"metadata": {
23762377
"celltoolbar": "Slideshow",
23772378
"kernelspec": {
2378-
"display_name": "Python 3",
2379+
"display_name": "Python 3 (ipykernel)",
23792380
"language": "python",
23802381
"name": "python3"
23812382
},
@@ -2389,7 +2390,7 @@
23892390
"name": "python",
23902391
"nbconvert_exporter": "python",
23912392
"pygments_lexer": "ipython3",
2392-
"version": "3.8.8"
2393+
"version": "3.11.7"
23932394
}
23942395
},
23952396
"nbformat": 4,

0 commit comments

Comments
 (0)