/usr/share/freemat/help/text/matrixpower.mdc is in freemat-help 4.0-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | MATRIXPOWER MATRIXPOWER Matrix Power Operator
Usage
The power operator for scalars and square matrices. This operator is really a
combination of two operators, both of which have the same general syntax:
y = a ^ b
The exact action taken by this operator, and the size and type of the output,
depends on which of the two configurations of a and b is present:
1. a is a scalar, b is a square matrix
2. a is a square matrix, b is a scalar
|