Data update
This commit is contained in:
parent
4bb20c9b71
commit
cbaf4c4b64
12390 changed files with 318560 additions and 27248 deletions
|
|
@ -0,0 +1,11 @@
|
|||
(defvar M1 '((2 1 4)
|
||||
(0 1 1)))
|
||||
|
||||
(defvar M2 '(( 6 3 -1 0)
|
||||
( 1 1 0 4)
|
||||
(-2 5 0 2)))
|
||||
|
||||
(seq-map (lambda (a1)
|
||||
(seq-map (lambda (a2) (apply #'+ (seq-mapn #'* a1 a2)))
|
||||
(apply #'seq-mapn #'list M2)))
|
||||
M1)
|
||||
Loading…
Add table
Add a link
Reference in a new issue