next up previous contents
Next: Inverse laplace transform. Up: 1. Previous: Simplifications.

Integration.

  The commands of ALGB related to integration are: The risch and INT programs accept functions or integrals as input and return the primitive or the evaluated primitive.

Some examples:

The risch program should be used in conjonction with the TSIMP function to enable trigonometric functions integration. It is a partial implementation of the Risch algorithm: it works with pure transcendental extensions (i.e. no square root allowed), and exponential polynomial part must not contain logarithm ore other exponential. Examples:

displaymath935

are allowed, but:

displaymath936

are not allowed. Note that tex2html_wrap_inline975 is not allowed directly, but after TSIMP with flag 13 set, risch will find the primitive. A new call to TSIMP with flag 13 cleared converts back complex exponential and logarithms to trigonometric functions.

In conjonction with TSIMP and EXPA, you should obtain some non trivial results: e.g.

displaymath937

(you can try INT or risch followed by TSIMP and EXPA).