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)
Kamini Sewda
Kamini Sewda il 19 Gen 2015
Chiuso: MATLAB Answer Bot il 20 Ago 2021
What's the sum of the first 556 multiples of 47?
  1 Commento
Guillaume
Guillaume il 19 Gen 2015
Looks like homework.
What is the difficulty in solving this yourself?

Risposte (2)

Azzi Abdelmalek
Azzi Abdelmalek il 19 Gen 2015
47*sum(0:555)
  2 Commenti
Azzi Abdelmalek
Azzi Abdelmalek il 19 Gen 2015
What does that mean? how it's not working?

David Sanchez
David Sanchez il 19 Gen 2015
% sum of the first 556 multiples of 47?
the_multiples = 47*(1:556);
the_sum = sum(the_multiples);

Questa domanda è chiusa.

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by