>
> On 11/05/2018 05:32 PM, Patrick Dupre wrote:
> > sqrt_pi = sqrt (pi)
> > 
> > z (x, y) = x + I * y
> > w (z) = faddeeva (z) / sqrt_pi # Normalized
> > plot real (w (z (x, 1))
> > 
> > 
> > Good luck.
> 
> How do you initialize pi?
> _______________________________________________
I do not have.

I={0,1}
sqrt_pi = sqrt (pi)
z (x, y) = x + I * y
w (z) = faddeeva (z) / sqrt_pi # Normalized
plot real (w (z (x, 1)))


works like a charm.
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to