How to evaluate sigma notation
Afficher commentaires plus anciens
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 commentaire
Jan
le 22 Nov 2011
The shown notation is not clear. Which are the limits of the sum?
Réponses (3)
Jan
le 22 Nov 2011
0 votes
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.
Yuna Kim
le 22 Nov 2011
0 votes
Walter Roberson
le 22 Nov 2011
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.
Catégories
En savoir plus sur Matrix Indexing dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!