matetesu

5 Reputation

One Badge

10 years, 127 days

MaplePrimes Activity


These are questions asked by matetesu

 

****** My question *****

for k from 0 to n do    # n is any integer.

func := f(x):             # func is any funciton of x.

D := diff(func, x$k);   # The maple don't allow to uses k but I want to diff k-th order in each k-loop.

end do;                    # How to diff func for k-th times in each k-loop.

Page 1 of 1