<?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>nonsingular matrix | Problems in Mathematics</title>
	<atom:link href="https://yutsumura.com/tag/nonsingular-matrix/feed/" rel="self" type="application/rss+xml" />
	<link>https://yutsumura.com</link>
	<description></description>
	<lastBuildDate>Mon, 12 Feb 2018 07:09:55 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.3.10</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>nonsingular matrix | 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>True or False Problems on Midterm Exam 1 at OSU Spring 2018</title>
		<link>https://yutsumura.com/true-or-false-problems-on-midterm-exam-1-at-osu-spring-2018/</link>
				<comments>https://yutsumura.com/true-or-false-problems-on-midterm-exam-1-at-osu-spring-2018/#respond</comments>
				<pubDate>Mon, 12 Feb 2018 16:10:20 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[exam]]></category>
		<category><![CDATA[homogeneous system]]></category>
		<category><![CDATA[idempotent matrix]]></category>
		<category><![CDATA[inverse matrix]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[nonsingular matrix]]></category>
		<category><![CDATA[Ohio State]]></category>
		<category><![CDATA[Ohio State.LA]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=6880</guid>
				<description><![CDATA[<p>The following problems are True or False. Let $A$ and $B$ be $n\times n$ matrices. (a) If $AB=B$, then $B$ is the identity matrix. (b) If the coefficient matrix $A$ of the system $A\mathbf{x}=\mathbf{b}$&#46;&#46;&#46;</p>
The post <a href="https://yutsumura.com/true-or-false-problems-on-midterm-exam-1-at-osu-spring-2018/">True or False Problems on Midterm Exam 1 at OSU Spring 2018</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></description>
								<content:encoded><![CDATA[<h2> Problem 702</h2>
<p>The following problems are True or False.</p>
<p>Let $A$ and $B$ be $n\times n$ matrices.</p>
<p><strong>(a) </strong>If $AB=B$, then $B$ is the identity matrix.<br />
<strong>(b)</strong> If the coefficient matrix $A$ of the system $A\mathbf{x}=\mathbf{b}$ is invertible, then the system has infinitely many solutions.<br />
<strong>(c)</strong> If $A$ is invertible, then $ABA^{-1}=B$.<br />
<strong>(d)</strong> If $A$ is an idempotent nonsingular matrix, then $A$ must be the identity matrix.<br />
<strong>(e)</strong> If $x_1=0, x_2=0, x_3=1$ is a solution to a homogeneous system of linear equation, then the system has infinitely many solutions.</p>
<p>&nbsp;<br />
<span id="more-6880"></span><br />

<h2>Solution.</h2>
<h3>(a) True or False: if $AB=B$, then $B$ is the identity matrix.</h3>
<p>False. For example, if $B$ is the zero matrix, then of course we have $AB=B$ as both sides are the zero matrix.</p>
<h3>(b) True or False: if the coefficient matrix $A$ of the system $A\mathbf{x}=\mathbf{b}$ is invertible, then the system has infinitely many solutions.</h3>
<p>False. If the coefficient matrix $A$ is invertible, the system has a unique solution $\mathbf{x}=A^{-1}\mathbf{b}$.</p>
<h3>(c) True or False: if $A$ is invertible, then $ABA^{-1}=B$.</h3>
<p>False. The given equality is equivalent to $AB=BA$. Even $A$ is invertible, matrix multiplication is not commutative. As a counterexample, consider<br />
	\[A=\begin{bmatrix}<br />
  1 &#038; 1\\<br />
  0&#038; 1<br />
\end{bmatrix} \text{ and } B=\begin{bmatrix}<br />
  1 &#038; 0\\<br />
  -1&#038; 1<br />
\end{bmatrix}.\]
Note that the determinant of $A$ is $\det(A)=1\neq 0$. Hence $A$ is invertible.<br />
Yet, we have<br />
\[AB=\begin{bmatrix}<br />
  1 &#038; 1\\<br />
  0&#038; 1<br />
\end{bmatrix}\begin{bmatrix}<br />
  1 &#038; 0\\<br />
  -1&#038; 1<br />
\end{bmatrix}=\begin{bmatrix}<br />
  0 &#038; 1\\<br />
  -1&#038; 1<br />
\end{bmatrix}\]
and<br />
\[BA=\begin{bmatrix}<br />
  1 &#038; 0\\<br />
  -1&#038; 1<br />
\end{bmatrix}\begin{bmatrix}<br />
  1 &#038; 1\\<br />
  0&#038; 1<br />
\end{bmatrix}=\begin{bmatrix}<br />
  1 &#038; 1\\<br />
  -1&#038; 0<br />
\end{bmatrix},\]
and hence $AB\neq BA$.</p>
<h3>(d) True or False: if $A$ is an idempotent nonsingular matrix, then $A$ must be the identity matrix.</h3>
<p>True. Since $A$ is idempotent, we have $A^2=A$. As $A$ is nonsingular, it is invertible. Thus, the inverse matrix $A^{-1}$ exists. Then we have<br />
   \[I=A^{-1}A=A^{-1}A^2=IA=A.\]
   Hence, such a matrix $A$ must be the identity matrix $I$.</p>
<h3>(e) True or False: if $x_1=0, x_2=0, x_3=1$ is a solution to a homogeneous system of linear equation, then the system has infinitely many solutions.</h3>
<p>Note that any homogeneous system has the zero solution. In addition to the zero solution, this system has a solution $x_1=0, x_2=0, x_3=1$. So, it has at least two solutions. The only possibilities for the number of solutions of a system of linear equations are zero, one, or infinitely many.<br />
 So, we conclude that the system must have infinitely many solutions.</p>
<button class="simplefavorite-button has-count" data-postid="6880" data-siteid="1" data-groupid="1" data-favoritecount="67" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">67</span></button>The post <a href="https://yutsumura.com/true-or-false-problems-on-midterm-exam-1-at-osu-spring-2018/">True or False Problems on Midterm Exam 1 at OSU Spring 2018</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/true-or-false-problems-on-midterm-exam-1-at-osu-spring-2018/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">6880</post-id>	</item>
		<item>
		<title>If $\mathbf{v}, \mathbf{w}$ are Linearly Independent Vectors and $A$ is Nonsingular, then $A\mathbf{v}, A\mathbf{w}$ are Linearly Independent</title>
		<link>https://yutsumura.com/if-mathbfv-mathbfw-are-linearly-independent-vectors-and-a-is-nonsingular-then-amathbfv-amathbfw-are-linearly-independent/</link>
				<comments>https://yutsumura.com/if-mathbfv-mathbfw-are-linearly-independent-vectors-and-a-is-nonsingular-then-amathbfv-amathbfw-are-linearly-independent/#respond</comments>
				<pubDate>Mon, 12 Feb 2018 16:08:12 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[exam]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[linear combination]]></category>
		<category><![CDATA[linearly independent]]></category>
		<category><![CDATA[nonsingular matrix]]></category>
		<category><![CDATA[Ohio State]]></category>
		<category><![CDATA[Ohio State.LA]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=6874</guid>
				<description><![CDATA[<p>Let $A$ be an $n\times n$ nonsingular matrix. Let $\mathbf{v}, \mathbf{w}$ be linearly independent vectors in $\R^n$. Prove that the vectors $A\mathbf{v}$ and $A\mathbf{w}$ are linearly independent. &#160; Proof. Suppose that we have a&#46;&#46;&#46;</p>
The post <a href="https://yutsumura.com/if-mathbfv-mathbfw-are-linearly-independent-vectors-and-a-is-nonsingular-then-amathbfv-amathbfw-are-linearly-independent/">If $\mathbf{v}, \mathbf{w}$ are Linearly Independent Vectors and $A$ is Nonsingular, then $A\mathbf{v}, A\mathbf{w}$ are Linearly Independent</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></description>
								<content:encoded><![CDATA[<h2> Problem 700</h2>
<p>Let $A$ be an $n\times n$ nonsingular matrix. Let $\mathbf{v}, \mathbf{w}$ be linearly independent vectors in $\R^n$. Prove that the vectors $A\mathbf{v}$ and $A\mathbf{w}$ are linearly independent.</p>
<p>&nbsp;<br />
<span id="more-6874"></span></p>
<h2> Proof. </h2>
<p>	Suppose that we have a linear combination<br />
	\[c_1(A\mathbf{v})+c_2(A\mathbf{w})=\mathbf{0},\]
	where $c_1, c_2$ are scalars.<br />
	Out goal is to show that $c_1=c_2=0$.<br />
	Factoring out $A$, we have<br />
	\[A(c_1\mathbf{v}+c_2\mathbf{w})=\mathbf{0}.\]
<hr />
<p>	Note that since $A$ is a nonsingular matrix, the equation $A\mathbf{x}=\mathbf{0}$ has only the zero solution $\mathbf{x}=\mathbf{0}$.<br />
	The above equality yields that $c_1\mathbf{v}+c_2\mathbf{w}$ is a solution to $A\mathbf{x}=\mathbf{0}$.<br />
	Hence, we have<br />
	\[c_1\mathbf{v}+c_2\mathbf{w}=\mathbf{0}.\]
<p>	By assumption, the vectors $\mathbf{v}$ and $\mathbf{w}$ are linearly independent, and this implies that $c_1=c_2=0$.</p>
<p>	We have shown that whenever we have $c_1(A\mathbf{v})+c_2(A\mathbf{w})=\mathbf{0}$, we must have $c_1=c_2=0$. This yields that the vectors $A\mathbf{v}$ and $A\mathbf{w}$ are linearly independent.</p>
<h2>Common Mistake</h2>
<p>This is a midterm exam problem of Lienar Algebra at the Ohio State University.</p>
<hr />
<p>One common mistake is to ignore the logic and write down whatever you know.<br />
For example, some students started with $c_1\mathbf{v}+c_2\mathbf{w}=\mathbf{0}$ and since $\mathbf{v}$ and $\mathbf{w}$ are linearly independent, we have $c_1=c_2=0$.<br />
Multiplying by $A$, we have $c_1A\mathbf{v}+c_2A\mathbf{w}=\mathbf{0}$ and $c_1=c_2=0$.</p>
<p>This argument is totally wrong. </p>
<p>The above argument is wrong because it started with different vectors than we want to prove to be linearly independent.<br />
There is nothing wrong about the mathematical operations in the above arguments. However, that argument does not prove that the vectors $A\mathbf{v}$ and $A\mathbf{w}$ are linearly independent.</p>
<p>We should first assume that $c_1A\mathbf{v}+c_2A\mathbf{w}=\mathbf{0}$ and prove that $c_1=c_2=0$.</p>
<button class="simplefavorite-button has-count" data-postid="6874" 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>The post <a href="https://yutsumura.com/if-mathbfv-mathbfw-are-linearly-independent-vectors-and-a-is-nonsingular-then-amathbfv-amathbfw-are-linearly-independent/">If $\mathbf{v}, \mathbf{w}$ are Linearly Independent Vectors and $A$ is Nonsingular, then $A\mathbf{v}, A\mathbf{w}$ are Linearly Independent</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/if-mathbfv-mathbfw-are-linearly-independent-vectors-and-a-is-nonsingular-then-amathbfv-amathbfw-are-linearly-independent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">6874</post-id>	</item>
		<item>
		<title>Find a Nonsingular Matrix $A$ satisfying $3A=A^2+AB$</title>
		<link>https://yutsumura.com/find-a-nonsingular-matrix-a-satisfying-3aa2ab/</link>
				<comments>https://yutsumura.com/find-a-nonsingular-matrix-a-satisfying-3aa2ab/#respond</comments>
				<pubDate>Mon, 12 Feb 2018 16:07:12 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[exam]]></category>
		<category><![CDATA[inverse matrix]]></category>
		<category><![CDATA[invertible matrix]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[nonsingular matrix]]></category>
		<category><![CDATA[Ohio State]]></category>
		<category><![CDATA[Ohio State.LA]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=6872</guid>
				<description><![CDATA[<p>(a) Find a $3\times 3$ nonsingular matrix $A$ satisfying $3A=A^2+AB$, where \[B=\begin{bmatrix} 2 &#038; 0 &#038; -1 \\ 0 &#038;2 &#038;-1 \\ -1 &#038; 0 &#038; 1 \end{bmatrix}.\] (b) Find the inverse matrix of&#46;&#46;&#46;</p>
The post <a href="https://yutsumura.com/find-a-nonsingular-matrix-a-satisfying-3aa2ab/">Find a Nonsingular Matrix $A$ satisfying $3A=A^2+AB$</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></description>
								<content:encoded><![CDATA[<h2> Problem 699</h2>
<p><strong>(a) </strong>Find a $3\times 3$ nonsingular matrix $A$ satisfying $3A=A^2+AB$, where \[B=\begin{bmatrix}<br />
  2 &#038; 0 &#038; -1 \\<br />
   0 &#038;2 &#038;-1 \\<br />
   -1 &#038; 0 &#038; 1<br />
\end{bmatrix}.\]
<p><strong>(b)</strong> Find the inverse matrix of $A$.</p>
<p>&nbsp;<br />
<span id="more-6872"></span><br />

<h2>Solution</h2>
<h3>(a) Find a $3\times 3$ nonsingular matrix $A$.</h3>
<p>Assume that $A$ is nonsingular. Then the inverse matrix $A^{-1}$ exists.<br />
	Multiplying the given equality by $A^{-1}$ on the left, we obtain<br />
	\[3A^{-1}A=A^{-1}(A^2+AB)=A^{-1}A^2+A^{-1}AB=A+IB=A+B.\]
	Note that the left most term is equal to $3I$.<br />
	Hence, we have $3I=A+B$. Solving for $A$, we have<br />
	\[A=3I-B=\begin{bmatrix}<br />
  3 &#038; 0 &#038; 0 \\<br />
   0 &#038;3 &#038;0 \\<br />
   0 &#038; 0 &#038; 3<br />
\end{bmatrix}-\begin{bmatrix}<br />
  2 &#038; 0 &#038; -1 \\<br />
   0 &#038;2 &#038;-1 \\<br />
   -1 &#038; 0 &#038; 1<br />
\end{bmatrix}=\begin{bmatrix}<br />
  1 &#038; 0 &#038; 1 \\<br />
   0 &#038;1 &#038;1 \\<br />
   1 &#038; 0 &#038; 2<br />
\end{bmatrix}.\]
<p>As we see in part (b), this matrix is actually invertible.</p>
<h3>(b) Find the inverse matrix of $A$.</h3>
<p>To find the inverse matrix of $A$, we reduce the augmented matrix $[A\mid I]$ as follows:<br />
\begin{align*}<br />
[A\mid I]= \left[\begin{array}{rrr|rrr}<br />
 1 &#038; 0 &#038; 1 &#038; 1 &#038;0 &#038; 0 \\<br />
   0 &#038; 1 &#038; 1 &#038; 0 &#038; 1 &#038; 0 \\<br />
   1 &#038; 0 &#038; 2 &#038; 0 &#038; 0 &#038; 1 \\<br />
  \end{array} \right]
  \xrightarrow{R_3-R_2}<br />
   \left[\begin{array}{rrr|rrr}<br />
 1 &#038; 0 &#038; 1 &#038; 1 &#038;0 &#038; 0 \\<br />
   0 &#038; 1 &#038; 1 &#038; 0 &#038; 1 &#038; 0 \\<br />
   0 &#038; 0 &#038; 1 &#038; -1 &#038; 0 &#038; 1 \\<br />
  \end{array} \right]\\[6pt]
  \xrightarrow[R_2-R_3]{R_1-R_3}<br />
   \left[\begin{array}{rrr|rrr}<br />
 1 &#038; 0 &#038; 0 &#038; 2 &#038;0 &#038; -1 \\<br />
   0 &#038; 1 &#038; 0 &#038; 1 &#038; 1 &#038; -1 \\<br />
   0 &#038; 0 &#038; 1 &#038; -1 &#038; 0 &#038; 1 \\<br />
  \end{array} \right].<br />
\end{align*}<br />
The left 3 by 3 part is now the identity matrix.<br />
So the inverse matrix is given by the right 3 by 3 part:<br />
\[A^{-1}=\begin{bmatrix}<br />
  2 &#038; 0 &#038; -1 \\<br />
   1 &#038;1 &#038;-1 \\<br />
   -1 &#038; 0 &#038; 1<br />
\end{bmatrix}.\]
<h2>Common Mistake</h2>
<p>This is a midterm exam problem of Lienar Algebra at the Ohio State University.</p>
<p>One common mistake is: $A=3-B$. Don&#8217;t forget the identity matrix $I$. $3$ is a number but $3I$ is a matrix.<br />
Also $3I$ is the 3 by 3 matrix whose diagonal entries are 3 and 0 elsewhere. Note that $3I$ is not the 3 by3 matrix whose entries are all 3.</p>
<button class="simplefavorite-button has-count" data-postid="6872" data-siteid="1" data-groupid="1" data-favoritecount="74" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">74</span></button>The post <a href="https://yutsumura.com/find-a-nonsingular-matrix-a-satisfying-3aa2ab/">Find a Nonsingular Matrix $A$ satisfying $3A=A^2+AB$</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/find-a-nonsingular-matrix-a-satisfying-3aa2ab/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">6872</post-id>	</item>
		<item>
		<title>Determine whether the Matrix is Nonsingular from the Given Relation</title>
		<link>https://yutsumura.com/determine-whether-the-matrix-is-nonsingular-from-the-given-relation/</link>
				<comments>https://yutsumura.com/determine-whether-the-matrix-is-nonsingular-from-the-given-relation/#respond</comments>
				<pubDate>Mon, 12 Feb 2018 16:06:42 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[exam]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[nonsingular]]></category>
		<category><![CDATA[nonsingular matrix]]></category>
		<category><![CDATA[Ohio State]]></category>
		<category><![CDATA[Ohio State.LA]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=6869</guid>
				<description><![CDATA[<p>Let $A$ and $B$ be $3\times 3$ matrices and let $C=A-2B$. If \[A\begin{bmatrix} 1 \\ 3 \\ 5 \end{bmatrix}=B\begin{bmatrix} 2 \\ 6 \\ 10 \end{bmatrix},\] then is the matrix $C$ nonsingular? If so, prove&#46;&#46;&#46;</p>
The post <a href="https://yutsumura.com/determine-whether-the-matrix-is-nonsingular-from-the-given-relation/">Determine whether the Matrix is Nonsingular from the Given Relation</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></description>
								<content:encoded><![CDATA[<h2> Problem 698</h2>
<p>Let $A$ and $B$ be $3\times 3$ matrices and let $C=A-2B$.<br />
  If<br />
  \[A\begin{bmatrix}<br />
  1 \\<br />
   3 \\<br />
    5<br />
  \end{bmatrix}=B\begin{bmatrix}<br />
  2 \\<br />
   6 \\<br />
    10<br />
  \end{bmatrix},\]
  then is the matrix $C$ nonsingular? If so, prove it. Otherwise, explain why not.</p>
<p>&nbsp;<br />
<span id="more-6869"></span></p>
<h2>Solution.</h2>
<p>  	Using the given equality, we have<br />
  	\begin{align*}<br />
\mathbf{0}&#038;=A\begin{bmatrix}<br />
  1 \\<br />
   3 \\<br />
    5<br />
  \end{bmatrix}-B\begin{bmatrix}<br />
  2 \\<br />
   6 \\<br />
    10<br />
  \end{bmatrix}\\[6pt]
  &#038;=A\begin{bmatrix}<br />
  1 \\<br />
   3 \\<br />
    5<br />
  \end{bmatrix}-2B\begin{bmatrix}<br />
  1 \\<br />
   3 \\<br />
    5<br />
  \end{bmatrix}\\[6pt]
  &#038;=(A-2B)\begin{bmatrix}<br />
  1 \\<br />
   3 \\<br />
    5<br />
  \end{bmatrix}\\[6pt]
  &#038;=C\begin{bmatrix}<br />
  1 \\<br />
   3 \\<br />
    5<br />
  \end{bmatrix}.<br />
  \end{align*}<br />
  Thus, we obtain<br />
  \[C\begin{bmatrix}<br />
  1 \\<br />
   3 \\<br />
    5<br />
  \end{bmatrix}=\mathbf{0}.\]
This implies that the vector $\begin{bmatrix}<br />
  1 \\<br />
   3 \\<br />
    5<br />
  \end{bmatrix}$ is a nonzero solution to the equation $C\mathbf{x}=\mathbf{0}$.<br />
  Therefore, the matrix $C$ is singular.</p>
<h2>Common Mistake</h2>
<p>This is a midterm exam problem of Lienar Algebra at the Ohio State University.</p>
<p>One common mistake is that once you have<br />
\[A\begin{bmatrix}<br />
  1 \\<br />
   3 \\<br />
    5<br />
  \end{bmatrix}=2B\begin{bmatrix}<br />
  1 \\<br />
   3\\<br />
    5<br />
  \end{bmatrix},\]
		then you conclude that $A=2B$, and hence $C$ is the zero matrix.</p>
<p>This is WRONG!! You cannot cancel matrices, like numbers!</p>
<hr />
<p>Another common mistake is to state something like &#8220;Because $C$ has a nonzero solution&#8230;&#8221;<br />
There is no &#8220;solution&#8221; to a matrix. We can talk about the solution of a system, for example.</p>
<button class="simplefavorite-button has-count" data-postid="6869" data-siteid="1" data-groupid="1" data-favoritecount="32" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">32</span></button>The post <a href="https://yutsumura.com/determine-whether-the-matrix-is-nonsingular-from-the-given-relation/">Determine whether the Matrix is Nonsingular from the Given Relation</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/determine-whether-the-matrix-is-nonsingular-from-the-given-relation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">6869</post-id>	</item>
		<item>
		<title>Determine whether the Given 3 by 3 Matrices are Nonsingular</title>
		<link>https://yutsumura.com/determine-whether-the-given-3-by-3-matrices-are-nonsingular/</link>
				<comments>https://yutsumura.com/determine-whether-the-given-3-by-3-matrices-are-nonsingular/#respond</comments>
				<pubDate>Tue, 09 Jan 2018 09:26:10 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[elementary row operations]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[nonsingular]]></category>
		<category><![CDATA[nonsingular matrix]]></category>
		<category><![CDATA[rank of a matrix]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=6691</guid>
				<description><![CDATA[<p>Determine whether the following matrices are nonsingular or not. (a) $A=\begin{bmatrix} 1 &#038; 0 &#038; 1 \\ 2 &#038;1 &#038;2 \\ 1 &#038; 0 &#038; -1 \end{bmatrix}$. (b) $B=\begin{bmatrix} 2 &#038; 1 &#038; 2&#46;&#46;&#46;</p>
The post <a href="https://yutsumura.com/determine-whether-the-given-3-by-3-matrices-are-nonsingular/">Determine whether the Given 3 by 3 Matrices are Nonsingular</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></description>
								<content:encoded><![CDATA[<h2> Problem 671</h2>
<p>Determine whether the following matrices are nonsingular or not.</p>
<p><strong>(a)</strong> $A=\begin{bmatrix}<br />
  1 &#038; 0 &#038; 1 \\<br />
   2 &#038;1 &#038;2 \\<br />
   1 &#038; 0 &#038; -1<br />
\end{bmatrix}$.</p>
<p><strong>(b)</strong> $B=\begin{bmatrix}<br />
  2 &#038; 1 &#038; 2 \\<br />
   1 &#038;0 &#038;1 \\<br />
   4 &#038; 1 &#038; 4<br />
\end{bmatrix}$.</p>
<p>&nbsp;<br />
<span id="more-6691"></span><br />

<h2>Solution.</h2>
<p>Recall that an $n\times n$ matrix is nonsingular if $A\mathbf{x}=\mathbf{0}$ has only the zero solution. This is equivalent to the condition that the rank of $A$ is $n$.</p>
<h3>(a) Is $A=\begin{bmatrix}<br />
  1 &#038; 0 &#038; 1 \\<br />
   2 &#038;1 &#038;2 \\<br />
   1 &#038; 0 &#038; -1<br />
\end{bmatrix}$ nonsingular?</h3>
<p> We find the rank of the matrix $A$ as follows.<br />
	\begin{align*}<br />
A=\begin{bmatrix}<br />
  1 &#038; 0 &#038; 1 \\<br />
   2 &#038;1 &#038;2 \\<br />
   1 &#038; 0 &#038; -1<br />
\end{bmatrix}<br />
\xrightarrow[R_3-R_1]{R_2-2R_1} \begin{bmatrix}<br />
  1 &#038; 0 &#038; 1 \\<br />
   0 &#038;1 &#038;0 \\<br />
   0 &#038; 0 &#038; -2<br />
\end{bmatrix}<br />
\xrightarrow{-\frac{1}{2}R_3}<br />
\begin{bmatrix}<br />
  1 &#038; 0 &#038; 1 \\<br />
   0 &#038;1 &#038;0 \\<br />
   0 &#038; 0 &#038; 1<br />
\end{bmatrix}<br />
\xrightarrow{R_1-R_3}<br />
\begin{bmatrix}<br />
  1 &#038; 0 &#038; 0 \\<br />
   0 &#038;1 &#038;0 \\<br />
   0 &#038; 0 &#038; 1<br />
\end{bmatrix}.<br />
\end{align*}<br />
The last matrix is in reduced row echelon form and has three nonzero rows.<br />
Hence, the rank of $A$ is $3$.<br />
It follows that the matrix $A$ is nonsingular.</p>
<h3>(b) Is $B=\begin{bmatrix}<br />
  2 &#038; 1 &#038; 2 \\<br />
   1 &#038;0 &#038;1 \\<br />
   4 &#038; 1 &#038; 4<br />
\end{bmatrix}$ nonsingular?</h3>
<p>Next, we compute the rank of $B$ as follows.<br />
\begin{align*}<br />
B=\begin{bmatrix}<br />
  2 &#038; 1 &#038; 2 \\<br />
   1 &#038;0 &#038;1 \\<br />
   4 &#038; 1 &#038; 4<br />
\end{bmatrix}<br />
\xrightarrow{R_1 \leftrightarrow R_2}<br />
\begin{bmatrix}<br />
  1 &#038; 0 &#038; 1 \\<br />
   2 &#038;1 &#038;2 \\<br />
   4 &#038; 1 &#038; 4<br />
\end{bmatrix}<br />
\xrightarrow[R_3-4R_1]{R_2-2R_1}<br />
\begin{bmatrix}<br />
  1 &#038; 0 &#038; 1 \\<br />
   0 &#038;1 &#038;0 \\<br />
   0 &#038; 1 &#038; 0<br />
\end{bmatrix}<br />
\xrightarrow{R_3-R_2}<br />
\begin{bmatrix}<br />
  1 &#038; 0 &#038; 1 \\<br />
   0 &#038;1 &#038;0 \\<br />
   0 &#038; 0 &#038; 0<br />
\end{bmatrix}.<br />
\end{align*}</p>
<p>This computation shows that the rank of $B$ is $2$.<br />
Hence, the matrix $B$ is singular.</p>
<button class="simplefavorite-button has-count" data-postid="6691" data-siteid="1" data-groupid="1" data-favoritecount="394" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">394</span></button>The post <a href="https://yutsumura.com/determine-whether-the-given-3-by-3-matrices-are-nonsingular/">Determine whether the Given 3 by 3 Matrices are Nonsingular</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/determine-whether-the-given-3-by-3-matrices-are-nonsingular/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">6691</post-id>	</item>
		<item>
		<title>For What Values of $a$, Is the Matrix Nonsingular?</title>
		<link>https://yutsumura.com/for-what-values-of-a-is-the-matrix-nonsingular/</link>
				<comments>https://yutsumura.com/for-what-values-of-a-is-the-matrix-nonsingular/#respond</comments>
				<pubDate>Tue, 09 Jan 2018 02:27:30 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[elementary row operations]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[nonsingular matrix]]></category>
		<category><![CDATA[quadratic formula]]></category>
		<category><![CDATA[rank of a matrix]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=6688</guid>
				<description><![CDATA[<p>Determine the values of a real number $a$ such that the matrix \[A=\begin{bmatrix} 3 &#038; 0 &#038; a \\ 2 &#038;3 &#038;0 \\ 0 &#038; 18a &#038; a+1 \end{bmatrix}\] is nonsingular. &#160; Solution. We&#46;&#46;&#46;</p>
The post <a href="https://yutsumura.com/for-what-values-of-a-is-the-matrix-nonsingular/">For What Values of $a$, Is the Matrix Nonsingular?</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></description>
								<content:encoded><![CDATA[<h2> Problem 670</h2>
<p>Determine the values of a real number $a$ such that the matrix<br />
\[A=\begin{bmatrix}<br />
  3 &#038; 0 &#038; a \\<br />
   2 &#038;3 &#038;0 \\<br />
   0 &#038; 18a &#038; a+1<br />
\end{bmatrix}\]
is nonsingular.<br />
&nbsp;<br />
<span id="more-6688"></span></p>
<h2>Solution.</h2>
<p>	We apply elementary row operations and obtain:<br />
	\begin{align*}<br />
A=\begin{bmatrix}<br />
  3 &#038; 0 &#038; a \\<br />
   2 &#038;3 &#038;0 \\<br />
   0 &#038; 18a &#038; a+1<br />
\end{bmatrix}<br />
\xrightarrow{R_1-R_2}<br />
\begin{bmatrix}<br />
  1 &#038; -3 &#038; a \\<br />
   2 &#038;3 &#038;0 \\<br />
   0 &#038; 18a &#038; a+1<br />
\end{bmatrix}\\[6pt]
\xrightarrow{R_2-2R_1}<br />
\begin{bmatrix}<br />
  1 &#038; -3 &#038; a \\<br />
   0 &#038;9 &#038;-2a \\<br />
   0 &#038; 18a &#038; a+1<br />
\end{bmatrix}<br />
\xrightarrow{R_3-(2a)R_2}<br />
\begin{bmatrix}<br />
  1 &#038; -3 &#038; a \\<br />
   0 &#038;9 &#038;-2a \\<br />
   0 &#038; 0 &#038; 4a^2+a+1<br />
\end{bmatrix}.<br />
\end{align*}</p>
<p>From this, we see that the matrix $A$ is nonsingular if and only if the $(3, 3)$-entry $4a^2+a+1$ is not zero.<br />
By the quadratic formula, we see that<br />
\[a=\frac{-1\pm \sqrt{-15}}{8}\]
are solutions of $4a^2+a+1=0$.</p>
<p>Note that these are not real numbers. Thus, for any real number $a$, we have $4a^2+a+1\neq 0$.</p>
<p>Hence, we can divide the third row by this number, and eventually we can reduce it to the identity matrix.<br />
So the rank of $A$ is $3$, and $A$ is nonsingular for any real number $a$.</p>
<button class="simplefavorite-button has-count" data-postid="6688" data-siteid="1" data-groupid="1" data-favoritecount="103" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">103</span></button>The post <a href="https://yutsumura.com/for-what-values-of-a-is-the-matrix-nonsingular/">For What Values of $a$, Is the Matrix Nonsingular?</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/for-what-values-of-a-is-the-matrix-nonsingular/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">6688</post-id>	</item>
		<item>
		<title>Are Coefficient Matrices of the Systems of Linear Equations Nonsingular?</title>
		<link>https://yutsumura.com/are-coefficient-matrices-of-the-systems-of-linear-equations-nonsingular/</link>
				<comments>https://yutsumura.com/are-coefficient-matrices-of-the-systems-of-linear-equations-nonsingular/#respond</comments>
				<pubDate>Mon, 08 Jan 2018 05:02:25 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[homogeneous system]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[nonsingular matrix]]></category>
		<category><![CDATA[singular matrix]]></category>
		<category><![CDATA[system of linear equations]]></category>
		<category><![CDATA[unique solution]]></category>
		<category><![CDATA[zero solution]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=6672</guid>
				<description><![CDATA[<p>(a) Suppose that a $3\times 3$ system of linear equations is inconsistent. Is the coefficient matrix of the system nonsingular? (b) Suppose that a $3\times 3$ homogeneous system of linear equations has a solution&#46;&#46;&#46;</p>
The post <a href="https://yutsumura.com/are-coefficient-matrices-of-the-systems-of-linear-equations-nonsingular/">Are Coefficient Matrices of the Systems of Linear Equations Nonsingular?</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></description>
								<content:encoded><![CDATA[<h2> Problem 669</h2>
<p><strong>(a)</strong> Suppose that a $3\times 3$ system of linear equations is inconsistent. Is the coefficient matrix of the system nonsingular?</p>
<p><strong>(b)</strong> Suppose that a $3\times 3$ homogeneous system of linear equations has a solution $x_1=0, x_2=-3, x_3=5$. Is the coefficient matrix of the system nonsingular?</p>
<p><strong>(c)</strong> Let $A$ be a $4\times 4$ matrix and let<br />
\[\mathbf{v}=\begin{bmatrix}<br />
  1 \\<br />
   2 \\<br />
    3 \\<br />
   4<br />
   \end{bmatrix} \text{ and } \mathbf{w}=\begin{bmatrix}<br />
  4 \\<br />
   3 \\<br />
    2 \\<br />
   1<br />
   \end{bmatrix}.\]
   Suppose that we have $A\mathbf{v}=A\mathbf{w}$. Is the matrix $A$ nonsingular?</p>
<p>&nbsp;<br />
<span id="more-6672"></span><br />

<h2>Hint.</h2>
<p>Recall the following fact.</p>
<p>Let $A$ be an $n\times n$ matrix. </p>
<p>Then $A\mathbf{x}=\mathbf{b}$ has a unique solution for every $n\times 1$ column vector $\mathbf{b}$ if and only if $A$ is nonsingular.</p>
<h2>Solution.</h2>
<h3>(a) Suppose that a $3\times 3$ system of linear equations is inconsistent. Is the coefficient matrix of the system nonsingular?</h3>
<p>	Let $A\mathbf{x}=\mathbf{b}$ be the system, where $A$ is the coefficient matrix and $\mathbf{b}$ is the constant term vector. Because this system is inconsistent, then $A$ is singular. (If $A$ would be nonsingular, then the system has a unique solution.)</p>
<h3>(b) Suppose that a $3\times 3$ homogeneous system of linear equations has a solution $x_1=0, x_2=-3, x_3=5$. Is the coefficient matrix of the system nonsingular?</h3>
<p> Recall that a homogeneous system of linear equations has always the zero solution. As the system has another solution $x_1=0, x_2=-3, x_3=5$, the system $A\mathbf{x}=\mathbf{0}$ must have infinitely many solutions. Here $A$ is the coefficient matrix.<br />
	Thus, the coefficient matrix $A$ is singular. (If $A$ would be nonsingular, the system has only one solution, which must be the zero solution.)</p>
<h3>(c) Suppose that we have $A\mathbf{v}=A\mathbf{w}$. Is the matrix $A$ nonsingular?</h3>
<p> Because $A\mathbf{v}=A\mathbf{w}$, we have<br />
\[A(\mathbf{v}-\mathbf{w})=A\mathbf{v}-A\mathbf{w}=\mathbf{0}.\]
Note that<br />
\[\mathbf{v}-\mathbf{w}=\begin{bmatrix}<br />
  1 \\<br />
   2 \\<br />
    3 \\<br />
   4<br />
   \end{bmatrix}-\begin{bmatrix}<br />
  4 \\<br />
   3 \\<br />
    2 \\<br />
   1<br />
   \end{bmatrix}=\begin{bmatrix}<br />
  -3 \\<br />
   -1 \\<br />
    1 \\<br />
   3<br />
   \end{bmatrix}\]
   is a nonzero vector.<br />
	This implies that the homogeneous system $A\mathbf{x}=\mathbf{0}$ has infinitely many solutions as we have found a nonzero solution.<br />
	Hence, $A$ is singular.</p>
<button class="simplefavorite-button has-count" data-postid="6672" data-siteid="1" data-groupid="1" data-favoritecount="19" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">19</span></button>The post <a href="https://yutsumura.com/are-coefficient-matrices-of-the-systems-of-linear-equations-nonsingular/">Are Coefficient Matrices of the Systems of Linear Equations Nonsingular?</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/are-coefficient-matrices-of-the-systems-of-linear-equations-nonsingular/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">6672</post-id>	</item>
		<item>
		<title>If $M, P$ are Nonsingular, then Exists a Matrix $N$ such that $MN=P$</title>
		<link>https://yutsumura.com/if-m-p-are-nonsingular-then-exists-a-matrix-n-such-that-mnp/</link>
				<comments>https://yutsumura.com/if-m-p-are-nonsingular-then-exists-a-matrix-n-such-that-mnp/#respond</comments>
				<pubDate>Tue, 26 Dec 2017 09:19:01 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[inverse matrix]]></category>
		<category><![CDATA[invertible]]></category>
		<category><![CDATA[invertible matrix]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[nonsingular]]></category>
		<category><![CDATA[nonsingular matrix]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=6392</guid>
				<description><![CDATA[<p>Suppose that $M, P$ are two $n \times n$ non-singular matrix. Prove that there is a matrix $N$ such that $MN = P$. &#160; Proof. As non-singularity and invertibility are equivalent, we know that&#46;&#46;&#46;</p>
The post <a href="https://yutsumura.com/if-m-p-are-nonsingular-then-exists-a-matrix-n-such-that-mnp/">If $M, P$ are Nonsingular, then Exists a Matrix $N$ such that $MN=P$</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></description>
								<content:encoded><![CDATA[<h2> Problem 657</h2>
<p>Suppose that $M, P$ are two $n \times n$ non-singular matrix.  Prove that there is a matrix $N$ such that $MN = P$.  </p>
<p>&nbsp;<br />
<span id="more-6392"></span></p>
<h2> Proof. </h2>
<p>As non-singularity and invertibility are equivalent, we know that $M$ has the inverse matrix $M^{-1}$.  </p>
<p>Let us think backwards. Suppose that we have $MN=P$ for some matrix $N$, which we want to find.<br />
Then multiply $M^{-1}$ on the left of the equation $MN = P$ yields $N = M^{-1} P$. </p>
<hr />
<p>This is the matrix we are looking for, as $ M N = M ( M^{-1} P) = P$.</p>
<button class="simplefavorite-button has-count" data-postid="6392" data-siteid="1" data-groupid="1" data-favoritecount="28" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">28</span></button>The post <a href="https://yutsumura.com/if-m-p-are-nonsingular-then-exists-a-matrix-n-such-that-mnp/">If $M, P$ are Nonsingular, then Exists a Matrix $N$ such that $MN=P$</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/if-m-p-are-nonsingular-then-exists-a-matrix-n-such-that-mnp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">6392</post-id>	</item>
		<item>
		<title>The Vector $S^{-1}\mathbf{v}$ is the Coordinate Vector of $\mathbf{v}$</title>
		<link>https://yutsumura.com/the-vector-s-1mathbfv-is-the-coordinate-vector-of-mathbfv/</link>
				<comments>https://yutsumura.com/the-vector-s-1mathbfv-is-the-coordinate-vector-of-mathbfv/#respond</comments>
				<pubDate>Wed, 20 Dec 2017 03:40:36 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[basis]]></category>
		<category><![CDATA[basis for a vector space]]></category>
		<category><![CDATA[coordinate vector]]></category>
		<category><![CDATA[inverse matrix]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[nonsingular matrix]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=6253</guid>
				<description><![CDATA[<p>Suppose that $B=\{\mathbf{v}_1, \mathbf{v}_2\}$ is a basis for $\R^2$. Let $S:=[\mathbf{v}_1, \mathbf{v}_2]$. Note that as the column vectors of $S$ are linearly independent, the matrix $S$ is invertible. Prove that for each vector $\mathbf{v}&#46;&#46;&#46;</p>
The post <a href="https://yutsumura.com/the-vector-s-1mathbfv-is-the-coordinate-vector-of-mathbfv/">The Vector $S^{-1}\mathbf{v}$ is the Coordinate Vector of $\mathbf{v}$</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></description>
								<content:encoded><![CDATA[<h2> Problem 632</h2>
<p>Suppose that $B=\{\mathbf{v}_1, \mathbf{v}_2\}$ is a basis for $\R^2$. Let $S:=[\mathbf{v}_1, \mathbf{v}_2]$.<br />
Note that as the column vectors of $S$ are linearly independent, the matrix $S$ is invertible. </p>
<p>Prove that for each vector $\mathbf{v} \in V$, the vector $S^{-1}\mathbf{v}$ is the coordinate vector of $\mathbf{v}$ with respect to the basis $B$.</p>
<p>&nbsp;<br />
<span id="more-6253"></span><br />

<h2> Proof. </h2>
<p>	We first express the vector $\mathbf{v}$ as a linear combination of the basis vectors<br />
	\[\mathbf{v}=c_1\mathbf{v}_+c_2 \mathbf{v}_2.\]
	This expression is unique and the coordinate vector of $\mathbf{v}$ with respect to the basis $B$ is defined to be<br />
	\[[\mathbf{v}]_B =\begin{bmatrix}<br />
  c_1 \\<br />
  c_2<br />
\end{bmatrix}.\]
<hr />
<p>Let<br />
\[S^{-1}\mathbf{v}= \begin{bmatrix}<br />
  x_1 \\<br />
  x_2<br />
\end{bmatrix}.\]
Or equivalently,<br />
\[\mathbf{v}=S\begin{bmatrix}<br />
  x_1 \\<br />
  x_2<br />
\end{bmatrix}.\]
Our goal is to show that $\begin{bmatrix}<br />
  x_1 \\<br />
  x_2<br />
\end{bmatrix}<br />
=<br />
\begin{bmatrix}<br />
  c_1 \\<br />
  c_2<br />
\end{bmatrix}$.</p>
<hr />
<p>We have<br />
\begin{align*}<br />
c_1\mathbf{v}_+c_2 \mathbf{v}_2&#038;=\mathbf{v}=S\begin{bmatrix}<br />
  x_1 \\<br />
  x_2<br />
\end{bmatrix}=x_1\mathbf{v}_1+x_2\mathbf{v}_2.<br />
\end{align*}</p>
<p>Hence<br />
\[(x_1-c_1)\mathbf{v}_1+(x_2-c_2)\mathbf{v}_2=\mathbf{0}.\]
As $B=\{\mathbf{v}_1, \mathbf{v}_2\}$ is linearly independent, we obtain $x_1=c_1$ and $x_2=c_2$.</p>
<p>Therefore,<br />
\[S^{-1}\mathbf{v}=\begin{bmatrix}<br />
  c_1 \\<br />
  c_2<br />
\end{bmatrix}=[\mathbf{v}]_B.\]
<button class="simplefavorite-button has-count" data-postid="6253" data-siteid="1" data-groupid="1" data-favoritecount="8" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">8</span></button>The post <a href="https://yutsumura.com/the-vector-s-1mathbfv-is-the-coordinate-vector-of-mathbfv/">The Vector $S^{-1}\mathbf{v}$ is the Coordinate Vector of $\mathbf{v}$</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/the-vector-s-1mathbfv-is-the-coordinate-vector-of-mathbfv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">6253</post-id>	</item>
		<item>
		<title>Diagonalize a 2 by 2 Symmetric Matrix</title>
		<link>https://yutsumura.com/diagonalize-a-2-by-2-symmetric-matrix/</link>
				<comments>https://yutsumura.com/diagonalize-a-2-by-2-symmetric-matrix/#comments</comments>
				<pubDate>Sun, 17 Dec 2017 02:58:29 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[characteristic polynomial]]></category>
		<category><![CDATA[diagonal matrix]]></category>
		<category><![CDATA[diagonalization]]></category>
		<category><![CDATA[diagonalization of a matrix]]></category>
		<category><![CDATA[eigenbasis]]></category>
		<category><![CDATA[eigenvalue]]></category>
		<category><![CDATA[eigenvector]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[nonsingular matrix]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=6226</guid>
				<description><![CDATA[<p>Diagonalize the $2\times 2$ matrix $A=\begin{bmatrix} 2 &#038; -1\\ -1&#038; 2 \end{bmatrix}$ by finding a nonsingular matrix $S$ and a diagonal matrix $D$ such that $S^{-1}AS=D$. &#160; Solution. The characteristic polynomial $p(t)$ of the&#46;&#46;&#46;</p>
The post <a href="https://yutsumura.com/diagonalize-a-2-by-2-symmetric-matrix/">Diagonalize a 2 by 2 Symmetric Matrix</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></description>
								<content:encoded><![CDATA[<h2> Problem 629</h2>
<p>Diagonalize the $2\times 2$ matrix $A=\begin{bmatrix}<br />
  2 &#038; -1\\<br />
  -1&#038; 2<br />
\end{bmatrix}$ by finding a nonsingular matrix $S$ and a diagonal matrix $D$ such that $S^{-1}AS=D$.</p>
<p>&nbsp;<br />
<span id="more-6226"></span></p>
<h2>Solution.</h2>
<p>	The characteristic polynomial $p(t)$ of the matrix $A$ is<br />
	\begin{align*}<br />
	p(t)&#038;=\det(A-tI)=\begin{vmatrix}<br />
  2-t &#038; -1\\<br />
  -1&#038; 2-1<br />
\end{vmatrix}\\[6pt]
&#038;=(2-t)^2-1 =t^2-4t+3\\<br />
&#038;=(t-1)(t-3).<br />
\end{align*}<br />
It follows that the eigenvalues of $A$ are $\lambda=1, 3$ with algebraic multiplicities are both $1$.<br />
Hence, the geometric multiplicities are $1$ and thus any nonzero vector in eahc eigenspace forms a eigenbasis.</p>
<hr />
<p>Now let us find a eigenbasis for each eigenspace $E_{\lambda}=\calN(A-\lambda I)$.<br />
For the eigenvalue $1$, we have<br />
\[A-I=\begin{bmatrix}<br />
  1 &#038; -1\\<br />
  -1&#038; 1<br />
\end{bmatrix}\xrightarrow{R_2+R_1} \begin{bmatrix}<br />
  1 &#038; -1\\<br />
  0&#038; 0<br />
\end{bmatrix}\]
This yields that the eigenvectors corresponding to the eigenvalue $1$ are $x_2\begin{bmatrix}<br />
  1 \\<br />
  1<br />
\end{bmatrix}$ with $x_2\neq 0$. Hence<br />
\[\mathbf{v}_1=\begin{bmatrix}<br />
  1 \\<br />
  1<br />
\end{bmatrix} \in E_1\]
is an eigenbasis for $E_1$.</p>
<hr />
<p>Similarly, as we have<br />
\[A-3I=\begin{bmatrix}<br />
  -1 &#038; -1\\<br />
  -1&#038; -1<br />
\end{bmatrix} \xrightarrow{-R_1}\begin{bmatrix}<br />
  1 &#038; 1\\<br />
  -1&#038; -1<br />
\end{bmatrix} \xrightarrow{R_2+R_1} \begin{bmatrix}<br />
  1 &#038; 1\\<br />
  0&#038; 0<br />
\end{bmatrix},\]
we see that<br />
\[\mathbf{v}_2=\begin{bmatrix}<br />
  -1 \\<br />
  1<br />
\end{bmatrix} \in E_3\]
is an eigenbasis for $E_3$.</p>
<hr />
<p>Let<br />
\[S=\begin{bmatrix}<br />
  \mathbf{v}_1 &#038; \mathbf{v}_2<br />
\end{bmatrix}=<br />
\begin{bmatrix}<br />
  1 &#038; -1\\<br />
  1&#038; 1<br />
\end{bmatrix} \text{ and } D=\begin{bmatrix}<br />
  1 &#038; 0\\<br />
  0&#038; 3<br />
\end{bmatrix}.\]
<p>Then the <a href="//yutsumura.com/how-to-diagonalize-a-matrix-step-by-step-explanation/" rel="noopener" target="_blank">diagonalization procedure</a> yields that $S$ is nonsingular and $S^{-1}AS= D$.</p>
<button class="simplefavorite-button has-count" data-postid="6226" data-siteid="1" data-groupid="1" data-favoritecount="132" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">132</span></button>The post <a href="https://yutsumura.com/diagonalize-a-2-by-2-symmetric-matrix/">Diagonalize a 2 by 2 Symmetric Matrix</a> first appeared on <a href="https://yutsumura.com">Problems in Mathematics</a>.]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/diagonalize-a-2-by-2-symmetric-matrix/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">6226</post-id>	</item>
	</channel>
</rss>
