What's the sum of the first 556 multiples of 47

What's the sum of the first 556 multiples of 47?

1 个评论

Looks like homework.
What is the difficulty in solving this yourself?

回答(2 个)

% sum of the first 556 multiples of 47?
the_multiples = 47*(1:556);
the_sum = sum(the_multiples);

此问题已关闭。

标签

关闭:

2021-8-20

Community Treasure Hunt

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

Start Hunting!

Translated by