Question: Taylor series of an abstract function

Hey all,

my goal is to get a taylor expansion in Maple up to n-th order of a function y(t) (not defined in more detail, just abstract).

I want to taylor this function around tn, and I want the series for tn+1=tn + h. I would expect to get (as an example: 4th order)

y(tn+1) ≈ y(tn) + h* y'(tn) + h2/2*y''(tn) + h3/6*y'''(tn) + O(h4).

My command was:

and I get:

Can someone maybe point out what I am doing wrong and how I can fix it?

Thanks in advance!

Tim

Please Wait...