Represents the value (or limiting value)
where
is the unique analytic continuation along the path from
to
for the function initially represented by . It is assumed that the expression
represents a holomorphic function of
in a neighborhood of the initial point . More generally,
is allowed to be a pole, branch point or even an essential singularity as long as
is holomorphic locally in a cone around the path radiating from . Infinite endpoints are allowed, with the obvious interpretation. Analytic continuation paths are allowed to pass through (isolated) poles of the analytically continued function. The path is not allowed to pass through intermediate branch points, but may end at a branch point.
►AnalyticContinuation(f(z), For(z, a, b)) —
— Represents the analytic continuation of
along the straight-line path from
to .
►AnalyticContinuation(f(z), For(z, P)) —
— Represents the analytic continuation of
along the path object .
►AnalyticContinuation(f(z), For(z, Path(a, b, c))) —
— Represents the analytic continuation of
along the straight-line path .
►AnalyticContinuation(f(z), For(z, CurvePath(Exp(Mul(ConstI, t)), For(t, 0, theta)))) —
— Represents the analytic continuation of
along the circular path starting at
and rotating counterclockwise by the phase .
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
AnalyticContinuation | Analytic continuation | |
Path | Line path | |
CurvePath | Path along a curve | |
Exp | Exponential function | |
ConstI | Imaginary unit |
Source code for this entry:
Entry(ID("457aaa"), SymbolDefinition(AnalyticContinuation, AnalyticContinuation(f(z), For(z, a, b)), "Analytic continuation"), Description("Represents the value (or limiting value)", g(b), "where", g(z), "is the unique analytic continuation along the path from", a, "to", b, "for the function initially represented by", f(z), ". ", "It is assumed that the expression", f(z), "represents a holomorphic function of", z, "in a neighborhood of the initial point", a, ". ", "More generally, ", a, "is allowed to be a pole, branch point or even an essential singularity as long as", f(z), "is holomorphic locally in a cone around", "the path radiating from", a, ". ", "Infinite endpoints are allowed, with the obvious interpretation. Analytic continuation paths are allowed to pass through (isolated) poles of the analytically continued function. ", "The path is not allowed to pass through intermediate branch points, but may end at a branch point."), CodeExample(AnalyticContinuation(f(z), For(z, a, b)), "Represents the analytic continuation of", f(z), "along the straight-line path from", a, "to", b, "."), CodeExample(AnalyticContinuation(f(z), For(z, P)), "Represents the analytic continuation of", f(z), "along the path object", P, "."), CodeExample(AnalyticContinuation(f(z), For(z, Path(a, b, c))), "Represents the analytic continuation of", f(z), "along the straight-line path", Path(a, b, c), "."), CodeExample(AnalyticContinuation(f(z), For(z, CurvePath(Exp(Mul(ConstI, t)), For(t, 0, theta)))), "Represents the analytic continuation of", f(z), "along the circular path starting at", Equal(z, 1), "and rotating ", "counterclockwise by the phase", theta, "."))