Recent content by sigma665
-
S
Some problems about the Numerical Integration
please help..... thanks- sigma665
- Post #2
- Forum: Engineering and Comp Sci Homework Help
-
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...- sigma665
- Thread
- Integration Numerical Numerical integration
- Replies: 1
- Forum: Engineering and Comp Sci Homework Help