how to write the code code for this operation right?

2 次查看(过去 30 天)
此 个问题 已被 Walter Roberson 标记
how to write the code of the term on the right?
  3 个评论

请先登录,再进行评论。

采纳的回答

Walter Roberson
Walter Roberson 2021-10-10
syms alpha h n u(x,t)
Pi = sym(pi);
part1 = u(x-n*h,t) + u(x+n*h,t)
part1 = 
part2 = (-1)^n * gamma(alpha+1) / gamma(n+1) / gamma(alpha-n+1)
part2 = 
part3 = symsum(part1 * part2, n, 0, inf)
part3 = 
right_side = 1/(2*cos(Pi*alpha/2)) / h^alpha * part3
right_side = 

更多回答(0 个)

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by