Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Mathematics and Algorithms > Mathematical Functions > Special Functions > Bessel-Related Functions >

KelvinBei

KelvinBei[z]
gives the Kelvin function bei(z).
KelvinBei[n, z]
gives the Kelvin function bei_n(z).
  • Mathematical function, suitable for both symbolic and numerical manipulation.
  • For positive real values of parameters, bei_n(z)= Im(e^(npii)J_n(ze^(-pii/4))). For other values, bei is defined by analytic continuation.
  • KelvinBei[n, z] has a branch cut discontinuity in the complex z plane running from -infty to 0.
  • For certain special arguments, KelvinBei automatically evaluates to exact values.
  • KelvinBei can be evaluated to arbitrary numerical precision.
Evaluate numerically:
Plot bei_0(x):
Series at the origin:
Evaluate for complex arguments and orders:
Evaluate to high precision:
The precision of the output tracks the precision of the input:
TraditionalForm formatting:
KelvinBei can be applied to a power series:
Solve the Kelvin differential equation:
Plot the resistance of a wire with circular cross section versus AC frequency (skin effect):
Use FullSimplify to simplify expressions involving Kelvin functions:
Use FunctionExpand to expand Kelvin functions of half-integer orders:
Integrate expressions involving Kelvin functions:
New in 6
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team