how to write summation in power series

7 ビュー (過去 30 日間)
shiv gaur
shiv gaur 2022 年 3 月 2 日
回答済み: David Hill 2022 年 3 月 2 日
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 Center および File ExchangeResizing 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