specialphase

Compute the phase functions of the Bessel functions and their derivative
38 descargas
Actualizado 29 jun 2017

These Matlab functions to compute the phase function for the Bessel and Airy
functions and their derivatives.
`phase = besselphase(nu,x)` computes θₙ(x) = arctan(Yₙ(x)/Jₙ(x)) where
Jₙ and Yₙ are the Bessel functions of the first and second kind. The
branch is determined by continuity and θₙ(0) = -π/2

`phase = besselprimephase(nu,x)` computes φₙ(x) = arctan(Y'ₙ(x)/J'ₙ(x)) where
J'ₙ and Y'ₙ are the derivatives with respect to theargument of the Bessel
functions of the first and second kind. The branch is determined by continuity
and φₙ(0) = π/2

`phase = airyphase(x)` computes θ(x) = arctan(A(x)/B(x)) where A and
B are the Airy functions of the first and second kind. The branch is determined
by continuity and θ(0) = π/6

`phase = airyprimephase(x)` computes φ(x) = arctan(A'(x)/B'(x)) where A' and
B' are the derivatives of the Airy functions of the first and second kind. The
branch is determined by continuity and φ(0) = -π/6

Citar como

David E. Horsley (2024). specialphase (https://github.com/dehorsley/specialphase), GitHub. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2012a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Bessel functions en Help Center y MATLAB Answers.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

No se pueden descargar versiones que utilicen la rama predeterminada de GitHub

Versión Publicado Notas de la versión
1.0.1.0

Added Airy functions
Fixed readme

1.0.0.0

Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.
Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.