Mar 26, 2010 #1 T time_search Junior Member level 3 Joined Feb 22, 2010 Messages 25 Helped 0 Reputation 0 Reaction score 0 Trophy points 1,281 Location jordan Activity points 1,454 integration of( e^x2)...does it have an integration?
Mar 26, 2010 #2 C cdh7 Member level 4 Joined Feb 1, 2010 Messages 71 Helped 13 Reputation 26 Reaction score 1 Trophy points 1,288 Location Hamburg, Germany Activity points 1,753 Re: integration According to integrals.com it's Sqrt[Pi] Erfi[x] ---------------- 2 where Erfi is the imaginary error function.
Re: integration According to integrals.com it's Sqrt[Pi] Erfi[x] ---------------- 2 where Erfi is the imaginary error function.
Mar 26, 2010 #3 AdvaRes Advanced Member level 4 Joined Feb 14, 2008 Messages 1,163 Helped 113 Reputation 220 Reaction score 51 Trophy points 1,328 Location At home Activity points 7,442 Re: integration time_search said: integration of( e^x2)...does it have an integration? Click to expand... Hi, Find here the reply: https://en.wikipedia.org/wiki/List_of_integrals_of_exponential_functions
Re: integration time_search said: integration of( e^x2)...does it have an integration? Click to expand... Hi, Find here the reply: https://en.wikipedia.org/wiki/List_of_integrals_of_exponential_functions
Mar 31, 2010 #4 A alpha_dawg Newbie level 1 Joined Feb 25, 2010 Messages 1 Helped 0 Reputation 0 Reaction score 0 Trophy points 1,281 Activity points 1,285 Re: integration I dont believe there is a nice closed form integral for exp(x^2). So you will have to resort to numerical integration. However if you are in need or integrating a gaussian follow this link as it provides the proof as well. https://en.wikipedia.org/wiki/Gaussian_integral
Re: integration I dont believe there is a nice closed form integral for exp(x^2). So you will have to resort to numerical integration. However if you are in need or integrating a gaussian follow this link as it provides the proof as well. https://en.wikipedia.org/wiki/Gaussian_integral
Apr 5, 2010 #5 B b_lackshadow Newbie level 3 Joined Apr 5, 2010 Messages 4 Helped 0 Reputation 0 Reaction score 0 Trophy points 1,281 Location Indonesia Activity points 1,302 integration Use Matlab and type syms y x y = int(exp(x^2)) u'll get -1/2*i*pi^(1/2)*erf(i*x) wich erf is the error function, .. Hope it Works, ..
integration Use Matlab and type syms y x y = int(exp(x^2)) u'll get -1/2*i*pi^(1/2)*erf(i*x) wich erf is the error function, .. Hope it Works, ..