hankel SciMax Toolbox harmonic_mean

SciMax Toolbox >> harmonic

harmonic

Maxima Function

Calling Sequence

harmonic (a, b, c, n)

Description

Returns the n-th term of the harmonic series a/b, a/(b + c), a/(b + 2*c), ..., a/(b + (n - 1)*c).

To use this function write first load(functs).

hankel SciMax Toolbox harmonic_mean