Post Reply 
Fresnel Integral
07-30-2019, 10:35 AM
Post: #2
RE: Fresnel Integral
With the latest firmware, you will get (from CAS) a symbolic answer with erf and complex numbers.
int(cos(x^2),x,0,t)
int(cos(x^2),x,0,1000);
evalf(int(cos(x^2),x,0,1000))
If you try to compute the integral numerically:
int(cos(x^2),x,0,1000.0)
the quadrature fails because the integrand is varying much too fast (especially near 1000), this is why you get a warning on the terminal, and the answer returned is a vector of 2 values corresponding to the last computed approximations.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Fresnel Integral - LCieParagon - 07-29-2019, 10:42 PM
RE: Fresnel Integral - parisse - 07-30-2019 10:35 AM
RE: Fresnel Integral - LCieParagon - 07-30-2019, 08:15 PM
RE: Fresnel Integral - Leviset - 07-30-2019, 10:11 PM
RE: Fresnel Integral - LCieParagon - 07-30-2019, 10:37 PM
RE: Fresnel Integral - parisse - 07-31-2019, 09:40 AM



User(s) browsing this thread: 1 Guest(s)