Ask Your Question
0

Multivariate Taylor Series

asked 2013-02-07 18:13:48 +0200

yktula gravatar image

updated 2013-02-07 18:14:29 +0200

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?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2013-02-07 19:02:52 +0200

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)
edit flag offensive delete link more

Comments

I'm not sure what mistake I was making; it seems so obvious. Thank you so much!

yktula gravatar imageyktula ( 2013-02-07 19:13:35 +0200 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2013-02-07 18:13:48 +0200

Seen: 4,172 times

Last updated: Feb 07 '13