<?xml version="1.0" encoding="UTF-8" ?>
  <rss version="2.0">
    <channel>
        <title>Cole Richardson Blog</title>
        <link>https://colerichardson.dev</link>
        <description>Cole Richardson blog RSS feed</description>
        <item>
          <title>Numerical Integration: The Left Rectangle Rule</title>
          <link>https://colerichardson.dev/blog/numerical-integration</link>
          <description>An introduction to numerical integration using the simplest technique - the Left Rectangle Rule. Learn how to approximate definite integrals with code examples.</description>
          <pubDate>Wed, 22 Jan 2025 00:00:00 GMT</pubDate>
        </item>
    </channel>
  </rss>