Using the function symsum.
Ältere Kommentare anzeigen
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?
Antworten (1)
Walter Roberson
am 25 Okt. 2016
syms k
symsum(k^2,k,0,4)
Kategorien
Mehr zu Calculus finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!