Shahir Molaei wrote:
> Hi Marco,
>
> In your command taylor(f(x,y),[x,y],[0,0],2), the [0,0] option stands for the coordinates of the point you want to expand about and '2' declares the order of expansion. So your case would simply take a form like this
> taylor(f(x,y),[x,y],[-1,-1],2)
> Alternatively you could try '?? taylor' in command line and find a much more comprehensive help on 'taylor'.
>
Hi, I think that the problem is slightly different. Marco wants to
evaluate Taylor polynomial about [0,0] in the point x=-1 and y=1, not to
find Taylor expansion about [-1,1].
Robert