Function integral from ginac
Brief description
integral(expression:ex,variable:Identifier,min:ex,max:ex):ex
Creates a symbolic integral More ...
Function information
Name: | integral |
Base: | |
Group: | GiNaC plugins:Integration |
Icon: | ginac.png |
Color: | cyan |
Authors: | |
Copyright: |
Detailed description
Creates a symbolic integral.
Input parameters
-
expression:
ex
- Expression to integrate
-
variable:
Identifier
- Integration variable
-
min:
ex
- Lower integration bound
-
max:
ex
- Upper integration bound
Return values
-
Default return value:
ex
- Resulting expression