The McLaurin series of F (x) = x · cos (x ^ 2 / 2) is mainly used to find the n-th derivative of F (x)

The McLaurin series of F (x) = x · cos (x ^ 2 / 2) is mainly used to find the n-th derivative of F (x)

MATALB is very good
syms x;
y=x*cos(x^2/2);
Diff (y, x, n) where n is the derivative of order n