Multivariate Taylor Series
Hi. I know f.taylor(x, x_0, n)
would generate an n-order Taylor approximation of f around x_0 for a function of a single variable. How can I do this for multiple variables? I know Maxima can handle it. How do I do this in sage?