Trying to write a script to calculate a sum
Show older comments
Can somebody show me how to write a script to calculate the following function of N? It just confuses me a bit because if N is an even number then it may very well be the the lower and upper index are not integers... I don't know what the best way to deal with this hurdle is, perhaps make the function go from a negative integer to a positive integer then make a necessary substitution??
I'm not sure.. But i'd love to see what you guys come up with. I'm slowly learning how to write basic programs, but this one is a bit out of my league, and I'd appreciate if somebody could show me how

p.s. how do I make the LaTeX formatting turn on??
4 Comments
Ameer Hamza
on 26 Sep 2020
You can input the latex equation by eclosing the latex string in $$ on the same line. You can also use the Sigma button at the top of this textbox.
About your question: you should follow same method as answer by Alan to your other question here: https://www.mathworks.com/matlabcentral/answers/600322-need-help-programming-a-few-tricky-calculations?s_tid=srchtitle
Michael Vaughan
on 26 Sep 2020
David Hill
on 26 Sep 2020
Edited: David Hill
on 26 Sep 2020
Works fine for N (odd). Where did you get the equation? Are you sure there is not another equation for N (even). The above equation does not work for N (even).
Michael Vaughan
on 26 Sep 2020
Accepted Answer
More Answers (0)
Categories
Find more on Entering Commands 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!