Using the function symsum.

I use symsum(k^2,k,0,4) in the command window but it brings back "undefined function or variable "k"". What else do I need to do?

回答 (1 件)

Walter Roberson
Walter Roberson 2016 年 10 月 25 日

2 投票

syms k
symsum(k^2,k,0,4)

カテゴリ

タグ

質問済み:

2016 年 10 月 25 日

回答済み:

2016 年 10 月 25 日

Community Treasure Hunt

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

Start Hunting!

Translated by