How to perform summation till infinity in analysis?

2 visualizaciones (últimos 30 días)
Syed
Syed el 11 de En. de 2018
Comentada: Syed el 12 de Feb. de 2018
Hey everyone,
Trying to solve a research article, I stumbled upon an equation which I don't know how to input in Matlab. Currently, I am planning to take an upper-bound integer and simulate the iteration to that number. But what is the exact way to do it?
Please find the image attached to understand what I mean.

Respuesta aceptada

Walter Roberson
Walter Roberson el 11 de En. de 2018
You would use the symbolic toolbox and symsum()
  3 comentarios
Walter Roberson
Walter Roberson el 11 de En. de 2018
syms m k
symsum((-1).^(m-k).*besselj(m,k), k, 1,inf)
Syed
Syed el 12 de Feb. de 2018
Thank you for your time

Iniciar sesión para comentar.

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