Recent content by Jovany_17

  1. J

    MATLAB Verifying Fourier Series In MATLAB

    HI please help me this could someone verify it for me please find attachement clc; clear all; k=0; s=0; N=inf; for i=1:N s=s+(1/(k^2+1)); k=k+1; end syms x n a0=1/pi*int(cosh(x),-pi,pi); an=1/pi*int(cosh(x)*cos(n*x),-pi,pi); bn=1/pi*int(cosh(x)*sin(n*x),-pi,pi); fs=0...
Back
Top