calculate the sum of the following geometric series when N = 1000 and r =1/2 I have searched here and in the "help" in Matlab, but i found nothing about the geometric series
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Waleed Alrabghi
el 11 de Feb. de 2016
Respondida: Roger Stafford
el 11 de Feb. de 2016
calculate the sum of the following geometric series when N = 1000 and r =1/2 I have searched here and in the "help" in Matlab, but i found nothing about the geometric series
0 comentarios
Respuesta aceptada
Roger Stafford
el 11 de Feb. de 2016
If your geometric series is a, a*r, a*r^2, ..., a*r^N, then its sum is:
s = a*(1-r^(N+1))/(1-r)
0 comentarios
Más respuestas (2)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!