How to evaluate sigma notation
显示 更早的评论
Hi everyone! I am completely new to Matlab and am in need of great help.
I have to find the algebraic sum of (n sigma i=1) (5/n) ((5i/n)^4 + 5(5i/n)^2 + 5i/n)
I am totally lost. Thank you so much if you can help!
1 个评论
Jan
2011-11-22
The shown notation is not clear. Which are the limits of the sum?
回答(3 个)
Jan
2011-11-22
0 个投票
For homework questions the usual proceding is, that you show, what you have done so far and ask a specific question. Then you have the chance to submit the solution without cheating.
Walter Roberson
2011-11-22
syms i n
symsum(5*((5*i/n)^4..., i, 1, n)
However, this does not appear to have anything to do with that integral.
类别
在 帮助中心 和 File Exchange 中查找有关 Matrix Indexing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!