フィルターのクリア

Finding the sum of a series without symsum

6 ビュー (過去 30 日間)
Matthew Olivo
Matthew Olivo 2018 年 3 月 5 日
コメント済み: Matthew Olivo 2018 年 3 月 5 日
I'm trying to do the system sum of this equation, but all I've found is the command symsum to do this. However, I don't have the toolbar that this command comes with. Is there any way to either use this command or any other commands I can use to do this?
This is what I got so far. Any help is appreciated.
com_cos = symsum((((-1) ^ k) * x_val ^ (2 * k)) / factorial(2 * k), k = 1..Infinity);

採用された回答

Roger Stafford
Roger Stafford 2018 年 3 月 5 日
You don't need 'symsum' to evaluate that series. It's easy to see that its sum is
com_cos = cos(x_val)-1
just by inspection.
  1 件のコメント
Matthew Olivo
Matthew Olivo 2018 年 3 月 5 日
Thank you!

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

その他の回答 (1 件)

Walter Roberson
Walter Roberson 2018 年 3 月 5 日
  1 件のコメント
Matthew Olivo
Matthew Olivo 2018 年 3 月 5 日
Thank you!

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

カテゴリ

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