ArrayTools[MultiplyAlongDimension] - multiply the elements of an Array
|
Calling Sequence
|
|
MultiplyAlongDimension(M)
MultiplyAlongDimension(M, dim)
|
|
Parameters
|
|
M
|
-
|
Matrix, Vector, or Array
|
dim
|
-
|
(optional); dimension in which to multiply the elements
|
|
|
|
|
Description
|
|
•
|
The MultiplyAlongDimension command multiplies together the elements in dimension dim of a N-dimensional Array to produce an Array with (N-1) dimensions.
|
•
|
When dim is not specified, the first non-singleton dimension is used for multiplying. If the dimension specified is a higher dimension than the number of dimensions in the input, the input itself will be returned.
|
•
|
If MultiplyAlongDimension is applied to a Vector, a constant will be returned.
|
•
|
This function is part of the ArrayTools package, so it can be used in the short form MultiplyAlongDimension(..) only after executing the command with(ArrayTools. However, it can always be accessed through the long form of the command by using ArrayTools[MultiplyAlongDimension](..).
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
|
|
Download Help Document
Was this information helpful?