<?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; Fortran</title>
	<atom:link href="http://dimitris.apeiro.gr/tag/fortran/feed/" rel="self" type="application/rss+xml" />
	<link>http://dimitris.apeiro.gr</link>
	<description>mathematics, social network analysis,  free software...</description>
	<lastBuildDate>Fri, 20 Aug 2010 22:41:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Horner Value Finder</title>
		<link>http://dimitris.apeiro.gr/2008/08/04/horner-value-finder/</link>
		<comments>http://dimitris.apeiro.gr/2008/08/04/horner-value-finder/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 12:51:10 +0000</pubDate>
		<dc:creator>dimitris</dc:creator>
				<category><![CDATA[Mathematics]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[Fortran]]></category>

		<guid isPermaLink="false">http://dimitris.apeiro.gr/?p=154</guid>
		<description><![CDATA[This Pascal program finds the value of a Nth order polynomial:

implementing Horner method without using any complex arithmetic in Fortran 77. 
Obviously, it can find complex values, for complex x&#8217;s, but without complex arithmetic.
The program also uses ANSI codes to clear screen.


        PROGRAM HORNER1
     [...]]]></description>
		<wfw:commentRss>http://dimitris.apeiro.gr/2008/08/04/horner-value-finder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Root-o-matic</title>
		<link>http://dimitris.apeiro.gr/2008/08/04/root-o-matic/</link>
		<comments>http://dimitris.apeiro.gr/2008/08/04/root-o-matic/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 10:39:49 +0000</pubDate>
		<dc:creator>dimitris</dc:creator>
				<category><![CDATA[Mathematics]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[Fortran]]></category>
		<category><![CDATA[root]]></category>

		<guid isPermaLink="false">http://dimitris.apeiro.gr/?p=151</guid>
		<description><![CDATA[This little Fortran program, originally written in DOS, uses the arithmetic sequence  to find the root of A. 
All you have to do is to enter A and a guess value .  
Caution: This program is very old; it uses Escape codes to clear the screen. In DOS, it needs the  ANSI.COM driver. [...]]]></description>
		<wfw:commentRss>http://dimitris.apeiro.gr/2008/08/04/root-o-matic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
