|
|
|||
|
|
| Built-in Mathematica Symbol | Tutorials »|See Also »|More About » |
Riffle |
| Riffle[{e1, e2, ...}, x] gives {e1, x, e2, x, ...}. |
| Riffle[{e1, e2, ...}, {x1, x2, ...}] gives {e1, x1, e2, x2, ...}. |
| Riffle[list, x, n] yields a list in which every n |
| Riffle[list, x, {imin, imax, n}] yields a list in which x appears if possible at positions imin, imin+n, imin+2n, ... , imax. |
| © 2013 Wolfram Research, Inc. |