Skip to content

Commit cec9b26

Browse files
committed
make matrix product uiuism more consistent
1 parent 8acaa10 commit cec9b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/uiuisms.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ uiuisms!(
215215
/// Cross product
216216
"4_5_6 1_2_3\n↻1-∩(×↻1)⊃⊙∘∶",
217217
/// Matrix product
218-
"[1_2 3_4 5_6] [7_8_9 10_11_12]\n⊠(/+×)⍉",
218+
"[7_8_9 10_11_12] [1_2 3_4 5_6]\n⊠(/+×)⍉",
219219
/// Matrix power (Also works with scalars)
220220
"[1_2 3_4] 4\n;∶⍥(⊠(/+×)⊙⍉,)∶⊙∶⊞=.⇡⬚1⊢△.",
221221
// /// Evaluate a polynomial with given coefficients at a scalar or square matrix

0 commit comments

Comments
 (0)