<?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>how to compute determinant &#8211; Problems in Mathematics</title>
	<atom:link href="https://yutsumura.com/tag/how-to-compute-determinant/feed/" rel="self" type="application/rss+xml" />
	<link>https://yutsumura.com</link>
	<description></description>
	<lastBuildDate>Tue, 01 Aug 2017 07:21:02 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.3.6</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>how to compute determinant &#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>For Which Choices of $x$ is the Given Matrix Invertible?</title>
		<link>https://yutsumura.com/for-which-choices-of-x-is-the-given-matrix-invertible/</link>
				<comments>https://yutsumura.com/for-which-choices-of-x-is-the-given-matrix-invertible/#respond</comments>
				<pubDate>Sat, 29 Apr 2017 03:06:30 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[augmented matrix]]></category>
		<category><![CDATA[determinant]]></category>
		<category><![CDATA[determinant of a matrix]]></category>
		<category><![CDATA[elementary row operation]]></category>
		<category><![CDATA[how to compute determinant]]></category>
		<category><![CDATA[how to find inverse matrix]]></category>
		<category><![CDATA[inverse matrix]]></category>
		<category><![CDATA[invertible matrix]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[nonsingular matrix]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=2805</guid>
				<description><![CDATA[<p>Determine the values of $x$ so that the matrix \[A=\begin{bmatrix} 1 &#038; 1 &#038; x \\ 1 &#038;x &#038;x \\ x &#038; x &#038; x \end{bmatrix}\] is invertible. For those values of $x$, find&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/for-which-choices-of-x-is-the-given-matrix-invertible/" target="_blank">For Which Choices of $x$ is the Given Matrix Invertible?</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 394</h2>
<p>	Determine the values of $x$ so that the matrix<br />
	\[A=\begin{bmatrix}<br />
	  1 &#038; 1 &#038; x \\<br />
	   1 &#038;x &#038;x \\<br />
	   x &#038; x &#038; x<br />
	\end{bmatrix}\]
	is invertible.<br />
	For those values of $x$, find the inverse matrix $A^{-1}$.</p>
<p>&nbsp;<br />
<span id="more-2805"></span></p>
<h2>Solution.</h2>
<p>		We use the fact that a matrix is invertible if and only if its determinant is nonzero.<br />
		So we compute the determinant of the matrix $A$.</p>
<p>		We have<br />
		\begin{align*}<br />
	&#038;\det(A)=\begin{vmatrix}<br />
	  1 &#038; 1 &#038; x \\<br />
	   1 &#038;x &#038;x \\<br />
	   x &#038; x &#038; x<br />
	\end{vmatrix}\\<br />
	&#038;=(1)\begin{vmatrix}<br />
	  x &#038; x\\<br />
	  x&#038; x<br />
	\end{vmatrix}-(1)\begin{vmatrix}<br />
	  1 &#038; x\\<br />
	  x&#038; x<br />
	\end{vmatrix}+x\begin{vmatrix}<br />
	  1 &#038; x\\<br />
	  x&#038; x<br />
	\end{vmatrix} &#038;&#038; \text{by the first row cofactor expansion.}\\<br />
	&#038;=(x^2-x^2)-(x-x^2)+x(x-x^2)\\<br />
	&#038;=(x-1)(x-x^2)\\<br />
	&#038;=x(x-1)^2.<br />
	\end{align*}</p>
<p>	Thus, the determinant $\det(A)$ is zero if and only if $x=0, 1$.<br />
	Hence the matrix $A$ is invertible if and only if $x\neq 0, 1$.</p>
<hr />
<p>	Next, we suppose that $x \neq 0, 1$ and find the inverse matrix of $A$.<br />
	We reduce the augmented matrix $[A\mid I]$ as follows.<br />
	We have<br />
	\begin{align*}<br />
	&#038;[A\mid I]= \left[\begin{array}{rrr|rrr}<br />
	1 &#038; 1 &#038; x &#038; 1 &#038;0 &#038; 0 \\<br />
	   1 &#038; x &#038; x &#038; 0 &#038; 1 &#038; 0 \\<br />
	   x &#038; x &#038; x &#038; 0 &#038; 0 &#038; 1 \\<br />
	  \end{array} \right] \\[6pt]
	&#038;  \xrightarrow{\substack{R_2-R_1 \\ R_3-xR_1}}<br />
	  \left[\begin{array}{rrr|rrr}<br />
	1 &#038; 1 &#038; x &#038; 1 &#038;0 &#038; 0 \\<br />
	   0 &#038; x-1 &#038; 0 &#038; -1 &#038; 1 &#038; 0 \\<br />
	   0 &#038; 0 &#038; x-x^2 &#038; -x &#038; 0 &#038; 1 \\<br />
	  \end{array} \right]
	  \xrightarrow[\frac{1}{x-x^2} R_3]{\frac{1}{x-1}R_2}<br />
	   \left[\begin{array}{rrr|rrr}<br />
	1 &#038; 1 &#038; x &#038; 1 &#038;0 &#038; 0 \\[8pt]
	   0 &#038; 1 &#038; 0 &#038; \frac{-1}{x-1} &#038; \frac{1}{x-1} &#038; 0 \\[8pt]
	   0 &#038; 0 &#038; 1 &#038; \frac{-1}{1-x} &#038; 0 &#038; \frac{1}{x-x^2} \\<br />
	  \end{array} \right]\\[6pt]
	 &#038; \xrightarrow{R_1-R_2}<br />
	   \left[\begin{array}{rrr|rrr}<br />
	1 &#038; 0 &#038; x &#038; \frac{x}{x-1} &#038; \frac{-1}{x-1} &#038; 0 \\[8pt]
	   0 &#038; 1 &#038; 0 &#038; \frac{-1}{x-1} &#038; \frac{1}{x-1} &#038; 0 \\[8pt]
	   0 &#038; 0 &#038; 1 &#038; \frac{-1}{1-x} &#038; 0 &#038; \frac{1}{x-x^2} \\<br />
	  \end{array} \right]
	  \xrightarrow{R_1-xR_3}<br />
	   \left[\begin{array}{rrr|rrr}<br />
	1 &#038; 0 &#038; 0 &#038; 0 &#038; \frac{-1}{x-1} &#038; \frac{-x}{x-x^2}\\[8pt]
	   0 &#038; 1 &#038; 0 &#038; \frac{-1}{x-1} &#038; \frac{1}{x-1} &#038; 0 \\[8pt]
	   0 &#038; 0 &#038; 1 &#038; \frac{-1}{1-x} &#038; 0 &#038; \frac{1}{x-x^2} \\<br />
	  \end{array} \right].<br />
	\end{align*}</p>
<p>	Now that we reduced the left $3\times 3$ matrix into the identity matrix, the right $3\times 3$ matrix is the inverse matrix of $A$.<br />
 (Note that when we applied elementary row operations, we divided by $x-1$ and $x-x^2$, and this is where we needed to assume $x \neq 0, 1$.)</p>
<p>	We have<br />
	\begin{align*}<br />
	A^{-1}=\begin{bmatrix}<br />
		  0 &#038; \frac{-1}{x-1} &#038; \frac{-x}{x-x^2}\\[8pt]
	    \frac{-1}{x-1} &#038; \frac{1}{x-1} &#038; 0 \\[8pt]
	    \frac{-1}{1-x} &#038; 0 &#038; \frac{1}{x-x^2} \\<br />
	\end{bmatrix}<br />
	=\frac{1}{x(1-x)}\begin{bmatrix}<br />
	  0 &#038; x &#038; -x \\<br />
	   x &#038;-x &#038;0 \\<br />
	   -x &#038; 0 &#038; 1<br />
	\end{bmatrix}.<br />
	\end{align*}</p>
<button class="simplefavorite-button has-count" data-postid="2805" data-siteid="1" data-groupid="1" data-favoritecount="34" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">34</span></button><p>The post <a href="https://yutsumura.com/for-which-choices-of-x-is-the-given-matrix-invertible/" target="_blank">For Which Choices of $x$ is the Given Matrix Invertible?</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/for-which-choices-of-x-is-the-given-matrix-invertible/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">2805</post-id>	</item>
	</channel>
</rss>
