<?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; Pascal</title>
	<atom:link href="http://dimitris.apeiro.gr/tag/pascal/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>
		<item>
		<title>Turbo Editor</title>
		<link>http://dimitris.apeiro.gr/2008/08/03/text-editor/</link>
		<comments>http://dimitris.apeiro.gr/2008/08/03/text-editor/#comments</comments>
		<pubDate>Sat, 02 Aug 2008 21:43:24 +0000</pubDate>
		<dc:creator>dimitris</dc:creator>
				<category><![CDATA[Mathematics]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Pascal]]></category>
		<category><![CDATA[Text editors. TED]]></category>

		<guid isPermaLink="false">http://dimitris.apeiro.gr/?p=126</guid>
		<description><![CDATA[This is a simple text editor, called TED (Turbo EDitor). It opens text files or creates new ones in the same directory as the executable. It has a limit in the rows of the text file, but you can easily extend it by changing the appropriate variable. With small text files, ie less than 200 [...]]]></description>
		<wfw:commentRss>http://dimitris.apeiro.gr/2008/08/03/text-editor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prime numbers&#8217; generator</title>
		<link>http://dimitris.apeiro.gr/2008/08/02/prime-numbers-generator/</link>
		<comments>http://dimitris.apeiro.gr/2008/08/02/prime-numbers-generator/#comments</comments>
		<pubDate>Sat, 02 Aug 2008 20:58:20 +0000</pubDate>
		<dc:creator>dimitris</dc:creator>
				<category><![CDATA[Mathematics]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[Pascal]]></category>

		<guid isPermaLink="false">http://dimitris.apeiro.gr/?p=122</guid>
		<description><![CDATA[This is a Prime Numbers&#8217; Generator from Integers up to 2,000,000,000, written in Turbo Pascal. This program generates the prime numbers up to a given arithmetic limit, using 4 (four) different known methods. They are all based in modulo algebra. The methods are: This uses the mathematical definition of a prime number to generate them. [...]]]></description>
		<wfw:commentRss>http://dimitris.apeiro.gr/2008/08/02/prime-numbers-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

