Re: Faddeeva

2016-12-14 Thread Patrick Dupre
16 at 8:55 PM > From: "Antonio Olivares" > To: "Community support for Fedora users" > Subject: Re: Faddeeva > > > > > > On Wednesday, December 14, 2016 6:46 AM, Patrick Dupre wrote: > > > > Thank very good > > However, there

Re: Faddeeva

2016-12-14 Thread Antonio Olivares
On Wednesday, December 14, 2016 6:46 AM, Patrick Dupre wrote: Thank very good However, there is something that I do not understand I define W1=0.2 z(x) = (x + W1*{0,1}) w(x) = faddeeva (z (x)) and Voi (x) = voigt (x, W1) Voi (x) and real (w(x)) are exactly the same Now, d_w (x) = - 2

Re: Faddeeva

2016-12-14 Thread Howard Howell
On Wed, 2016-12-14 at 13:46 +0100, Patrick Dupre wrote: > Thank very good > > However, there is something that I do not understand > > I define > W1=0.2 > z(x) = (x + W1*{0,1}) > w(x) = faddeeva (z (x)) > and > Voi (x) = voigt (x, W1) > > Voi (x) and re

Re: Faddeeva

2016-12-14 Thread Patrick Dupre
Thank very good However, there is something that I do not understand I define W1=0.2 z(x) = (x + W1*{0,1}) w(x) = faddeeva (z (x)) and Voi (x) = voigt (x, W1) Voi (x) and real (w(x)) are exactly the same Now, d_w (x) = - 2 * z (x) * w (z (x)) + 2*{0,1}/sqrt(pi) " which is the derivative D_

Re: Faddeeva

2016-12-13 Thread Antonio Olivares
On Tuesday, December 13, 2016 5:58 PM, Patrick Dupre wrote: Hello, How can I call the Faddeeva function in gnuplot ? I get: invalid command Same thing with w_of_z voigt works fine. I have gnuplot-5.0.5 and libcerf1-1.5-0.x86_64 and libcerf-devel-1.5-0.x86_64 Thank

Re: Faddeeva

2016-12-13 Thread Antonio Olivares
On Tuesday, December 13, 2016 5:58 PM, Patrick Dupre wrote: Hello, How can I call the Faddeeva function in gnuplot ? I get: invalid command Same thing with w_of_z voigt works fine. I have gnuplot-5.0.5 and libcerf1-1.5-0.x86_64 and libcerf-devel-1.5-0.x86_64 Thank

Faddeeva

2016-12-13 Thread Patrick Dupre
Hello, How can I call the Faddeeva function in gnuplot ? I get: invalid command Same thing with w_of_z voigt works fine. I have gnuplot-5.0.5 and libcerf1-1.5-0.x86_64 and libcerf-devel-1.5-0.x86_64 Thank. === Patrick