<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>Gaussian elimination &#8211; Problems in Mathematics</title>
	<atom:link href="https://yutsumura.com/tag/gaussian-elimination/feed/" rel="self" type="application/rss+xml" />
	<link>https://yutsumura.com</link>
	<description></description>
	<lastBuildDate>Wed, 17 Jan 2018 04:27:16 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.3.4</generator>

<image>
	<url>https://i2.wp.com/yutsumura.com/wp-content/uploads/2016/12/cropped-question-logo.jpg?fit=32%2C32&#038;ssl=1</url>
	<title>Gaussian elimination &#8211; Problems in Mathematics</title>
	<link>https://yutsumura.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">114989322</site>	<item>
		<title>Determine Conditions on Scalars so that the Set of Vectors is Linearly Dependent</title>
		<link>https://yutsumura.com/determine-conditions-on-scalars-so-that-the-set-of-vectors-is-linearly-dependent/</link>
				<comments>https://yutsumura.com/determine-conditions-on-scalars-so-that-the-set-of-vectors-is-linearly-dependent/#comments</comments>
				<pubDate>Tue, 31 Jan 2017 00:40:02 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[Gaussian elimination]]></category>
		<category><![CDATA[linear combination]]></category>
		<category><![CDATA[linear dependent]]></category>
		<category><![CDATA[linear independent]]></category>
		<category><![CDATA[nonsingular matrix]]></category>
		<category><![CDATA[singular matrix]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[system of linear equations]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=2081</guid>
				<description><![CDATA[<p>Determine conditions on the scalars $a, b$ so that the following set $S$ of vectors is linearly dependent. \begin{align*} S=\{\mathbf{v}_1, \mathbf{v}_2, \mathbf{v}_3\}, \end{align*} where \[\mathbf{v}_1=\begin{bmatrix} 1 \\ 3 \\ 1 \end{bmatrix}, \mathbf{v}_2=\begin{bmatrix} 1 \\&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/determine-conditions-on-scalars-so-that-the-set-of-vectors-is-linearly-dependent/" target="_blank">Determine Conditions on Scalars so that the Set of Vectors is Linearly Dependent</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 279</h2>
<p>	Determine conditions on the scalars $a, b$ so that the following set $S$ of vectors is linearly dependent.<br />
	\begin{align*}<br />
	S=\{\mathbf{v}_1, \mathbf{v}_2, \mathbf{v}_3\},<br />
	\end{align*}<br />
	where<br />
	\[\mathbf{v}_1=\begin{bmatrix}<br />
	  1 \\<br />
	   3 \\<br />
	    1<br />
	  \end{bmatrix}, \mathbf{v}_2=\begin{bmatrix}<br />
	  1 \\<br />
	   a \\<br />
	    4<br />
	  \end{bmatrix}, \mathbf{v}_3=\begin{bmatrix}<br />
	  0 \\<br />
	   2 \\<br />
	    b<br />
	  \end{bmatrix}.\]
	&nbsp;<br />
<span id="more-2081"></span><br />

<h2>Solution.</h2>
<p>	  	Let us consider the linear combination<br />
	  	\[x_1\mathbf{v}_1+x_2\mathbf{v}_2+x_3\mathbf{v}_3=\mathbf{0}.\]
	  	We want to find conditions on $a, b$ so that there is $(x_1, x_2, x_3) \neq (0, 0, 0)$ satisfying this linear combination.<br />
	  	Since the linear combination can be written as<br />
	  	\[A\mathbf{x}=\mathbf{0},\]
	  	where<br />
	  	\[A=[\mathbf{v}_1, \mathbf{v}_2, \mathbf{v}_3]=\begin{bmatrix}<br />
	  1 &#038; 1 &#038; 0 \\<br />
	   3 &#038;a &#038;2 \\<br />
	   1 &#038; 4 &#038; b<br />
	\end{bmatrix}, \text{ and } \mathbf{x}=\begin{bmatrix}<br />
	  x_1 \\<br />
	   x_2 \\<br />
	    x_3<br />
	  \end{bmatrix},\]
	  our goal is the same as finding conditions on $a, b$ so that $A$ is a singular matrix.</p>
<hr />
<p>	 We apply elementary row operations to the augmented matrix $[A\mid \mathbf{0}]$.<br />
	 \begin{align*}<br />
	&#038;[A\mid \mathbf{0}]= \left[\begin{array}{rrr|r}<br />
	 1 &#038; 1 &#038; 0 &#038;   0 \\<br />
	  3 &#038;a &#038;  2 &#038; 0  \\<br />
	  1 &#038; 4 &#038; b &#038; 0<br />
	    \end{array} \right]\\[10pt]
	   &#038; \xrightarrow{\substack{R_2-3R_1\\R_3-R_1}}<br />
	    \left[\begin{array}{rrr|r}<br />
	 1 &#038; 1 &#038; 0 &#038;   0 \\<br />
	  0 &#038;a-3 &#038;  2 &#038; 0  \\<br />
	  0 &#038; 3 &#038; b &#038; 0<br />
	    \end{array} \right]
	    \xrightarrow{R_2\leftrightarrow R_3}<br />
	     \left[\begin{array}{rrr|r}<br />
	 1 &#038; 1 &#038; 0 &#038;   0 \\<br />
	   0 &#038; 3 &#038; b &#038; 0 \\<br />
	    0 &#038;a-3 &#038;  2 &#038; 0<br />
	    \end{array} \right]\\[10pt]
	   &#038; \xrightarrow{\frac{1}{3}R_2}<br />
	    \left[\begin{array}{rrr|r}<br />
	 1 &#038; 1 &#038; 0 &#038;   0 \\<br />
	   0 &#038; 1 &#038; b/3 &#038; 0 \\<br />
	    0 &#038;a-3 &#038;  2 &#038; 0<br />
	    \end{array} \right]
	    \xrightarrow{R_3-(a-3)R_2}<br />
	      \left[\begin{array}{rrr|r}<br />
	 1 &#038; 1 &#038; 0 &#038;   0 \\<br />
	   0 &#038; 1 &#038; b/3 &#038; 0 \\<br />
	    0 &#038; 0 &#038;  2-(a-3)b/3 &#038; 0<br />
	    \end{array} \right].<br />
	\end{align*}<br />
	  The last matrix is in echelon form.</p>
<hr />
<p>	  Let $c=2-(a-3)b/3$ be the number in $(3,3)$-entry.<br />
	  If $c\neq 0$, then it is easy to see that we can further reduce the matrix to<br />
	  \[ \left[\begin{array}{rrr|r}<br />
	 1 &#038; 0 &#038; 0 &#038;   0 \\<br />
	  0 &#038;1 &#038;  0 &#038; 0  \\<br />
	  0 &#038; 0 &#038; 1 &#038; 0<br />
	    \end{array} \right]\]
	    and the only solution is $x_1=x_2=x_3=0$.</p>
<hr />
<p>	    On the other hand, if $c=0$, then the last row becomes a zero row and thus we see that $x_3$ is a free variable. Hence the system has a nonzero solution.</p>
<p>	    Therefore, the vectors $\mathbf{v}_1, \mathbf{v}_2, \mathbf{v}_3$ are linearly dependent if and only if $c=0$.<br />
	    Hence the condition we are looking for is<br />
	    \[c=2-(a-3)b/3=0,\]
	    or equivalently,<br />
	    \[(a-3)b=6.\]
<h2> Related Question. </h2>
<div style="padding: 16px; border: none 3px #4169e1; border-radius: 10px; background-color: #f0f8ff; margin-top: 30px; margin-bottom: 30px;">
<strong>Problem</strong>.<br />
Let<br />
		\[\mathbf{v}_1=\begin{bmatrix}<br />
	  1 \\<br />
	   2 \\<br />
	    0<br />
	  \end{bmatrix}, \mathbf{v}_2=\begin{bmatrix}<br />
	  1 \\<br />
	   a \\<br />
	    5<br />
	  \end{bmatrix}, \mathbf{v}_3=\begin{bmatrix}<br />
	  0 \\<br />
	   4 \\<br />
	    b<br />
	  \end{bmatrix}\]
	  be vectors in $\R^3$.</p>
<p>	  Determine a condition on the scalars $a, b$ so that the set of vectors $\{\mathbf{v}_1, \mathbf{v}_2, \mathbf{v}_3\}$ is linearly dependent.</p>
</div>
<p>The solution is given in the post &#8628;<br />
<a href="//yutsumura.com/determine-a-condition-on-a-so-that-vectors-are-linearly-dependent/" target="_blank">Determine a Condition on $a, b$ so that Vectors are Linearly Dependent</a></p>
<button class="simplefavorite-button has-count" data-postid="2081" data-siteid="1" data-groupid="1" data-favoritecount="47" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">47</span></button><p>The post <a href="https://yutsumura.com/determine-conditions-on-scalars-so-that-the-set-of-vectors-is-linearly-dependent/" target="_blank">Determine Conditions on Scalars so that the Set of Vectors is Linearly Dependent</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/determine-conditions-on-scalars-so-that-the-set-of-vectors-is-linearly-dependent/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">2081</post-id>	</item>
		<item>
		<title>Solve a System of Linear Equations by Gauss-Jordan Elimination</title>
		<link>https://yutsumura.com/solve-a-system-of-linear-equations-by-gauss-jordan-elimination/</link>
				<comments>https://yutsumura.com/solve-a-system-of-linear-equations-by-gauss-jordan-elimination/#comments</comments>
				<pubDate>Sat, 30 Jul 2016 04:18:11 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[augmented matrix]]></category>
		<category><![CDATA[Gauss-Jordan elimination]]></category>
		<category><![CDATA[Gaussian elimination]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[reduced row echelon form]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=211</guid>
				<description><![CDATA[<p>Solve the following system of linear equations using Gauss-Jordan elimination. \begin{align*} 6x+8y+6z+3w &#38;=-3 \\ 6x-8y+6z-3w &#38;=3\\ 8y \,\,\,\,\,\,\,\,\,\,\,- 6w &#38;=6 \end{align*} &#160; We use the following notation. Elementary row operations. The three elementary row&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/solve-a-system-of-linear-equations-by-gauss-jordan-elimination/" target="_blank">Solve a System of Linear Equations by Gauss-Jordan Elimination</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 27</h2>
<p>Solve the following system of linear equations using Gauss-Jordan elimination.<br />
\begin{align*}<br />
6x+8y+6z+3w &amp;=-3 \\<br />
6x-8y+6z-3w &amp;=3\\<br />
8y \,\,\,\,\,\,\,\,\,\,\,- 6w &amp;=6<br />
\end{align*}</p>
<p>&nbsp;</p>
<p><span id="more-211"></span><br />

<h3>We use the following notation.</h3>
<p><span style="text-decoration: underline;"><strong>Elementary row operations.</strong></span></p>
<p>The three elementary row operations on a matrix are defined as follows.</p>
<p>(1) Interchanging two rows:</p>
<p style="padding-left: 30px;">$R_i \leftrightarrow R_j$ interchanges rows $i$ and $j$.</p>
<p>(2) Multiplying a row by a non-zero scalar (a number):</p>
<p style="padding-left: 30px;">$tR_i$ multiplies row $i$ by the non-zero scalar (number) $t$.</p>
<p>(3) Adding a multiple of one row to another row:</p>
<p style="padding-left: 30px;">$R_j+tR_i$ adds $t$ times row $i$ to row $j$.</p>
<h2>Solution.</h2>
<p>	The augmented matrix of the system is<br />
	\[A=\left[ \begin{array}{rrrr|r}<br />
	6 &#038; 8 &#038; 6 &#038; 3 &#038; -3 \\<br />
	6 &#038; -8 &#038; 6 &#038; -3 &#038; 3\\<br />
	0 &#038; 8 &#038; 0 &#038; -6 &#038; 6<br />
	\end{array} \right].\]
	We apply elementary row operations as follows to reduce the system to a matrix in reduced row echelon form.</p>
<p>	\[A \xrightarrow{R_2 &#8211; R_1}<br />
	\left[\begin{array}{rrrr|r}<br />
	6 &#038; 8 &#038; 6 &#038; 3 &#038; -3 \\<br />
	0 &#038; -16 &#038; 0 &#038; -6 &#038; 6\\<br />
	0 &#038; 8 &#038; 0 &#038; -6 &#038; 6<br />
	\end{array}\right]
	\xrightarrow[R_2+2R_3]{R_1-R_3}<br />
	\left[\begin{array}{rrrr|r}<br />
	6 &#038; 0 &#038; 6 &#038; 9 &#038; -9 \\<br />
	0 &#038; 0 &#038; 0 &#038; -18 &#038; 18\\<br />
	0 &#038; 8 &#038; 0 &#038; -6 &#038; 6<br />
	\end{array}\right]
	\]
	\[\xrightarrow[\frac{1}{2}R_3]{\frac{1}{3}R_1, \frac{-1}{18}R_2}<br />
	\left[\begin{array}{rrrr|r}<br />
	2 &#038; 0 &#038; 2 &#038; 3 &#038; -3 \\<br />
	0 &#038; 0 &#038; 0 &#038; 1 &#038; -1\\<br />
	0 &#038; 4 &#038; 0 &#038; -3 &#038; 3<br />
	\end{array}\right]
	\xrightarrow[R_3+3R_2]{R_1-3R_2}<br />
	\left[\begin{array}{rrrr|r}<br />
	2 &#038; 0 &#038; 2 &#038; 0 &#038; 0 \\<br />
	0 &#038; 0 &#038; 0 &#038; 1 &#038; -1\\<br />
	0 &#038; 4 &#038; 0 &#038; 0 &#038; 0<br />
	\end{array}\right]
	\]
<p>	\[<br />
	\xrightarrow[\frac{1}{4}R_3]{\frac{1}{2}R_1}<br />
	\left[\begin{array}{rrrr|r}<br />
	1 &#038; 0 &#038; 1 &#038; 0 &#038; 0 \\<br />
	0 &#038; 0 &#038; 0 &#038; 1 &#038; -1\\<br />
	0 &#038; 1 &#038; 0 &#038; 0 &#038; 0\end{array}\right]
	\xrightarrow{R_2 \leftrightarrow R_3}<br />
	\left[\begin{array}{rrrr|r}<br />
	1 &#038; 0 &#038; 1 &#038; 0 &#038; 0 \\<br />
	0 &#038; 1 &#038; 0 &#038; 0 &#038; 0 \\<br />
	0 &#038; 0 &#038; 0 &#038; 1 &#038; -1<br />
	\end{array}\right]
	\]
	The last matrix is in reduced row echelon form.<br />
	The corresponding system of linear equations  is<br />
	\begin{align*}<br />
	x+z &#038;=0\\<br />
	y&#038;=0 \\<br />
	w&#038;=-1<br />
	\end{align*}</p>
<p>	Let $z=t$ be a free variable. Then the solution is $(x,y,z,w)=(-t,0,t,-1)$ for any number $t$.</p>
<h3>Similar Problem.</h3>
<p>Another similar problem is <a href="//yutsumura.com/solving-a-system-of-linear-equations-using-gaussian-elimination/">Solving a system of linear equations using Gaussian elimination</a>.<br />
The instruction of the problem says to use Gaussian elimination, but try to solve it using Gauss-Jordan elimination as well.</p>
<button class="simplefavorite-button has-count" data-postid="211" data-siteid="1" data-groupid="1" data-favoritecount="106" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">106</span></button><p>The post <a href="https://yutsumura.com/solve-a-system-of-linear-equations-by-gauss-jordan-elimination/" target="_blank">Solve a System of Linear Equations by Gauss-Jordan Elimination</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/solve-a-system-of-linear-equations-by-gauss-jordan-elimination/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">211</post-id>	</item>
		<item>
		<title>Solving a System of Linear Equations Using Gaussian Elimination</title>
		<link>https://yutsumura.com/solving-a-system-of-linear-equations-using-gaussian-elimination/</link>
				<comments>https://yutsumura.com/solving-a-system-of-linear-equations-using-gaussian-elimination/#comments</comments>
				<pubDate>Fri, 29 Jul 2016 00:34:30 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[augmented matrix]]></category>
		<category><![CDATA[echelon form]]></category>
		<category><![CDATA[Gauss-Jordan elimination]]></category>
		<category><![CDATA[Gaussian elimination]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[reduced row echelon form]]></category>
		<category><![CDATA[system of linear equations]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=194</guid>
				<description><![CDATA[<p>Solve the following system of linear equations using Gaussian elimination. \begin{align*} x+2y+3z &#38;=4 \\ 5x+6y+7z &#38;=8\\ 9x+10y+11z &#38;=12 \end{align*} Elementary row operations The three elementary row operations on a matrix are defined as follows.&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/solving-a-system-of-linear-equations-using-gaussian-elimination/" target="_blank">Solving a System of Linear Equations Using Gaussian Elimination</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 24</h2>
<p>Solve the following system of linear equations using Gaussian elimination.<br />
\begin{align*}<br />
x+2y+3z &amp;=4 \\<br />
5x+6y+7z &amp;=8\\<br />
9x+10y+11z &amp;=12<br />
\end{align*}</p>
<p><span id="more-194"></span><br />

<h3>Elementary row operations</h3>
<p>The three <em>elementary row operations on a matrix</em> are defined as follows.</p>
<div style="padding: 16px; border: none 3px #4169e1; border-radius: 10px; background-color: #f0f8ff; margin-top: 30px; margin-bottom: 30px;">
(1)<strong> Interchanging two rows</strong>:</p>
<p style="padding-left: 30px;">$R_i \leftrightarrow R_j$ interchanges rows $i$ and $j$.</p>
<p>(2)<strong> Multiplying a row by a non-zero scalar</strong> <strong>(a number):</strong></p>
<p style="padding-left: 30px;">$tR_i$ multiplies row $i$ by the non-zero scalar (number) $t$.</p>
<p>(3) <strong>Adding a multiple of one row to another row</strong>:</p>
<p style="padding-left: 30px;">$R_j+tR_i$ adds $t$ times row $i$ to row $j$.</p>
</div>
<h2>Solution.</h2>
<p>First, the augmented matrix of the system is<br />
\[A=\left[ \begin{array}{rrr|r}<br />
1 &#038; 2 &#038; 3 &#038; 4 \\<br />
5 &#038; 6 &#038; 7 &#038; 8 \\<br />
9 &#038; 10 &#038; 11 &#038; 12<br />
\end{array} \right].\]
We apply elementary row operations as follows to reduce the system to row echelon form.</p>
<p>\[A \xrightarrow{R_3 -9R_1}<br />
\left[\begin{array}{rrr|r}<br />
1 &#038; 2 &#038; 3 &#038; 4 \\<br />
5 &#038; 6 &#038; 7 &#038; 8 \\<br />
0 &#038; -8 &#038; -16 &#038; -24<br />
\end{array}\right]
\xrightarrow{-\frac{1}{8}R_3}<br />
\left[\begin{array}{rrr|r}<br />
1 &#038; 2 &#038; 3 &#038; 4 \\<br />
5 &#038; 6 &#038; 7 &#038; 8 \\<br />
0 &#038; 1 &#038; 2 &#038; 3<br />
\end{array}\right]
\]
\[\xrightarrow{R_2-5R_1}<br />
\left[\begin{array}{rrr|r}<br />
1 &#038; 2 &#038; 3 &#038; 4 \\<br />
0 &#038; -4 &#038; -8 &#038; -12 \\<br />
0 &#038; 1 &#038; 2 &#038; 3<br />
\end{array}\right]
\xrightarrow{-\frac{1}{4} R_2}<br />
\left[\begin{array}{rrr|r}<br />
1 &#038; 2 &#038; 3 &#038; 4 \\<br />
0 &#038; 1 &#038; 2 &#038; 3 \\<br />
0 &#038; 1 &#038; 2 &#038; 3<br />
\end{array}\right]
\]
\[\xrightarrow{R_3-R_2}<br />
\left[\begin{array}{rrr|r}<br />
1 &#038; 2 &#038; 3 &#038; 4 \\<br />
0 &#038; 1 &#038; 2 &#038; 3 \\<br />
0 &#038; 0 &#038; 0 &#038; 0<br />
\end{array}\right]
\]
The last matrix is in row echelon form.</p>
<hr />
<p>The corresponding system of linear equations of it is<br />
\begin{align*}<br />
x+2y+3z &#038;=4\\<br />
y+2z&#038;=3 \\<br />
0z&#038;=0<br />
\end{align*}<br />
The last equation $0z=0$ means that $z$ can be any number.<br />
(More systematically, the variables corresponding to leading $1$&#8217;s in the echelon form matrix are dependent variables, and the rests are independent (free) variables.)</p>
<p>So let us say that $t$ is a value for $z$, namely $z=t$.<br />
Then from the second equation, we have $y=-2t+3$.<br />
From the first equation, we have<br />
\[x=-2y-3z+4=-2(-2t+3)-3t+4=t-2.\]
Thus the solution set is<br />
\[(x,y,z)=(t-2, -2t+3, t)\]
 for any $t$.</p>
<h2>Comment.</h2>
<p>You may want to check whether the answer is correct by substituting this solution to the original equations.</p>
<p>Also, if you further reduce the matrix into<em> reduced</em> row echelon form, the last system becomes simpler (and simplest in a sense).<br />
This procedure, to reduce a matrix until reduced row echelon form, is called the <em>Gauss-Jordan elimination</em>.</p>
<h2> Related Question. </h2>
<p>For a similar problem, you may want to check out <a href="//yutsumura.com/solve-a-system-of-linear-equations-by-gauss-jordan-elimination/">Solve a system of linear equations by Gauss-Jordan elimination</a>.</p>
<button class="simplefavorite-button has-count" data-postid="194" data-siteid="1" data-groupid="1" data-favoritecount="163" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">163</span></button><p>The post <a href="https://yutsumura.com/solving-a-system-of-linear-equations-using-gaussian-elimination/" target="_blank">Solving a System of Linear Equations Using Gaussian Elimination</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/solving-a-system-of-linear-equations-using-gaussian-elimination/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">194</post-id>	</item>
	</channel>
</rss>
