Statistica
5 Domande
0 Risposte
RANK
251.850
of 301.195
REPUTAZIONE
0
CONTRIBUTI
5 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
100.0%
VOTI RICEVUTI
0
RANK
of 173.322
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
Recursive Summation indices stuck?
So I had to write a summation of S(n)=1 + 2^p + 3^p +...+ n^p using recursive algorithms. So far I have managed to do it w...
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
Recursive factorial algorithm not working
So I have to create a function that takes an input value and then generates it factorial using a recursive algorithm. This is...
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
Output of a for loop into a vector?
I need to get the output of this for loop that I created x=[1 8 3 9 0 1]; b=0; for i=1:length(x) b=b+x(i); end ...
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
Input value as an array?
So I have to calculate the electricity usage for a set of values 200 500 700 1000 1500. I have written the program x=inpu...
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
Interest and displaying balance until double the investment?
So I am trying to write a function that will show me a balance after every year with a compound interest of 10% until the balanc...
oltre 8 anni fa | 2 risposte | 0
