First time here? Check out the FAQ!
answered 2013-02-07 19:02:52 +0100
You can do the following:
f(x,y)=sin(x)*y taylor(f(x,y),(x,pi),(y,2),4)
or
f.taylor((x,pi),(y,2),4)