File:ComplexErf.jpg

Summary

Description
English: f=erf(z) in the complex z plane. Levels of integer values of Re(f) are shown with thick black lines. Level of Im(f)=0 is shown with thin green line.

Negative integer values of Im(f) are shown with thick red lines. Positive integer values of Im(f) are shown with thick blue lines. Intermediate levels of Im(f)=const are shown with thin green lines.

Intermediate levels of Re(f)=const are shown with thin red lines for negative values and with thin blue lines for positive values.
Date
Source
 This diagram was created with Mathematica.
Category:PNG created with Mathematica#ComplexErf.jpg
 << Graphics`ImplicitPlot`
 RGB[x_, y_, z_] = RGBColor[x, y, z];
 u=Re[Erf[x+I*y]];
 QP=ImplicitPlot[{u==-4,
 u==-3, u==-2.8,u==-2.6,u==-2.4,u==-2.2,
 u==-2., u==-1.8,u==-1.6,u==-1.4,u==-1.2,
 u==-1., u==-0.8,u==-0.6,u==-0.4,u==-0.2,
 u==0,u==0.2,u==0.4,u==0.6,u==0.8,
 u==1.,u==1.2,u==1.4,u==1.6,u==1.8,
 u==2.,u==2.2,u==2.4,u==2.6,u==2.8,
 u==3.,u==4.},{x,-3,3},{y,-3,3},PlotPoints->120,
 PlotStyle->{{Thickness[.01],RGB[1,0,0]},
 Thickness[.01],RGB[1,0,0],RGB[1,0,0],RGB[1,0,0],RGB[1,0,0],
 Thickness[.01],RGB[1,0,0],RGB[1,0,0],RGB[1,0,0],RGB[1,0,0],
 Thickness[.01],RGB[1,0,0],RGB[1,0,0],RGB[1,0,0],RGB[1,0,0],
 {Thickness[.01]},RGB[0,0,1],RGB[0,0,1],RGB[0,0,1],RGB[0,0,1],
 {Thickness[.01]},RGB[0,0,1],RGB[0,0,1],RGB[0,0,1],RGB[0,0,1],
 {Thickness[.01]},RGB[0,0,1],RGB[0,0,1],RGB[0,0,1],RGB[0,0,1],
 {Thickness[.01]},{Thickness[.01]}
 }];

 u=Im[Erf[x+I*y]];
 PI=ImplicitPlot[{u==-4,
 u==-3, u==-2.8,u==-2.6,u==-2.4,u==-2.2,
 u==-2., u==-1.8,u==-1.6,u==-1.4,u==-1.2,
 u==-1., u==-0.8,u==-0.6,u==-0.4,u==-0.2,
 u==0,u==0.2,u==0.4,u==0.6,u==0.8,
 u==1.,u==1.2,u==1.4,u==1.6,u==1.8,
 u==2.,u==2.2,u==2.4,u==2.6,u==2.8,
 u==3.,u==4.},{x,-3,3},{y,-3,3},PlotPoints->120,
 PlotStyle->{{Thickness[.01],RGB[1,0,0]},
 {Thickness[.01],RGB[1,0,1]},RGB[0,1,0],RGB[0,1,0],RGB[0,1,0],RGB[0,1,0],
 {Thickness[.01],RGB[1,0,0]},RGB[0,1,0],RGB[0,1,0],RGB[0,1,0],RGB[0,1,0],
 {Thickness[.01],RGB[1,0,0]},RGB[0,1,0],RGB[0,1,0],RGB[0,1,0],RGB[0,1,0],
 {Thickness[.01],RGB[0,1,0]},RGB[0,1,0],RGB[0,1,0],RGB[0,1,0],RGB[0,1,0],
 {Thickness[.01],RGB[0,0,1]},RGB[0,1,0],RGB[0,1,0],RGB[0,1,0],RGB[0,1,0],
 {Thickness[.01],RGB[0,0,1]},RGB[0,1,0],RGB[0,1,0],RGB[0,1,0],RGB[0,1,0],
 {Thickness[.01],RGB[0,0,1]},{Thickness[.01],RGB[0,0,1]}
 }}}];

 Show[PR, PI];
Author Domitori
Permission
(Reusing this file)
Use it for free. Add any copyleft license you like. Copy, distribute, modify it as you like, but indicate the source; then, if any errors, the letter with corrections will find me.
Category:Images with inappropriate JPEG compression#ComplexErf.jpg

Licensing

w:en:Creative Commons
attribution
This file is licensed under the Creative Commons Attribution 3.0 Unported license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
Category:CC-BY-3.0#ComplexErf.jpg
Category:Error function
Category:CC-BY-3.0 Category:Error function Category:Images with inappropriate JPEG compression Category:PNG created with Mathematica