Skip to content

Commit 3f74d76

Browse files
committed
added assets
1 parent c38fcbf commit 3f74d76

5 files changed

Lines changed: 16 additions & 0 deletions

File tree

.assets/matrix rec.mp4

-134 KB
Binary file not shown.

.assets/matrix_giphy.gif

-390 KB
Binary file not shown.

.assets/matrix_snippet.gif

12.4 MB
Loading

apps/Gram_Schmidt_QR_Decomposition.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# /// script
2+
# requires-python = ">=3.12"
3+
# dependencies = [
4+
# "marimo",
5+
# "matplotlib",
6+
# "numpy",
7+
# ]
8+
# ///
19
import marimo
210

311
__generated_with = "0.14.16"

notebooks/Gram_Schmidt_QR_Decomposition.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# /// script
2+
# requires-python = ">=3.12"
3+
# dependencies = [
4+
# "marimo",
5+
# "matplotlib",
6+
# "numpy",
7+
# ]
8+
# ///
19
import marimo
210

311
__generated_with = "0.14.16"

0 commit comments

Comments
 (0)