Maxima Function
rest (expr, n)
rest(expr)
Returns expr with its first n elements removed if n is positive and its last - n elements removed if n is negative. If n is 1 it may be omitted. expr may be a list, matrix, or other expression.
- n