| monoIntegral {ivmte} | R Documentation | 
Integrating and evaluating monomials
Description
Analytically integrates monomials and evalates them at a given point. It is assumed that there is no constant multiplying the monomial.
Usage
monoIntegral(u, exp)
Arguments
u | 
 scalar, the point at which to evaluate the integral. If a vector is passed, then the integral is evaluated at all the elements of the vector.  | 
exp | 
 The exponent of the monomial.  | 
Value
scalar or vector, depending on what u is.
[Package ivmte version 1.4.0 Index]