<?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>A Party to the World &#187; scientific computing</title>
	<atom:link href="http://dan.lecocq.us/wordpress/tag/scientific-computing/feed/" rel="self" type="application/rss+xml" />
	<link>http://dan.lecocq.us/wordpress</link>
	<description>Life, love, and computer science</description>
	<lastBuildDate>Fri, 06 Jan 2012 17:21:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Grading</title>
		<link>http://dan.lecocq.us/wordpress/2009/01/20/grading/</link>
		<comments>http://dan.lecocq.us/wordpress/2009/01/20/grading/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 05:32:16 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[computer science]]></category>
		<category><![CDATA[school]]></category>
		<category><![CDATA[csci407]]></category>
		<category><![CDATA[grading]]></category>
		<category><![CDATA[scientific computing]]></category>

		<guid isPermaLink="false">http://dan.lecocq.us/wordpress/?p=249</guid>
		<description><![CDATA[As it&#8217;s my first semester T.A.&#8217;ing, it&#8217;s also my first semester grading. I picked up the first homework from Prof. Qiu this morning, and I just got done grading it. There are about 40-45 kids and it took about 3 hours. So, 4-5 minutes per homework &#8211; I can live with that. Tonight was also [...]]]></description>
			<content:encoded><![CDATA[<p>As it&#8217;s my first semester T.A.&#8217;ing, it&#8217;s also my first semester grading.  I picked up the first homework from Prof. Qiu this morning, and I just got done grading it.  There are about 40-45 kids and it took about 3 hours.  So, 4-5 minutes per homework &#8211; I can live with that.</p>
<p>Tonight was also the first time that a student in the class scheduled an appointment to get help with her homework.  I hadn&#8217;t looked at the upcoming homework as they just finished the first assignment, but I was very pleased when I was able to jump right in and know exactly the problem.  It&#8217;s a great feeling to know the entirety of a class without needing a refresher, and being able to take any section and just go.</p>
<p>In short, so far so good.</p>
]]></content:encoded>
			<wfw:commentRss>http://dan.lecocq.us/wordpress/2009/01/20/grading/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Graphing</title>
		<link>http://dan.lecocq.us/wordpress/2008/12/14/graphing/</link>
		<comments>http://dan.lecocq.us/wordpress/2008/12/14/graphing/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 02:53:50 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[computer science]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[graphing]]></category>
		<category><![CDATA[scientific computing]]></category>

		<guid isPermaLink="false">http://dan.lecocq.us/wordpress/?p=215</guid>
		<description><![CDATA[For Scientific Computing, I decided I wanted to have a grapher with which I could programmatically interface easily. Of course, there are options other there, from gnuPlot to you-name-it, but I figured that it wouldn&#8217;t be too hard to write one myself. Especially since there&#8217;s a ruby port for OpenGL. Long story short, I&#8217;ve got [...]]]></description>
			<content:encoded><![CDATA[<p>For Scientific Computing, I decided I wanted to have a grapher with which I could programmatically interface easily.  Of course, there are options other there, from gnuPlot to you-name-it, but I figured that it wouldn&#8217;t be too hard to write one myself.  Especially since there&#8217;s a ruby port for OpenGL.</p>
<p>Long story short, I&#8217;ve got something that&#8217;s not too terrible.  Not perfect, but it&#8217;s certainly a start:<br />
<div id="attachment_216" class="wp-caption aligncenter" style="width: 310px"><a href="http://dan.lecocq.us/wordpress/wp-content/uploads/2008/12/grapher.png"><img src="http://dan.lecocq.us/wordpress/wp-content/uploads/2008/12/grapher-300x300.png" alt="A few functions plotted with my grapher" title="2D Grapher" width="300" height="300" class="size-medium wp-image-216" /></a><p class="wp-caption-text">A few functions plotted with my grapher</p></div></p>
<p>But then, I thought, &#8220;why stop there?&#8221;  I figured it wouldn&#8217;t be that hard to make a 3D version.  While the 2D one will work on any generic function you give it, this 3D one has it hard-coded in right now.  Of course, it wouldn&#8217;t be too much more to make it more flexible, but given that this took 30 minutes, I&#8217;m ok with its rigidity.<br />
<div id="attachment_217" class="wp-caption aligncenter" style="width: 310px"><a href="http://dan.lecocq.us/wordpress/wp-content/uploads/2008/12/surface.png"><img src="http://dan.lecocq.us/wordpress/wp-content/uploads/2008/12/surface-300x282.png" alt="A simple surface." title="3D Grapher" width="300" height="282" class="size-medium wp-image-217" /></a><p class="wp-caption-text">A simple surface.</p></div></p>
<p>We&#8217;ll see where this goes.  It makes me feel a little nerdy that I&#8217;m two days into my winter break, and this is how I&#8217;ve spent some of it.</p>
]]></content:encoded>
			<wfw:commentRss>http://dan.lecocq.us/wordpress/2008/12/14/graphing/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Scientific Computing</title>
		<link>http://dan.lecocq.us/wordpress/2008/11/30/scientific-computing-2/</link>
		<comments>http://dan.lecocq.us/wordpress/2008/11/30/scientific-computing-2/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 20:24:19 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[computer science]]></category>
		<category><![CDATA[school]]></category>
		<category><![CDATA[scientific computing]]></category>
		<category><![CDATA[ta]]></category>

		<guid isPermaLink="false">http://dan.lecocq.us/wordpress/?p=181</guid>
		<description><![CDATA[A couple of weeks ago now, I spoke to a professor about the possibility of T.A.&#8217;ing next semester&#8217;s CSCI407 &#8211; Scientific Computing. It was one of my favorite classes at Mines, and I&#8217;m really looking forward to it. The professor will not be on campus from March onward, and so it will be an online [...]]]></description>
			<content:encoded><![CDATA[<p>A couple of weeks ago now, I spoke to a professor about the possibility of T.A.&#8217;ing next semester&#8217;s CSCI407 &#8211; Scientific Computing.  It was one of my favorite classes at Mines, and I&#8217;m really looking forward to it.  The professor will not be on campus from March onward, and so it will be an online class from that point, but I&#8217;ll likely be holding regular class hours during that time.  Exciting!</p>
<p>This is all because one of my few regrets about KAUST is that I wouldn&#8217;t get a chance to T.A. or teach there as a student, so, I&#8217;m pursuing that here.</p>
<p>So, if you&#8217;ve still got Sci. Comp. left to take, take it next semester.  I hear they&#8217;re going to have a sweet T.A.!</p>
]]></content:encoded>
			<wfw:commentRss>http://dan.lecocq.us/wordpress/2008/11/30/scientific-computing-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scientific Computing</title>
		<link>http://dan.lecocq.us/wordpress/2008/05/08/scientific-computing/</link>
		<comments>http://dan.lecocq.us/wordpress/2008/05/08/scientific-computing/#comments</comments>
		<pubDate>Thu, 08 May 2008 13:33:24 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[computer science]]></category>
		<category><![CDATA[school]]></category>
		<category><![CDATA[homework]]></category>
		<category><![CDATA[latex]]></category>
		<category><![CDATA[scientific computing]]></category>

		<guid isPermaLink="false">http://dan.lecocq.us/wordpress/2008/05/08/scientific-computing/</guid>
		<description><![CDATA[Two days ago I finished my final for Scientific Computing (it was a take-home final), and was somewhat sad to see the end of it. Sure, it was a lot of work (too much, according to Matt Matteson) &#8211; I spent literally upwards of a hundred hours this semester working on the homework and exams. [...]]]></description>
			<content:encoded><![CDATA[<p>Two days ago I finished my final for Scientific Computing (it was a take-home final), and was somewhat sad to see the end of it.  Sure, it was a lot of work (too much, according to Matt Matteson) &#8211; I spent literally upwards of a hundred hours this semester working on the homework and exams.  I recently tallied up the number of pages I submitted, and it was upwards of a 135 8.5 x 11 pages, most of it marked up in LaTeX.  (Because of this class my LaTeX-fu has grown significantly stronger.)</p>
<p>I look forward to any more classes I have with this prof.</p>
]]></content:encoded>
			<wfw:commentRss>http://dan.lecocq.us/wordpress/2008/05/08/scientific-computing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

