Assumptions:
TeX:
H^{+}_{\ell,\eta}\!\left(z\right) = {\left(2 z\right)}^{-i \eta} \exp\!\left(i \left(z - \frac{\ell \pi}{2} + \sigma_{\ell}\!\left(\eta\right)\right)\right) U^{*}\!\left(1 + \ell + i \eta, 2 \ell + 2, -2 i z\right)
\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\} \;\mathbin{\operatorname{and}}\; \left(\operatorname{Im}(z) \ge 0 \;\mathbin{\operatorname{or}}\; \operatorname{Re}(z) > 0\right)Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| CoulombH | Outgoing and ingoing Coulomb wave function | |
| Pow | Power | |
| ConstI | Imaginary unit | |
| Exp | Exponential function | |
| Pi | The constant pi (3.14...) | |
| CoulombSigma | Coulomb wave function phase shift | |
| HypergeometricUStar | Scaled Tricomi confluent hypergeometric function | |
| CC | Complex numbers | |
| ZZLessEqual | Integers less than or equal to n | |
| Im | Imaginary part | |
| Re | Real part |
Source code for this entry:
Entry(ID("bcdfc6"),
Formula(Equal(CoulombH(1, ell, eta, z), Mul(Mul(Pow(Mul(2, z), Neg(Mul(ConstI, eta))), Exp(Mul(ConstI, Add(Sub(z, Div(Mul(ell, Pi), 2)), CoulombSigma(ell, eta))))), HypergeometricUStar(Add(Add(1, ell), Mul(ConstI, eta)), Add(Mul(2, ell), 2), Neg(Mul(Mul(2, ConstI), z)))))),
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))), Or(GreaterEqual(Im(z), 0), Greater(Re(z), 0)))))