Info
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
What's the sum of the first 556 multiples of 47
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
What's the sum of the first 556 multiples of 47?
1 Commento
Risposte (2)
David Sanchez
il 19 Gen 2015
% sum of the first 556 multiples of 47?
the_multiples = 47*(1:556);
the_sum = sum(the_multiples);
0 Commenti
Questa domanda è chiusa.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!