ScorerHi[z]
gives the Scorer function
.
ScorerHi
ScorerHi[z]
gives the Scorer function
.
Details
- ScorerHi is also known as an inhomogeneous Airy function.
- Mathematical function, suitable for both symbolic and numeric manipulation.
- The Scorer function
is a solution to the inhomogeneous Airy differential equation
.
tends to zero as
.- ScorerHi[z] is an entire function of z with no branch cut discontinuities.
- For certain arguments, ScorerHi automatically evaluates to exact values.
- ScorerHi can be evaluated to arbitrary numerical precision.
- ScorerHi automatically threads over lists.
- ScorerHi can be used with Interval and CenteredInterval objects. »
Examples
open all close allBasic Examples (4)
ScorerHi[3.]Plot over a subset of the reals:
Plot[ScorerHi[x], {x, -10, 3}]Plot over a subset of the complexes:
ComplexPlot3D[ScorerHi[z], {z, -2 - 2I, 2 + 2I}, PlotLegends -> Automatic]Series expansion at the origin:
Series[ScorerHi[x], {x, 0, 3}]Scope (32)
Numerical Evaluation (6)
ScorerHi[7.]N[ScorerHi[Pi]]N[ScorerHi[1 / 3], 50]The precision of the output tracks the precision of the input:
ScorerHi[0.312785550000555523000]ScorerHi[0.2 + I]N[ScorerHi[I Pi / 3]]Evaluate efficiently at high precision:
N[ScorerHi[Pi / 3`100]]//TimingN[ScorerHi[Pi / 4`10000]];//TimingCompute worst-case guaranteed intervals using Interval and CenteredInterval objects:
ScorerHi[Interval[{0.5, 0.6}]]ScorerHi[CenteredInterval[2, 1 / 100]]Or compute average-case statistical intervals using Around:
ScorerHi[Around[.9, 0.1]]Compute the elementwise values of an array:
ScorerHi[{{1.3, .5}, {0, 0.2}}]Or compute the matrix ScorerHi function using MatrixFunction:
MatrixFunction[ScorerHi[#]&, {{1.3, .5}, {0, 0.2}}]Specific Values (3)
Simple exact values are generated automatically:
ScorerHi[0]Limit[ScorerHi[x], x -> Infinity]Find a value of x for which ScorerHi[x]=4:
xval = x /. FindRoot[ScorerHi[x] == 4, {x, 2}]Plot[ScorerHi[x ], {x, 0, 3}, Epilog -> Style[Point[{xval, ScorerHi[xval ]}], PointSize[Large], Red]]Visualization (2)
Plot the ScorerHi function:
Plot[ScorerHi[x], {x, -10, 2}]ComplexContourPlot[Re[ScorerHi[z]], {z, -4 - 4I, 4 + 4I}, Contours -> 24]ComplexContourPlot[Im[ScorerHi[z]], {z, -4 - 4I, 4 + 4I}, Contours -> 24]Function Properties (11)
Real domain of ScorerHi:
FunctionDomain[ScorerHi[x], x]FunctionDomain[ScorerHi[z], z, Complexes]Approximate function range of ScorerHi:
FunctionRange[ScorerHi[x], x, y]//QuietScorerHi threads elementwise over lists:
ScorerHi[{-1., 1., 2.}]ScorerHi is an analytic function of x:
FunctionAnalytic[ScorerHi[x], x]ScorerHi is nondecreasing:
FunctionMonotonicity[ScorerHi[x], x]ScorerHi is injective:
FunctionInjective[ScorerHi[x], x]Plot[{ScorerHi[x], 1}, {x, -10, 5}]ScorerHi is not surjective:
FunctionSurjective[ScorerHi[x], x]Plot[{ScorerHi[x], -1}, {x, -10, 5}]ScorerHi is non-negative:
FunctionSign[ScorerHi[x], x]ScorerHi does not have either singularity or discontinuity:
FunctionSingularities[ScorerHi[x], x]FunctionDiscontinuities[ScorerHi[x], x]ScorerHi is convex:
FunctionConvexity[ScorerHi[x], x]TraditionalForm typesetting:
ScorerHi[z]//TraditionalFormDifferentiation and Integration (5)
First derivative with respect to z:
D[ScorerHi[z] , z]Higher derivatives with respect to z:
Table[D[ScorerHi[z], {z, k}], {k, 1, 3}]//SimplifyPlot the higher derivatives with respect to z:
Plot[%, {z, -3, 5}, PlotLegends -> {"First Derivative", "Second Derivative", "Third Derivative"}]Formula for the ![]()
derivative with respect to z:
D[ScorerHi[z], {z, k}]// FullSimplifyIndefinite integral of ScorerHi:
Integrate[ScorerHi[x], x]//FullSimplify∫ z^αScorerHi[z^2]ⅆz//TraditionalForm∫ ScorerHi[z]ScorerHiPrime[z]ⅆz//TraditionalFormSeries Expansions (2)
Find the Taylor expansion using Series:
Series[ScorerHi[x], {x, 0, 3}]Plots of the first three approximations around
:
terms = Normal@Table[Series[ScorerHi[x], {x, 0, m}], {m, 1, 5, 2}];
Plot[{ScorerHi[x], terms}, {x, -5, 5}, PlotRange -> {-5, 5}]Taylor expansion at a generic point:
Series[ScorerHi[x], {x, x0, 2}]// FullSimplifyFunction Identities and Simplifications (3)
FunctionExpand tries to simplify the argument of ScorerHi:
FunctionExpand[ScorerHi[z E^2 π I]]//SimplifyFunctionExpand[ScorerHi[(z^2)^1 / 2]]//SimplifyScorerHi[z] + E^2 π I ScorerHi[z E^2 π I] + E^-2 π I ScorerHi[z E^-2 π I]//FullSimplifyScorerHi can be represented as a DifferentialRoot:
DifferentialRootReduce[ScorerHi[x], x]See Also
Related Guides
History
Text
Wolfram Research (2014), ScorerHi, Wolfram Language function, https://reference.wolfram.com/language/ref/ScorerHi.html.
CMS
Wolfram Language. 2014. "ScorerHi." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/ScorerHi.html.
APA
Wolfram Language. (2014). ScorerHi. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/ScorerHi.html
BibTeX
@misc{reference.wolfram_2026_scorerhi, author="Wolfram Research", title="{ScorerHi}", year="2014", howpublished="\url{https://reference.wolfram.com/language/ref/ScorerHi.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_scorerhi, organization={Wolfram Research}, title={ScorerHi}, year={2014}, url={https://reference.wolfram.com/language/ref/ScorerHi.html}, note=[Accessed: 13-June-2026]}