Vocabulary math .
matrices .
extras Inputs Outputs Word description Because it is nonsensical to raise a number to the power of a matrix, this word exists to save typing
swap m^n . See
m^n for more information.
Errors negative-power-matrix if
n is a negative number other than
-1 .
undefined-inverse if
n is
-1 and the
multiplicative-inverse of
m is undefined.
Notes Examples USING: math.matrices.extras prettyprint ;
2 { { 1 2 } { 3 4 } } n^m .{ { 7 10 } { 15 22 } }
Definition
This documentation was generated offline from a
load-all
image. If you want, you can also
browse the documentation from within the UI developer tools . See
the Factor website
for more information.
Factor 0.101 x86.64 (2284, heads/master-29a92525f9, Nov 9 2024 06:55:18)