Info
この質問は閉じられています。 編集または回答するには再度開いてください。
What's the sum of the first 556 multiples of 47
1 回表示 (過去 30 日間)
古いコメントを表示
What's the sum of the first 556 multiples of 47?
1 件のコメント
回答 (2 件)
David Sanchez
2015 年 1 月 19 日
% sum of the first 556 multiples of 47?
the_multiples = 47*(1:556);
the_sum = sum(the_multiples);
0 件のコメント
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!