analytic_extension - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


FunctionAdvisor/analytic_extension

return the definition of the analytic extension of a given mathematical function

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

FunctionAdvisor(analytic_extension, math_function)

Parameters

analytic_extension

-

literal name; 'analytic_extension'

math_function

-

Maple name of mathematical function

Description

• 

The FunctionAdvisor(analytic_extension, math_function) command returns the definition of the analytic extension used by Maple to extend the function outside the classical domain, typically to the entire complex plane.

  

Note: For most functions the domain of the classical definition is the entire complex plane. If the requested information is not available, the FunctionAdvisor command returns NULL.

Examples

FunctionAdvisordefinition,Γz

Γz=0_k1z1&ExponentialE;_k1&DifferentialD;_k1&comma;0<z

(1)

FunctionAdvisoranalytic_extension&comma;Γ

Γz=πsinπzΓ1z,z<0

(2)

See Also

FunctionAdvisor

FunctionAdvisor/topics