-
Notifications
You must be signed in to change notification settings - Fork 53
Description
Hi all, thanks for the great repository!
I've been working on a package to compute the Taylor expansion of the inverse of a function y=f(x) based on the Taylor expansion of f as described by Wolfram I might want to add this here. But that's not my point here.
To me it seems that given a Taylor series expansion is an approximation to a function f(x) around some point x_0, to evaluate the approximation you ideally want to call the Taylor1 object with just the argument x, without having to think about/remember what x_0 was used in defining the expansion.
It might be an idea to implement an OffsetTaylor{N} object that houses a Taylor{N} object along with the used offsets? Curious what you guys think about this. Happy to help implementing things too!