フィルターのクリア

How to perform summation till infinity in analysis?

1 回表示 (過去 30 日間)
Syed
Syed 2018 年 1 月 11 日
コメント済み: Syed 2018 年 2 月 12 日
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.
  1 件のコメント
Walter Roberson
Walter Roberson 2018 年 1 月 11 日
Is J the BesselJ function?

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

採用された回答

Walter Roberson
Walter Roberson 2018 年 1 月 11 日
You would use the symbolic toolbox and symsum()
  3 件のコメント
Walter Roberson
Walter Roberson 2018 年 1 月 11 日
syms m k
symsum((-1).^(m-k).*besselj(m,k), k, 1,inf)
Syed
Syed 2018 年 2 月 12 日
Thank you for your time

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeCalculus についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by