<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: MATLAB Basics video: Solving linear equations</title>
	<link>http://blogs.mathworks.com/pick/2007/09/13/matlab-basics-video-solving-linear-equations/</link>
	<description>&#60;a href="http://www.mathworks.com/matlabcentral/fileexchange/loadAuthor.do?objectId=969735&#38;objectType=author"&#62;Bob&#60;/a&#62;, &#60;a href="http://www.mathworks.com/matlabcentral/fileexchange/loadAuthor.do?objectId=1093599&#38;objectType=author"&#62;Brett&#60;/a&#62; &#38; &#60;a href="http://www.mathworks.com/matlabcentral/fileexchange/loadAuthor.do?objectId=1094142&#38;objectType=author"&#62;Jiro&#60;/a&#62; share favorite user-contributed submissions from the File Exchange.</description>
	<pubDate>Mon, 23 Nov 2009 01:34:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Doug</title>
		<link>http://blogs.mathworks.com/pick/2007/09/13/matlab-basics-video-solving-linear-equations/#comment-13023</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Fri, 30 Jan 2009 18:04:35 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2007/09/13/matlab-basics-video-solving-linear-equations/#comment-13023</guid>
		<description>What are the dimensions of A and y once they are constructed?

I suspect that they are 

A = 2x2
y = 2x1

If that is the case,
x = 2x1

That is expected.

Doug</description>
		<content:encoded><![CDATA[<p>What are the dimensions of A and y once they are constructed?</p>
<p>I suspect that they are </p>
<p>A = 2&#215;2<br />
y = 2&#215;1</p>
<p>If that is the case,<br />
x = 2&#215;1</p>
<p>That is expected.</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sébastien</title>
		<link>http://blogs.mathworks.com/pick/2007/09/13/matlab-basics-video-solving-linear-equations/#comment-13021</link>
		<dc:creator>Sébastien</dc:creator>
		<pubDate>Fri, 30 Jan 2009 17:16:39 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2007/09/13/matlab-basics-video-solving-linear-equations/#comment-13021</guid>
		<description>Well, that's what I tried:
Let's say that y=A*x
In my case, I have:

A=[gamma2(:,1),gamma3(:,1);vega2(:,1),vega3(:,1)];
y=[gamma(:,1);vega(:,1)];
x=A\y;
But with that code x has only two values, and I want x to be a vector. Do you see my problem? Thanks a lot</description>
		<content:encoded><![CDATA[<p>Well, that&#8217;s what I tried:<br />
Let&#8217;s say that y=A*x<br />
In my case, I have:</p>
<p>A=[gamma2(:,1),gamma3(:,1);vega2(:,1),vega3(:,1)];<br />
y=[gamma(:,1);vega(:,1)];<br />
x=A\y;<br />
But with that code x has only two values, and I want x to be a vector. Do you see my problem? Thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blogs.mathworks.com/pick/2007/09/13/matlab-basics-video-solving-linear-equations/#comment-13020</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Fri, 30 Jan 2009 16:38:09 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2007/09/13/matlab-basics-video-solving-linear-equations/#comment-13020</guid>
		<description>Sebastien,

You will want to store those coefficients into a dedicated matrix.  You will have to use subscripting to get them into the matrix from those vectors.

Doug</description>
		<content:encoded><![CDATA[<p>Sebastien,</p>
<p>You will want to store those coefficients into a dedicated matrix.  You will have to use subscripting to get them into the matrix from those vectors.</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sébastien</title>
		<link>http://blogs.mathworks.com/pick/2007/09/13/matlab-basics-video-solving-linear-equations/#comment-13019</link>
		<dc:creator>Sébastien</dc:creator>
		<pubDate>Fri, 30 Jan 2009 15:16:57 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2007/09/13/matlab-basics-video-solving-linear-equations/#comment-13019</guid>
		<description>Hi,

I understood your video, but how to do it if the coefficients of the equations are vectors? For example, if I have:

gamma1(:,1)= nc2(:,1)*gamma2(:,1)+nc3(:,1)*gamma3(:,1)
vega1(:,1)=nc2(:,1)*vega2(:,1)+nc3(:,1)*vega3(:,1)

and I want to find nc2 and nc3?

Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I understood your video, but how to do it if the coefficients of the equations are vectors? For example, if I have:</p>
<p>gamma1(:,1)= nc2(:,1)*gamma2(:,1)+nc3(:,1)*gamma3(:,1)<br />
vega1(:,1)=nc2(:,1)*vega2(:,1)+nc3(:,1)*vega3(:,1)</p>
<p>and I want to find nc2 and nc3?</p>
<p>Thanks a lot!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
