how to write summation in power series

2 vues (au cours des 30 derniers jours)
shiv gaur
shiv gaur le 2 Mar 2022
how to write summation(a(i)*t^i)

Réponse acceptée

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

Plus de réponses (0)

Catégories

En savoir plus sur Resizing and Reshaping Matrices dans Help Center et File Exchange

Tags

Produits


Version

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by