Estadística
5 Preguntas
0 Respuestas
CLASIFICACIÓN
208.716
of 301.219
REPUTACIÓN
0
CONTRIBUCIONES
5 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
100.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.193
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 173.467
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 8 años hace | 2 respuestas | 0
