integral_form - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


FunctionAdvisor/integral_form

return the integral form of a given mathematical function

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

FunctionAdvisor(integral_form, math_function)

Parameters

integral_form

-

literal name; 'integral_form'

math_function

-

Maple name of mathematical function

Description

• 

The FunctionAdvisor(integral_form, math_function) command returns the integral form for the function, if it exists.

Examples

> 

FunctionAdvisor⁡integral_form,sin

sin⁡z=z⁢∫01ⅇ2⁢I⁢_t1⁢zⅆ_t1ⅇI⁢z,with no restrictions on ⁡z

(1)
> 

FunctionAdvisor⁡integral_form,Β⁡a,z

Β⁡a&comma;z=∫01_k1a−1⁢1−_k1z−1&DifferentialD;_k1&comma;0<ℜ⁡a∧0<ℜ⁡z

(2)
> 

FunctionAdvisor⁡describe&comma;EllipticE

EllipticE=incomplete or complete elliptic integral of the second kind

(3)
> 

FunctionAdvisor⁡integral&comma;EllipticE

* Partial match of "integral" against topic "integral_form".

EllipticE⁡k=∫01−k2⁢_&alpha;12+1−_&alpha;12+1&DifferentialD;_&alpha;1&comma;with no restrictions on ⁡k,EllipticE⁡z&comma;k=∫0z−k2⁢_&alpha;12+1−_&alpha;12+1&DifferentialD;_&alpha;1&comma;with no restrictions on ⁡z&comma;k

(4)
> 

ex1≔FunctionAdvisor⁡integral&comma;BesselJ

* Partial match of "integral" against topic "integral_form".

ex1≔BesselJ⁡a&comma;z=∫−ππ12⁢π⁢&ExponentialE;I⁢a⁢_k1−z⁢sin⁡_k1&DifferentialD;_k1&comma;a::ℤ&comma;BesselJ⁡a&comma;z=∫0∞−2⁢sin⁡−z⁢cosh⁡_k1+π⁢a2⁢cosh⁡a⁢_k1π&DifferentialD;_k1&comma;z::real&comma;BesselJ⁡a&comma;z=∫0πcos⁡a⁢_k1−z⁢sin⁡_k1π&DifferentialD;_k1−sin⁡π⁢a⁢∫0∞1&ExponentialE;I⁢_k1+z⁢sinh⁡_k1&DifferentialD;_k1π&comma;0<ℜ⁡z&comma;BesselJ⁡a&comma;z=za⁢∫01&ExponentialE;2⁢I⁢_t1⁢z⁢_t1−12+a⁢1−_t1−12+a&DifferentialD;_t1⁢21+2⁢a2⁢2a⁢Γ⁡12+a⁢&ExponentialE;I⁢z⁢π&comma;0<12+ℜ⁡a

(5)

The variables used by the FunctionAdvisor command to create the function calling sequences are local variables. Therefore, the previous example does not depend on a or z.

> 

depends⁡ex1&comma;a,depends⁡ex1&comma;z

false,false

(6)

To make the FunctionAdvisor command return resulting using global variables, pass the function call itself.

> 

FunctionAdvisor⁡calling&comma;EllipticF

* Partial match of "calling" against topic "calling_sequence".

EllipticF⁡z&comma;k

(7)
> 

ex2≔FunctionAdvisor⁡integral&comma;EllipticF⁡a&comma;z

* Partial match of "integral" against topic "integral_form".

ex2≔EllipticF⁡a&comma;z=∫0a1−_&alpha;12+1⁢−z2⁢_&alpha;12+1&DifferentialD;_&alpha;1&comma;with no restrictions on ⁡a&comma;z

(8)
> 

depends⁡ex2&comma;a,depends⁡ex2&comma;z

true,true

(9)

See Also

depends

FunctionAdvisor

FunctionAdvisor/definition

FunctionAdvisor/sum_form

FunctionAdvisor/topics