| 1 | initial version |
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)
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.