how to write the code code for this operation right?
13 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Fulbert Nguepi
le 10 Oct 2021
Commenté : Walter Roberson
le 12 Nov 2021
how to write the code of the term on the right?
3 commentaires
Réponse acceptée
Walter Roberson
le 10 Oct 2021
syms alpha h n u(x,t)
Pi = sym(pi);
part1 = u(x-n*h,t) + u(x+n*h,t)
part2 = (-1)^n * gamma(alpha+1) / gamma(n+1) / gamma(alpha-n+1)
part3 = symsum(part1 * part2, n, 0, inf)
right_side = 1/(2*cos(Pi*alpha/2)) / h^alpha * part3
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Downloads dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


