geomap SciMax Toolbox geometric_mean

SciMax Toolbox >> geometric

geometric

Maxima Function

Calling Sequence

geometric (a, r, n)

Description

Returns the n-th term of the geometric series a, a*r, a*r^2, ..., a*r^(n - 1).

To use this function write first load(functs).

geomap SciMax Toolbox geometric_mean