Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1 @@
|
|||
Dot[{{a, b}, {c, d}}, {{w, x}, {y, z}}]
|
||||
|
|
@ -0,0 +1 @@
|
|||
{{a w + b y, a x + b z}, {c w + d y, c x + d z}}
|
||||
|
|
@ -0,0 +1 @@
|
|||
{{a, b}, {c, d}} . {{w, x}, {y, z}}
|
||||
|
|
@ -0,0 +1 @@
|
|||
Times[{{a, b}, {c, d}}, {{w, x}, {y, z}}]
|
||||
|
|
@ -0,0 +1 @@
|
|||
{{a w, b x}, {c y, d z}}
|
||||
|
|
@ -0,0 +1 @@
|
|||
{{a, b}, {c, d}}*{{w, x}, {y, z}}
|
||||
|
|
@ -0,0 +1 @@
|
|||
{{a, b}, {c, d}} {{w, x}, {y, z}}
|
||||
|
|
@ -0,0 +1 @@
|
|||
Dot[{{85, 60, 65}, {54, 99, 33}, {46, 52, 87}}, {{89, 77, 98}, {55, 27, 25}, {80, 68, 85}}]
|
||||
|
|
@ -0,0 +1 @@
|
|||
{{16065, 12585, 15355}, {12891, 9075, 10572}, {13914, 10862, 13203}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue