how to write summation in power series

2 Ansichten (letzte 30 Tage)
shiv gaur
shiv gaur am 2 Mär. 2022
Beantwortet: David Hill am 2 Mär. 2022
how to write summation(a(i)*t^i)

Akzeptierte Antwort

David Hill
David Hill am 2 Mär. 2022
i=1:100;
a=randi(100,1,100);
t=.9;
s=sum(a.*t.^i);

Weitere Antworten (0)

Kategorien

Mehr zu Resizing and Reshaping Matrices finden Sie in Help Center und File Exchange

Tags

Produkte


Version

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by