How to solve this in Matlab using loop and symsum

 Réponse acceptée

Alan Stevens
Alan Stevens le 26 Jan 2021
Modifié(e) : Alan Stevens le 26 Jan 2021
Do you really want to do it with a loop and symsum? Why not just
N = 10; % for example
i = 1:N;
sum(1./i + 1./((i+2).*(i+3)))

Plus de réponses (0)

Catégories

En savoir plus sur Mathematics 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!

Translated by