|
4.2.4 bigintmat operations
+
- addition with intmat, int, or bigint. In case of (big-)int, it is added to
every entry of the matrix.
-
- negation or subtraction with intmat, int, or bigint. In case of (big-)int,
it is subtracted from every entry of the matrix.
*
- multiplication with intmat, int, or bigint; In case of (big-)int, every entry
of the matrix is multiplied by the (big-)int
<> , ==
- comparators
- bigintmat_expression
[ int, int ]
- is a bigintmat entry, where the first index indicates the row and the
second the column
Example:
|