how can i calculate the sum of the following geometric series N= 1000 and r =0.99
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Waleed Alrabghi
el 18 de Feb. de 2016
Comentada: Waleed Alrabghi
el 18 de Feb. de 2016
calculate the sum of the following geometric series N= 1000 and r =0.99 =1+r+r2+r3+...+rN
0 comentarios
Respuesta aceptada
Más respuestas (2)
Image Analyst
el 18 de Feb. de 2016
How about a for loop? That's pretty simple, even for a beginner.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!