Learn R Programming

weyl (version 0.0-7)

ooom: One over one minus

Description

Uses Taylor's theorem to give one over one minus a Weyl object

Usage

ooom(W,n)

Arguments

W

Weyl object

n

Order of expansion

Author

Robin K. S. Hankin

See Also

horner

Examples

Run this code
ooom(x+d,4)

W <- x+x*d
ooom(W,4)*(1-W) == 1-W^5

Run the code above in your browser using DataLab