public class QuadratureEx3 extends Object
Quadrature Example 3: Approximates the integral of the entire real line.
The integral $$\int_{-\infty}^\infty \frac{x} {4e^x + 9e^{-x}} \, dx$$ is computed and compared to its expected value. This integral is evaluated in Gradshteyn and Ryzhik (equation 3.417.1).Constructor and Description |
---|
QuadratureEx3() |
public static void main(String[] args)
Copyright © 2020 Rogue Wave Software. All rights reserved.