how to write the code code for this operation right?

조회 수: 1 (최근 30일)
Fulbert Nguepi
Fulbert Nguepi 2021년 10월 10일
댓글: Walter Roberson 2021년 11월 12일
이 질문에 Walter Roberson 님이 플래그를 지정함
how to write the code of the term on the right?
  댓글 수: 3
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일
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개)

카테고리

Help CenterFile Exchange에서 Web Services에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by