Are there any libraries for Java to do numerical integration? I did ask google but failed to find anything, so should I implement my own methods (like trapeze method, simpson's method or whatever, it's been some time since I had my numerical analysis class)?
+3
A:
Is this what you're looking for? It's a java class that contains the Gauss-Legendre quadrature, trapezoidal rule and Forward and Backward rectangular rules for integration.
Poindexter
2009-11-25 16:13:35
Yeah, thanks, it will save me some time.
Zenzen
2009-11-25 16:17:38
At zenzen - if this solved your problem, please accept it.
Software Monkey
2009-12-03 00:32:34
A:
See point 4.4 in the description of the Commons Math org.apache.commons.math.analysis.integration package
axelclk
2009-11-27 05:04:21