Recent content by sigma665

  1. S

    Some problems about the Numerical Integration

    there are 5 examples as follows: %%% example01 %%%% z=linspace(-0.1,0.1); a=0.1; kesi=(z+sqrt(z.^2-a^2))./a; for j=1:length(z) f=@(b) log(1-((b+sqrt(b.^2-a^2))./a)./kesi(j)); I(j)=quadl(f,-0.1+eps,0.1+eps,1e-8); end %%% example02 %%%% z=linspace(-0.1,0.1); a=0.1...
Back
Top