We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8acaa10 commit cec9b26Copy full SHA for cec9b26
site/src/uiuisms.rs
@@ -215,7 +215,7 @@ uiuisms!(
215
/// Cross product
216
"4_5_6 1_2_3\n↻1-∩(×↻1)⊃⊙∘∶",
217
/// Matrix product
218
- "[1_2 3_4 5_6] [7_8_9 10_11_12]\n⊠(/+×)⊙⍉",
+ "[7_8_9 10_11_12] [1_2 3_4 5_6]\n⊠(/+×)⍉",
219
/// Matrix power (Also works with scalars)
220
"[1_2 3_4] 4\n;∶⍥(⊠(/+×)⊙⍉,)∶⊙∶⊞=.⇡⬚1⊢△.",
221
// /// Evaluate a polynomial with given coefficients at a scalar or square matrix
0 commit comments