Description Calculates the p-Sombrero function [2*J1( p*x )/(p*x)], where J1 is the first order Bessel function of the first kind.
Syntax ans = Somb2 ( x )
Parameters ans (Double) The value of the p-Sombrero function [2 *J1( p*x ) / (p*x)].
x As Double Argument of the p-Sombrero function.
Remarks This function calculates the p-Sombrero function [2*J1( p*x )/(p*x)], where J1 is the first order Bessel function of the first kind.
See Also Examples
|