[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

3.20 Mathematics (analysis)

Procedures for analysis.

Function: differenciate1 1-variable-function

computes derivative of the function.

Function: differenciatable1? obj

returns #t if the object is differentiable.

Function: integrate1 1-variable-function a b

computes definite integral \int_a^b f(x)dx.

Function: integratable1? obj

returns #t if the object is integralable.

Function: substitute1 1-variable-function a

substitutes variables of the given function to a, i.e. computes f(a).

Function: delta a

returns a procedure which computes Dirac’s delta function \delta(x-a).


[ << ] [ < ] [ Up ] [ > ] [ >> ]

This document was generated on August 9, 2012 using texi2html 5.0.