MTM
prod
product
Calling Sequence
Parameters
Description
Examples
prod(M, dimension)
M
-
matrix, vector, or array
dimension
1 or 2
The prod(M) function computes the product of elements in M.
The prod(M) or prod(M,1) creates a row vector of column products of the matrix.
The prod(M,2) creates a column vector of row products of the matrix.
with⁡MTM:
M≔Matrix⁡2,3,fill=12⁢x2⁢y3:
prod⁡M,1
144⁢x4⁢y6144⁢x4⁢y6144⁢x4⁢y6
See Also
MTM[sum]
Download Help Document