How to compute sum of series

8 次查看(过去 30 天)
Johan Burger
Johan Burger 2020-12-10
I would like calculate the following in matlab. X and k are arrays sized (1,N).
I have been using "symsum", but it is very slow for large N values:
symsum((X*Y)./((1+Z).^(A+k*B)),k,1,K));
So my question is, how can I best calculate this in matlab?

回答(1 个)

Abhisek Pradhan
Abhisek Pradhan 2020-12-13
An alternative to using symsum to sum long long series is use integration rather. MATLAB does provide int function for doing definite and indefinite function.

类别

Help CenterFile Exchange 中查找有关 Calculus 的更多信息

产品


版本

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by