About 1,190,000 results
Open links in new tab
  1. numpy - Gauss (-Legendre) quadrature in python - Stack Overflow

    Gauss (-Legendre) quadrature in python Asked 10 years, 11 months ago Modified 6 years ago Viewed 30k times

  2. quadgk - Numerically evaluate integral — Gauss-Kronrod …

    This MATLAB function integrates the function handle fun from a to b using high-order global adaptive quadrature and default error tolerances.

  3. Gauss-Laguerre Quadrature Evaluation Points and Weights

    The polynomials' roots are the evaluation points x i. Finally, the weights α i are determined by the condition that the method be correct for polynomials of small degree. Consider the weight …

  4. analysis - Derive Gaussian quadrature formula for three points ...

    Sep 8, 2019 · Derive Gaussian quadrature formula for three points Ask Question Asked 6 years, 1 month ago Modified 5 years, 9 months ago

  5. integration - Double Integral for Gaussian Quadrature

    Apr 15, 2019 · Double Integral for Gaussian Quadrature Ask Question Asked 6 years, 6 months ago Modified 6 years, 6 months ago

  6. Quadrature The term numerical integration covers several different tasks, including numerical evaluation of integrals and numerical solution of ordinary differential equations. So we use the …

  7. Quadrature rule over triangles - Mathematics Stack Exchange

    Mar 6, 2023 · The link in the first comment at Numerical integration in 2D over a triangle - Quadrature formula leads to the article High degree efficient symmetrical Gaussian quadrature …

  8. Gaussian quadrature with a to $ [0,1]$ reference domain instead …

    For 1-d Gaussian quadrature with two points per element we have the following formula to transform an integral from an arbitrary domain $[a, b]$ to the reference domain $[-1,1]$ on …

  9. Why is the Gaussian-Legendre Quadrature so effective?

    Oct 10, 2020 · Note that from this point of view, the theory of orthogonal polynomials doesn't really come into play; the fact that Gauss quadrature converges follows from merely knowing …

  10. integration - Comparison of Newton-Cotes Quadrature and …

    Newton-Cotes quadrature formulas are a generalization of trapezoidal and Simpson's rule. The trapezoidal rule involves $2$ points, Simpson's rule involves $3$, and in general Newton …