how to write the code code for this operation right?

how to write the code of the term on the right?

3 件のコメント

Rik
Rik 2021 年 11 月 11 日
Why did you edit away your question? That is very rude.
To save other editors time: this question is not in the Google cache, nor in that of Bing or Yahoo.
Fulbert Nguepi
Fulbert Nguepi 2021 年 11 月 11 日
Sorry it was a mistake
Walter Roberson
Walter Roberson 2021 年 11 月 12 日
Easy way to fix the mistake: post the question text again.

サインインしてコメントする。

 採用された回答

Walter Roberson
Walter Roberson 2021 年 10 月 10 日

0 投票

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 件)

カテゴリ

ヘルプ センター および File ExchangeDownloads についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by