- #1
DaniRiethmill
- 1
- 0
I having trouble trying to compute the sum of a finite power series with matlab.Basically, the problem says to take x=0.5 and compute the sum of a series for n=5, n=10, n=25, and n=100 and for all coefficients ai=1. It also says to use the operation .^ and command sum(v) that takes a vector and returns the sum of its elements. Then to do the same thing with x=1/4 and x=2/3. I guess my real problem is that I have very little MATLAB experience and don't even know where to start.