Maxima Function
geometric (a, r, n)
Returns the n-th term of the geometric series a, a*r, a*r^2, ..., a*r^(n - 1).
a, a*r, a*r^2, ..., a*r^(n - 1)
To use this function write first load(functs).
load(functs)