How to solve this in Matlab using loop and symsum

1 次查看(过去 30 天)

采纳的回答

Alan Stevens
Alan Stevens 2021-1-26
编辑:Alan Stevens 2021-1-26
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)))

更多回答(0 个)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by