Data commit

This commit is contained in:
Ingy döt Net 2023-07-01 11:58:00 -04:00
parent 7387c8f97b
commit cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions

View file

@ -0,0 +1,8 @@
. mat a = I(3)
. mat list a
symmetric a[3,3]
c1 c2 c3
r1 1
r2 0 1
r3 0 0 1

View file

@ -0,0 +1,8 @@
: I(3)
[symmetric]
1 2 3
+-------------+
1 | 1 |
2 | 0 1 |
3 | 0 0 1 |
+-------------+