Talk:Gauss–Kronrod quadrature formula
This article is rated Start-class on Wikipedia's content assessment scale. It is of interest to the following WikiProjects: | |||||||||||
|
What is f in section "Description" ? Is that an arbitrary function or Gaussian density ? — Preceding unsigned comment added by Wittawat (talk • contribs) 18:09, 10 April 2014 (UTC)
Could someone add the QuadGK.jl github.com/JuliaMath/QuadGK.jl
Julia package in the implementation section ? samusz (talk) 05:35, 16 August 2019 (UTC)
Why do people keep changing the order from 3n+1 to 2n+1?
[edit]The order of a Gauss-Kronrod quadrature with 2n+1 nodes is at least 3n+1. The article incorrectly stated order 2n+1. I fixed the mistake, but as I went through the edit history, it looks like this mistake has been made repeatedly. I found it at least 3 times in the edit history. Multiple times, someone has corrected the order to 3n+1, and then someone else has changed it back to 2n+1. The first reference clearly states 3n+1 for n even, 3n+2 for n odd. I've numerically confirmed this myself, just to be on the safe side. How do we stop this from happening over and over? Jaydfox (talk) 01:23, 4 September 2019 (UTC)