zetaf(z)

The plasma dispersion function ( Algorithm 916 based)

Download
Download

You are now following this Submission

Cite As

wang qing (2026). zetaf(z) (https://uk.mathworks.com/matlabcentral/fileexchange/50814-zetaf-z), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.3.0

updata a figure of the contours of Multi-Ion acoustic wave dispersion by this code

Download
1.2.0

I find an error in this code: n=20+max(ceil(abs(x/a))) is suitable for a vector 'x' (z=x+iy) but may be wrong for a matrix 'x'. So I change this: x1=x(:);n=20+max(ceil(abs(x/a))) which is suitable for any dimensional matrix.

Download
1.1.0

update the description

Download
1.0.0

Download