|
|
||
|
|
| BUILT-IN MATHEMATICA SYMBOL | Tutorials »|See Also »|More About » |
| Drop gives list with its first n elements dropped. |
| Drop gives list with its last n elements dropped. |
| Drop gives list with its n |
| Drop gives list with elements m through n dropped. |
| Drop gives list with elements m through n in steps of s dropped. |
| Drop gives a nested list in which elements specified by |
| All | all elements | |
| None | no elements | |
| n | elements 1 through n | |
| -n | last n elements | |
| {n} | element n only | |
| {m,n} | elements m through n inclusive | |
| {m,n,s} | elements m through n in steps of s |