<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/c-plus-plus/tags/method</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 26 May 2013 12:21:44 GMT</pubDate>
<item>
<title>(C++) Runge-Kutta (2nd Order): Heun’s method - Bangonkali</title>
<link>http://snipplr.com/view/64225/rungekutta-2nd-order-heuns-method/</link>
<description><![CDATA[ <p>This example solves the following ordinary differential equation: y' = ((4 * exp(0.8*x)) - (0.5*y)); graph here: http://j.mp/H3K42D using the Heun’s method. Heun’s method is a second order Runge-Kutta Numerical Method for solving ordinary differential equations. More indepth discussion on the Book Numerical Methods 6th Edition - Chapra Page 722.</p> ]]></description>
<pubDate>Fri, 30 Mar 2012 04:04:28 GMT</pubDate>
<guid>http://snipplr.com/view/64225/rungekutta-2nd-order-heuns-method/</guid>
</item>
</channel>
</rss>