<?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>Devil&#039;s Night &#187; matlab</title>
	<atom:link href="http://foxdie.org/archives/tag/matlab/feed" rel="self" type="application/rss+xml" />
	<link>http://foxdie.org</link>
	<description>So many plans, so little time</description>
	<lastBuildDate>Tue, 04 May 2010 00:29:01 +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>Solve simultaneous equations with multi unknowns by Matlab</title>
		<link>http://foxdie.org/archives/285</link>
		<comments>http://foxdie.org/archives/285#comments</comments>
		<pubDate>Tue, 24 Nov 2009 21:49:16 +0000</pubDate>
		<dc:creator>FOX</dc:creator>
				<category><![CDATA[Mathematics]]></category>
		<category><![CDATA[matlab]]></category>

		<guid isPermaLink="false">http://foxdie.org/?p=285</guid>
		<description><![CDATA[I just happened to find that today
Assume you have following equations:

x+y = 2
y+z = 2
z+x = 2

These 3 equations yields out that:

x = 1
y = 1
z = 1

To solve these or more complex ones than these, Just enter following code in Matlab
[x,y,z] = solve ('(x+y)=(2)', '(y+z)=(2)','(z+x)=(2)','x,y,z')
Leave rest of the work to your computer.
]]></description>
		<wfw:commentRss>http://foxdie.org/archives/285/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
