Learn R Programming

DOBAD (version 1.0.6)

power.coef.one: Gets coefficients of a power series..

Description

Reads off coefficients of a power series.

Usage

power.coef.one(power.series, n = 1000, k, ...)
power.coef.many(power.series, n = 1024, ...)

Arguments

power.series

A function from C to C. Note that its single argument must be named "s". Should be a power series.

n

Parameter for numerical riemann integration or for FFT.

k

The coefficient to get.

Value

A Real number, the kth coefficient, for .one, or a vector of coefficients for .many.