Assumptions:
TeX:
F_{\ell,\eta}\!\left(z\right) = {2}^{\ell} {z}^{\ell + 1} \exp\!\left(\frac{\log \Gamma(u) + \log \Gamma(v) - \pi \eta}{2}\right) \left(\frac{{e}^{i z} U^{*}\!\left(u, 2 \ell + 2, -2 i z\right)}{{\left(2 i z\right)}^{u} \Gamma(v)} + \frac{{e}^{-i z} U^{*}\!\left(v, 2 \ell + 2, 2 i z\right)}{{\left(-2 i z\right)}^{v} \Gamma(u)}\right)\; \text{ where } u = 1 + \ell + i \eta,\;v = 1 + \ell - i \eta \ell \in \mathbb{C} \;\mathbin{\operatorname{and}}\; \eta \in \mathbb{C} \;\mathbin{\operatorname{and}}\; \left(1 + \ell + i \eta \notin \{0, -1, \ldots\} \;\mathbin{\operatorname{and}}\; 1 + \ell - i \eta \notin \{0, -1, \ldots\}\right) \;\mathbin{\operatorname{and}}\; z \in \mathbb{C} \setminus \left\{0\right\}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
CoulombF | Regular Coulomb wave function | |
Pow | Power | |
Exp | Exponential function | |
LogGamma | Logarithmic gamma function | |
Pi | The constant pi (3.14...) | |
ConstI | Imaginary unit | |
HypergeometricUStar | Scaled Tricomi confluent hypergeometric function | |
Gamma | Gamma function | |
CC | Complex numbers | |
ZZLessEqual | Integers less than or equal to n |
Source code for this entry:
Entry(ID("1976e1"), Formula(Equal(CoulombF(ell, eta, z), Where(Mul(Mul(Mul(Pow(2, ell), Pow(z, Add(ell, 1))), Exp(Div(Sub(Add(LogGamma(u), LogGamma(v)), Mul(Pi, eta)), 2))), Add(Div(Mul(Exp(Mul(ConstI, z)), HypergeometricUStar(u, Add(Mul(2, ell), 2), Neg(Mul(Mul(2, ConstI), z)))), Mul(Pow(Mul(Mul(2, ConstI), z), u), Gamma(v))), Div(Mul(Exp(Mul(Neg(ConstI), z)), HypergeometricUStar(v, Add(Mul(2, ell), 2), Mul(Mul(2, ConstI), z))), Mul(Pow(Neg(Mul(Mul(2, ConstI), z)), v), Gamma(u))))), Equal(u, Add(Add(1, ell), Mul(ConstI, eta))), Equal(v, Sub(Add(1, ell), Mul(ConstI, eta)))))), Variables(ell, eta, z), Assumptions(And(Element(ell, CC), Element(eta, CC), And(NotElement(Add(Add(1, ell), Mul(ConstI, eta)), ZZLessEqual(0)), NotElement(Sub(Add(1, ell), Mul(ConstI, eta)), ZZLessEqual(0))), Element(z, SetMinus(CC, Set(0))))))