I use usually Mathematica in my scientific work. It possesses two interesting functions Series[f,{x,x0,n}] and InverseSeries[s]. The first one generates a power series expansion for a given function f(x) about the point x=x0 to order (x-x0)^n, and the second takes the series s, and gives a series for the inverse of the function represented by s.
Of course we can implement appropriate algorithm in any mathematical software but I am looking for such programs which have a built in one as standard library (package).
I tried to find this feature in Matlab but I did not find any information on this subject in manuals?