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 @@
Dot[{{a, b}, {c, d}}, {{w, x}, {y, z}}]

View file

@ -0,0 +1 @@
{{a w + b y, a x + b z}, {c w + d y, c x + d z}}

View file

@ -0,0 +1 @@
{{a, b}, {c, d}} . {{w, x}, {y, z}}

View file

@ -0,0 +1 @@
Times[{{a, b}, {c, d}}, {{w, x}, {y, z}}]

View file

@ -0,0 +1 @@
{{a w, b x}, {c y, d z}}

View file

@ -0,0 +1 @@
{{a, b}, {c, d}}*{{w, x}, {y, z}}

View file

@ -0,0 +1 @@
{{a, b}, {c, d}} {{w, x}, {y, z}}

View file

@ -0,0 +1 @@
Dot[{{85, 60, 65}, {54, 99, 33}, {46, 52, 87}}, {{89, 77, 98}, {55, 27, 25}, {80, 68, 85}}]

View file

@ -0,0 +1 @@
{{16065, 12585, 15355}, {12891, 9075, 10572}, {13914, 10862, 13203}}