args SciMax Toolbox arithsum

SciMax Toolbox >> arithmetic

arithmetic

Maxima Function

Calling Sequence

arithmetic (a, d, n)

Description

Returns the n-th term of the arithmetic series a, a + d, a + 2*d, ..., a + (n - 1)*d.

To use this function write first load(functs).

args SciMax Toolbox arithsum