how to represent the following fourier series in matlab using sym function
1 view (last 30 days)
Show older comments


0 Comments
Accepted Answer
Walter Roberson
on 28 Apr 2019
You cannot represent that in MATLAB using a symbolic function. The Symbolic Toolbox does not have any way to represent a sum over an indefinite collection of objects, your 
If that was intended to be a sum over s from 1 to infinity, then whether there is a resolution or not depends upon which of the variables can be assumed to be real valued, and which can be assumed positive, and whether
is greater than 
1 Comment
Walter Roberson
on 30 Apr 2019
Under some reasonable assumptions, it can be expressed as a polylog or dilog. Well, 6 of them anyhow.
More Answers (0)
See Also
Categories
Find more on Symbolic Math Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!