ArrayTools[AddAlongDimension] - add the elements of an Array
|
Calling Sequence
|
|
AddAlongDimension(A,dim)
|
|
Parameters
|
|
A
|
-
|
Array
|
dim
|
-
|
(optional); dimension to add along
|
|
|
|
|
Description
|
|
•
|
The AddAlongDimension(A) command adds up 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 adding. If the dimension specified is a higher dimension than the number of dimensions in the input, the input itself will be returned.
|
•
|
If AddAlongDimension 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 AddAlongDimension(..) only after executing the command with(ArrayTools. However, it can always be accessed through the long form of the command by using ArrayTools[AddAlongDimension](..).
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
|
|
Download Help Document
Was this information helpful?