I am trying to plot a transient distribution which involves summation series upto infinity. Can anyone give me an insight on how to plot the summation series in matlab? Thank you !
My suggestion would be to truncate the upper limit of the summation at a certain finite value. You can try this a number of times each time further increasing the upper limit value. You can track the differences in the results for different upper limit values. Hopefully, after some value, the changes in the results start to become minimal. At that point, you can conclude that you have a good approximation for the upper limit.