First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered 12 years ago

calc314 gravatar image

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)