|
SOLUTIONS
|
DEVELOPER PACKAGE SYMBOL
PartitionMap
applies f to list after partitioning into nonoverlapping sublists of length n.
applies f to sublists obtained by partitioning with offset d.
applies f after partitioning a nested list into blocks of size
×
×....
applies f after partitioning using offset
at level i.
specifies where sublists should begin and end.
specifies what padding should be used.
DetailsDetails
- To use
, you first need to load the Developer Utilities Package using Needs["Developer`"].
is equivalent to Map[f, Partition[list, n, ...]].
is equivalent to Map[f, Partition[list, n, ...], {d}].
can be used on SparseArray objects.
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
