June 2018 Update
This commit is contained in:
parent
ba8067c3b7
commit
22f33d4004
5278 changed files with 84726 additions and 14379 deletions
|
|
@ -0,0 +1,9 @@
|
|||
. mat a=1,2,3\4,5,6
|
||||
. mat b=1,1,0,0\1,0,0,1\0,0,1,1
|
||||
. mat c=a*b
|
||||
. mat list c
|
||||
|
||||
c[2,4]
|
||||
c1 c2 c3 c4
|
||||
r1 3 1 3 5
|
||||
r2 9 4 6 11
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
: a=1,2,3\4,5,6
|
||||
: b=1,1,0,0\1,0,0,1\0,0,1,1
|
||||
: a*b
|
||||
1 2 3 4
|
||||
+---------------------+
|
||||
1 | 3 1 3 5 |
|
||||
2 | 9 4 6 11 |
|
||||
+---------------------+
|
||||
Loading…
Add table
Add a link
Reference in a new issue