Difference between revisions of "Integrate"

 
m (adding doc status category)
Line 1: Line 1:
 
[[Category:Transforming functions]]
 
[[Category:Transforming functions]]
 +
[[Category:Doc Status C]] <!-- For Lumina use, do not change -->
  
 
Returns the result of applying the trapezoidal rule of integration of array R over index I.  ''Integrate'' computes the cumulative integral across I, returning a value with the same number of dimensions as R.  Compare ''Integrate'' to [[Area]].
 
Returns the result of applying the trapezoidal rule of integration of array R over index I.  ''Integrate'' computes the cumulative integral across I, returning a value with the same number of dimensions as R.  Compare ''Integrate'' to [[Area]].

Revision as of 07:55, 24 April 2007


Returns the result of applying the trapezoidal rule of integration of array R over index I. Integrate computes the cumulative integral across I, returning a value with the same number of dimensions as R. Compare Integrate to Area.

Declaration

Integrate(R,I)

or

Integrate(R1,R2,I)

See Also

Comments


You are not allowed to post comments.