how to write summation in power series

2 次查看(过去 30 天)
how to write summation(a(i)*t^i)

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Resizing and Reshaping Matrices 的更多信息

标签

产品


版本

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by