Recent content by Jovany_17
-
J
MATLAB Verifying Fourier Series In MATLAB
Thanks- Jovany_17
- Post #3
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
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...- Jovany_17
- Thread
- Fourier Fourier series Matlab Series
- Replies: 3
- Forum: MATLAB, Maple, Mathematica, LaTeX