<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Thought-Blorg &#187; Programming</title>
	<atom:link href="http://danielenman.com/tag/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://danielenman.com</link>
	<description>The mind of a mathemaprogrammadministrator.</description>
	<lastBuildDate>Sun, 29 Aug 2010 02:09:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Computational Physics lab 8</title>
		<link>http://danielenman.com/2010/03/18/computational-physics-lab-8/</link>
		<comments>http://danielenman.com/2010/03/18/computational-physics-lab-8/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 03:57:39 +0000</pubDate>
		<dc:creator>Daniel Enman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[algorithms]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[differential equations]]></category>
		<category><![CDATA[integration methods]]></category>
		<category><![CDATA[mathematics]]></category>
		<category><![CDATA[physics]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[rk45]]></category>
		<category><![CDATA[runge kunta]]></category>

		<guid isPermaLink="false">http://danielenman.com/?p=46</guid>
		<description><![CDATA[So, I&#8217;ve decided that to start the content of this blog off, that I would put some of my Computational Physics labs up. I want to stress that these labs could (and likely *do*) have errors in them, and should only be used when trying to figure something else for yourself (ie. don&#8217;t plagarise!). So, [...]]]></description>
			<content:encoded><![CDATA[<p>So, I&#8217;ve decided that to start the content of this blog off, that I would put some of my Computational Physics labs up. I want to stress that these labs could (and likely *do*) have errors in them, and should only be used when trying to figure something else for yourself (ie. don&#8217;t plagarise!).</p>
<p>So, without further adieu, here is the lab, complete with the source code files. Hope someone learns something.</p>
<p><a href="http://danielenman.com/wp-content/uploads/2010/03/lab8.pdf">lab8</a></p>
<p><a href="http://danielenman.com/wp-content/uploads/2010/03/rk2.c">rk2</a></p>
<p><a href="../wp-content/uploads/2010/03/rk4.c">rk4</a></p>
<p><a href="../wp-content/uploads/2010/03/rk45.c">rk45</a></p>
<p><a href="http://danielenman.com/wp-content/uploads/2010/03/rk45q2.c">rk45q2</a></p>
<p><a href="http://danielenman.com/wp-content/uploads/2010/03/plotter.c">plotter</a></p>
<p><strong>Note</strong>: rk2 was adapted from rk4</p>
]]></content:encoded>
			<wfw:commentRss>http://danielenman.com/2010/03/18/computational-physics-lab-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Just testing some code stuff</title>
		<link>http://danielenman.com/2010/03/16/just-testing-some-code-stuff/</link>
		<comments>http://danielenman.com/2010/03/16/just-testing-some-code-stuff/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 19:53:21 +0000</pubDate>
		<dc:creator>Daniel Enman</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Sites]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[syntax highlight]]></category>

		<guid isPermaLink="false">http://danielenman.com/?p=15</guid>
		<description><![CDATA[int main() { return 0; }    ]]></description>
			<content:encoded><![CDATA[<pre lang="c++">
<pre class="brush: cpp;">
int main()
{
	return 0;
}
</pre>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;"><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0in } 		P.western { font-family: "Arial", sans-serif; font-size: 10pt } 		P.cjk { font-size: 10pt } --><br />
 </p>
<p> 
</p></div>
</pre>
]]></content:encoded>
			<wfw:commentRss>http://danielenman.com/2010/03/16/just-testing-some-code-stuff/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
