<?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>dimitris kalamaras &#187; linear systems</title>
	<atom:link href="http://dimitris.apeiro.gr/tag/linear-systems/feed/" rel="self" type="application/rss+xml" />
	<link>http://dimitris.apeiro.gr</link>
	<description>mathematics, social network analysis,  free software...</description>
	<lastBuildDate>Fri, 26 Aug 2011 21:30:31 +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>Sparse Linear Systems Solver With SOR</title>
		<link>http://dimitris.apeiro.gr/2008/08/05/sparse-linear-systems-solver-with-sor/</link>
		<comments>http://dimitris.apeiro.gr/2008/08/05/sparse-linear-systems-solver-with-sor/#comments</comments>
		<pubDate>Tue, 05 Aug 2008 17:06:34 +0000</pubDate>
		<dc:creator>dimitris</dc:creator>
				<category><![CDATA[Mathematics]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Gauss]]></category>
		<category><![CDATA[linear systems]]></category>
		<category><![CDATA[Pascal]]></category>
		<category><![CDATA[Seidel]]></category>
		<category><![CDATA[SOR]]></category>

		<guid isPermaLink="false">http://dimitris.apeiro.gr/?p=179</guid>
		<description><![CDATA[This is a very simple Pascal program I wrote in mid 1990s, which solves a sparse NxN linear system using the Succesive Overrelaxation Method (SOR), which in turn is based on Gauss Seidel Method. Both methods are iterative. N is initially set at maximum &#8230;64. You need the W factor for the SOR to complete [...]]]></description>
		<wfw:commentRss>http://dimitris.apeiro.gr/2008/08/05/sparse-linear-systems-solver-with-sor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tridiagonal Linear System Solver</title>
		<link>http://dimitris.apeiro.gr/2008/08/05/tridiagonal-linear-system-solver/</link>
		<comments>http://dimitris.apeiro.gr/2008/08/05/tridiagonal-linear-system-solver/#comments</comments>
		<pubDate>Tue, 05 Aug 2008 16:50:45 +0000</pubDate>
		<dc:creator>dimitris</dc:creator>
				<category><![CDATA[Mathematics]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[linear systems]]></category>
		<category><![CDATA[Pascal]]></category>
		<category><![CDATA[solver]]></category>
		<category><![CDATA[tridiagonal]]></category>

		<guid isPermaLink="false">http://dimitris.apeiro.gr/?p=174</guid>
		<description><![CDATA[This Pascal program is usefull in solving large tridiagonal linear systems. An example is the systems emerging from numerically integrating parabolic PDE&#8217;s by Finite Differences method. It was ported to Turbo Pascal from a Fortran 77 program. Its usage is very simple. All you have to do is to enter dimension of the system and [...]]]></description>
		<wfw:commentRss>http://dimitris.apeiro.gr/2008/08/05/tridiagonal-linear-system-solver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

