Recent content by DaniRiethmill

  1. D

    Computing Finite Power Series Sums in MATLAB: A Beginner's Guide

    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...