zetaf(z)

The plasma dispersion function ( Algorithm 916 based)

Descargar
Descargar

Ahora está siguiendo esta publicación

Citar como

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

Agradecimientos

Inspirado por: The Voigt/complex error function (second version)

Categorías

Más información sobre Special Functions en Help Center y MATLAB Answers.

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
1.3.0

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

Descargar
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.

Descargar
1.1.0

update the description

Descargar
1.0.0

Descargar