SpheroidalJoiningFactor[n,m,γ]
gives the spheroidal joining factor with degree
and order
.
SpheroidalJoiningFactor
SpheroidalJoiningFactor[n,m,γ]
gives the spheroidal joining factor with degree
and order
.
Details
- Mathematical function, suitable for both symbolic and numerical manipulation.
- For certain special arguments, SpheroidalJoiningFactor automatically evaluates to exact values.
- SpheroidalJoiningFactor can be evaluated to arbitrary numerical precision.
- SpheroidalJoiningFactor automatically threads over lists.
Examples
open all close allBasic Examples (2)
Scope (9)
Numerical Evaluation (4)
SpheroidalJoiningFactor[5, 1, .1]SpheroidalJoiningFactor[1, 0.5, -5]N[SpheroidalJoiningFactor[247, 5, 1], 50]N[SpheroidalJoiningFactor[2, -1, -1], 20]The precision of the output tracks the precision of the input:
SpheroidalJoiningFactor[0.211111111111111111, 2, 5]SpheroidalJoiningFactor[2, 0.211111111111111111, 5]N[SpheroidalJoiningFactor[23, 5 - I, 2]]Evaluate efficiently at high precision:
SpheroidalJoiningFactor[31, 5, 1`100]//TimingSpheroidalJoiningFactor[15, 5, 1`1000];//TimingSpecific Values (3)
SpheroidalJoiningFactor[0, 0, 0]//NFind a value of x for which SpheroidalJoiningFactor[0,1/2,x]=5:
xval = x /. FindRoot[SpheroidalJoiningFactor[0, 1 / 2, x] == 5, {x, 3}]//ChopPlot[SpheroidalJoiningFactor[0, 1 / 2, x], {x, 0, 5}, Epilog -> Style[Point[{xval, SpheroidalJoiningFactor[0, 1 / 2, xval ]}], PointSize[Large], Red]]//QuietSpheroidalJoiningFactor threads elementwise over lists:
SpheroidalJoiningFactor[1, 0, {1., 2., 3.}]Visualization (2)
Plot the SpheroidalJoiningFactor function:
Plot[{SpheroidalJoiningFactor[2, 2, x], SpheroidalJoiningFactor[3, 2, x], SpheroidalJoiningFactor[4, 2, x]}, {x, -4, 4}]Plot the real part of SpheroidalJoiningFactor[2,1,x+i y]:
ContourPlot[Re[SpheroidalJoiningFactor[2, 1, x + I y]], {x, -3, 3}, {y, -6, 6}, Contours -> 24]Plot the imaginary part of SpheroidalJoiningFactor[2,1,x+i y]:
ContourPlot[Im[SpheroidalJoiningFactor[2, 1, x + I y]], {x, -3, 3}, {y, -6, 6}, Contours -> 24]Applications (1)
See Also
Tech Notes
Related Guides
History
Text
Wolfram Research (2007), SpheroidalJoiningFactor, Wolfram Language function, https://reference.wolfram.com/language/ref/SpheroidalJoiningFactor.html.
CMS
Wolfram Language. 2007. "SpheroidalJoiningFactor." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/SpheroidalJoiningFactor.html.
APA
Wolfram Language. (2007). SpheroidalJoiningFactor. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/SpheroidalJoiningFactor.html
BibTeX
@misc{reference.wolfram_2026_spheroidaljoiningfactor, author="Wolfram Research", title="{SpheroidalJoiningFactor}", year="2007", howpublished="\url{https://reference.wolfram.com/language/ref/SpheroidalJoiningFactor.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_spheroidaljoiningfactor, organization={Wolfram Research}, title={SpheroidalJoiningFactor}, year={2007}, url={https://reference.wolfram.com/language/ref/SpheroidalJoiningFactor.html}, note=[Accessed: 13-June-2026]}