<?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>Sebastian Schöps &#187; Computer</title>
	<atom:link href="http://www.schoeps.org/home/category/computer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.schoeps.org/home</link>
	<description>www.schoeps.org</description>
	<lastBuildDate>Fri, 03 Feb 2012 19:52:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Octave 3.4.2 on openSUSE 11.4</title>
		<link>http://www.schoeps.org/home/2011/08/octave-3-4-2-on-opensuse-10-4/</link>
		<comments>http://www.schoeps.org/home/2011/08/octave-3-4-2-on-opensuse-10-4/#comments</comments>
		<pubDate>Mon, 22 Aug 2011 13:30:15 +0000</pubDate>
		<dc:creator>Sebastian</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Mathematics]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Octave]]></category>
		<category><![CDATA[OpenSUSE]]></category>

		<guid isPermaLink="false">http://www.schoeps.org/home/?p=1453</guid>
		<description><![CDATA[Finally, the science repository for openSUSE comes with a recent Octave version that supports UMFPACK. Add the corresponding repository and install the package.
You verify that UMFPACK works by the following computation <tt>A = sprandsym(1000,0.01); b = rand(1000,1); norm(A*(A\b)-b)</tt>.]]></description>
			<content:encoded><![CDATA[<p>Finally, the science repository for openSUSE comes with a recent <a href="http://www.gnu.org/software/octave/">Octave</a> version that supports <a href="http://www.cise.ufl.edu/research/sparse/umfpack/">UMFPACK</a>.
Add the corresponding repository</p>
<p><tt>sudo zypper ar <a href="http://download.opensuse.org/repositories/science/openSUSE_Tumbleweed/">http://download.opensuse.org/repositories/science/openSUSE_Tumbleweed/</a> opensuse:science</tt></p>
<p>and install the package</p>
<p><tt>sudo zypper in octave</tt></p>
<p>You verify that <a href="http://www.cise.ufl.edu/research/sparse/umfpack/">UMFPACK</a> works by the following computation</p>
<p><code>A=sprandsym(1000,0.01)+eye(1000);b=rand(1000,1);norm(A*(A\b)-b)</code></p>
<p>which solves a linear system with a sparse symmetric positive definite system matrix A and prints the residual to the console.<p>
<span id="more-1453"></span>
<p>Hence it is not necessary to compile Octave on your own as previously described in this <a href="http://www.schoeps.org/home/2010/01/install-octave-on-opensuse/" title="Compile Octave on openSUSE 11.3 [Updated]">article</a>.</p> ]]></content:encoded>
			<wfw:commentRss>http://www.schoeps.org/home/2011/08/octave-3-4-2-on-opensuse-10-4/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

