geometric_mean SciMax Toolbox get

SciMax Toolbox >> geosum

geosum

Maxima Function

Calling Sequence

geosum (a, r, n)

Description

Returns the sum of the geometric series from 1 to n. If n is infinity (inf) then a sum is finite only if the absolute value of r is less than 1.

To use this function write first load(functs).

geometric_mean SciMax Toolbox get