Question: How can i use fracdiff commute for fractional PDEs?

Hi everybody, I want to find 

the second-order derivative according to alpha. Since the computer could not calculate in this way, I took the derivative twice in a row.

assume(alpha <= 1)

additionally(0 < alpha)

then output is

again using the fracdiff 

then output is 

but I want to see

after the last command. Should alpha be defined specifically for this?

Please Wait...