Using the function symsum.

23 次查看(过去 30 天)
Shane Kosir
Shane Kosir 2016-10-25
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
syms k
symsum(k^2,k,0,4)

类别

Help CenterFile Exchange 中查找有关 Calculus 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by