<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://dvillers.umons.ac.be/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://dvillers.umons.ac.be/wiki/feed.php">
        <title>Didier Villers, UMONS - wiki</title>
        <description></description>
        <link>https://dvillers.umons.ac.be/wiki/</link>
        <image rdf:resource="https://dvillers.umons.ac.be/wiki/_media/favicon.ico" />
       <dc:date>2026-04-05T19:18:49+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://dvillers.umons.ac.be/wiki/teaching:methcalchim:numerical_integration?rev=1539064798&amp;do=diff"/>
                <rdf:li rdf:resource="https://dvillers.umons.ac.be/wiki/teaching:methcalchim:root-finding_algorithm?rev=1539935916&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://dvillers.umons.ac.be/wiki/_media/favicon.ico">
        <title>Didier Villers, UMONS - wiki</title>
        <link>https://dvillers.umons.ac.be/wiki/</link>
        <url>https://dvillers.umons.ac.be/wiki/_media/favicon.ico</url>
    </image>
    <item rdf:about="https://dvillers.umons.ac.be/wiki/teaching:methcalchim:numerical_integration?rev=1539064798&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-10-09T07:59:58+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>teaching:methcalchim:numerical_integration</title>
        <link>https://dvillers.umons.ac.be/wiki/teaching:methcalchim:numerical_integration?rev=1539064798&amp;do=diff</link>
        <description>Numerical integration
Error estimation

	*  Equally spaced methods :
		*  Numerical_integration
		*  Trapezoidal_rule
		*  Newton–Cotes_formulas
		*  Simpson&#039;s rule and composite Simpson&#039;s rule

	*  If intervals between interpolation points vary :
		*  Gaussian_quadrature

	*  Chapter 4 in the book “Numerical Recipes” : Integration of Functions
		*  4.0 Introduction
		*  4.1 Classical Formulas for Equally Spaced Abscissas</description>
    </item>
    <item rdf:about="https://dvillers.umons.ac.be/wiki/teaching:methcalchim:root-finding_algorithm?rev=1539935916&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-10-19T09:58:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>teaching:methcalchim:root-finding_algorithm</title>
        <link>https://dvillers.umons.ac.be/wiki/teaching:methcalchim:root-finding_algorithm?rev=1539935916&amp;do=diff</link>
        <description>Root findings : equations f(x) = 0


	*  Polynomial equations : Bairstow&#039;s method is an efficient algorithm for finding the roots of a real polynomial of arbitrary degree
		*  Polynomials in NumPy
		*  polynomial module, including polyroots(c) to compute the roots of a polynomial.

	*  Bisection method (dichotomy) : very simple and robust method, but relatively slow. It assumes continuity of the function, and obtain one roots. The algorithm is based on a</description>
    </item>
</rdf:RDF>
