Info
Cette question est clôturée. Rouvrir pour modifier ou répondre.
What's the sum of the first 556 multiples of 47
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
What's the sum of the first 556 multiples of 47?
1 commentaire
Réponses (2)
David Sanchez
le 19 Jan 2015
% sum of the first 556 multiples of 47?
the_multiples = 47*(1:556);
the_sum = sum(the_multiples);
0 commentaires
Cette question est clôturée.
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!