billano786
Super Member
I wish to expand a multivariable differential equation in maple, the code is below
f:=sin(x(t)+y(t))+x(t)+diff(x(t),t);
/d \
f := sin(x(t) + y(t)) + x(t) + |-- x(t)|
\dt /
> mtaylor(f,{x(t)=1,y(t)=-2},5);
Error, (in mtaylor) invalid 2nd argument (expansion point)
Can any one help in writing the correct code?
f:=sin(x(t)+y(t))+x(t)+diff(x(t),t);
/d \
f := sin(x(t) + y(t)) + x(t) + |-- x(t)|
\dt /
> mtaylor(f,{x(t)=1,y(t)=-2},5);
Error, (in mtaylor) invalid 2nd argument (expansion point)
Can any one help in writing the correct code?