First time here? Check out the FAQ!
answered 12 years ago
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)