how to write summation in power series

5 visualizaciones (últimos 30 días)
shiv gaur
shiv gaur el 2 de Mzo. de 2022
Respondida: David Hill el 2 de Mzo. de 2022
how to write summation(a(i)*t^i)

Respuesta aceptada

David Hill
David Hill el 2 de Mzo. de 2022
i=1:100;
a=randi(100,1,100);
t=.9;
s=sum(a.*t.^i);

Más respuestas (0)

Categorías

Más información sobre Resizing and Reshaping Matrices en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by