how to write the code code for this operation right?

1 visualización (últimos 30 días)
Walter Roberson ha marcado con alerta este/a pregunta
how to write the code of the term on the right?
  3 comentarios
Fulbert Nguepi
Fulbert Nguepi el 11 de Nov. de 2021
Sorry it was a mistake
Walter Roberson
Walter Roberson el 12 de Nov. de 2021
Easy way to fix the mistake: post the question text again.

Iniciar sesión para comentar.

Respuesta aceptada

Walter Roberson
Walter Roberson el 10 de Oct. de 2021
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 = 

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by