How to calculate arithmetic series?
Show older comments
Hi, I am new to mathlab. I want to evaluate an array and don't know how to do it with mathlab. Here are the two of the examples: n Sigmma notation i = i=1
n Signma notation i^2= i=1
Note: sigma notation means sums
Thanks. Susi
2 Comments
Jan
on 20 Nov 2011
@Susi: The program is called "Matlab". To be exact, the manufacturer prefers MATLAB.
If your mean "sum", I think the term "sum" is better than "sigma notation". It is not clear what "n Sigma notation i=i=1" means. Can you explain this again?
Grzegorz Knor
on 21 Nov 2011
@Susi,look at symsum:
http://www.mathworks.com/help/toolbox/symbolic/symsum.html
Accepted Answer
Categories
Find more on Descriptive Statistics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!