<?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>Persistent notes &#187; matlab</title>
	<atom:link href="http://alexkr.com/tag/matlab/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexkr.com</link>
	<description>Alexander Krivutsenko&#039;s online journal</description>
	<lastBuildDate>Fri, 01 Oct 2010 08:16:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Implementing Gauss Seidel iterative solver</title>
		<link>http://alexkr.com/source-code/132/implementing-gauss-seidel-iterative-solver/</link>
		<comments>http://alexkr.com/source-code/132/implementing-gauss-seidel-iterative-solver/#comments</comments>
		<pubDate>Wed, 16 Jan 2008 13:58:09 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blah-blah]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[algorithms]]></category>
		<category><![CDATA[matlab]]></category>

		<guid isPermaLink="false">http://alexkr.com/source-code/132/implementing-gauss-seidel-iterative-solver/</guid>
		<description><![CDATA[Here I would use notation Ax=b for system of linear equations, where A is a square matrix, x is vector of unknowns and b is vector of right hand side values.
Gaussian elimination as direct method for solving large system of linear equations would take 2*(n^3/3) + O(n^2) time, so it has roughly O(n^3) complexity.
Cholesky decomposition [...]]]></description>
		<wfw:commentRss>http://alexkr.com/source-code/132/implementing-gauss-seidel-iterative-solver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

