<?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>Purdue.LA &#8211; Problems in Mathematics</title>
	<atom:link href="https://yutsumura.com/tag/purdue-la/feed/" rel="self" type="application/rss+xml" />
	<link>https://yutsumura.com</link>
	<description></description>
	<lastBuildDate>Fri, 17 Nov 2017 05:00:49 +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>Purdue.LA &#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>Given a Spanning Set of the Null Space of a Matrix, Find the Rank</title>
		<link>https://yutsumura.com/given-a-spanning-set-of-the-null-space-of-a-matrix-find-the-rank/</link>
				<comments>https://yutsumura.com/given-a-spanning-set-of-the-null-space-of-a-matrix-find-the-rank/#respond</comments>
				<pubDate>Wed, 15 Feb 2017 04:11:29 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[basis]]></category>
		<category><![CDATA[dimension]]></category>
		<category><![CDATA[elementary row operations]]></category>
		<category><![CDATA[exam]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[leading 1 method]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[matrix]]></category>
		<category><![CDATA[null space]]></category>
		<category><![CDATA[nullity]]></category>
		<category><![CDATA[Purdue]]></category>
		<category><![CDATA[Purdue.LA]]></category>
		<category><![CDATA[rank of a matrix]]></category>
		<category><![CDATA[rank-nullity theorem]]></category>
		<category><![CDATA[spanning set]]></category>
		<category><![CDATA[vector space]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=2234</guid>
				<description><![CDATA[<p>Let $A$ be a real $7\times 3$ matrix such that its null space is spanned by the vectors \[\begin{bmatrix} 1 \\ 2 \\ 0 \end{bmatrix}, \begin{bmatrix} 2 \\ 1 \\ 0 \end{bmatrix}, \text{ and&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/given-a-spanning-set-of-the-null-space-of-a-matrix-find-the-rank/" target="_blank">Given a Spanning Set of the Null Space of a Matrix, Find the Rank</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 303</h2>
<p>	Let $A$ be a real $7\times 3$ matrix such that its null space is spanned by the vectors<br />
	\[\begin{bmatrix}<br />
	  1 \\<br />
	   2 \\<br />
	    0<br />
	  \end{bmatrix}, \begin{bmatrix}<br />
	  2 \\<br />
	   1 \\<br />
	    0<br />
	  \end{bmatrix}, \text{ and } \begin{bmatrix}<br />
	  1 \\<br />
	   -1 \\<br />
	    0<br />
	  \end{bmatrix}.\]
	  Then find the rank of the matrix $A$.</p>
<p>(<em>Purdue University, Linear Algebra Final Exam Problem</em>)<br />
&nbsp;<br />
<span id="more-2234"></span></p>
<h2>Solution.</h2>
<p>	  	We first determine the nullity of $A$ and deduce the rank of $A$ by the rank-nullity theorem.<br />
	  	The null space $\calN(A)$ of the matrix $A$ is spanned by<br />
	  	\[\begin{bmatrix}<br />
	  1 \\<br />
	   2 \\<br />
	    0<br />
	  \end{bmatrix}, \begin{bmatrix}<br />
	  2 \\<br />
	   1 \\<br />
	    0<br />
	  \end{bmatrix}, \text{ and } \begin{bmatrix}<br />
	  1 \\<br />
	   -1 \\<br />
	    0<br />
	  \end{bmatrix}.\]
<p>	  Let us find a basis of the null space $\calN(A)$ among these vectors.<br />
	  We use the &#8220;leading 1 method&#8221;.<br />
	  Form the matrix whose column vectors are these three vectors and we apply elementary row operations as follows.<br />
	  \begin{align*}<br />
	\begin{bmatrix}<br />
	  1 &#038; 2 &#038; 1 \\<br />
	   2 &#038;1 &#038;-1 \\<br />
	   0 &#038; 0 &#038; 0<br />
	\end{bmatrix}<br />
	\xrightarrow{R_2-2R_1}<br />
	\begin{bmatrix}<br />
	  1 &#038; 2 &#038; 1 \\<br />
	   0 &#038;-3 &#038; -3 \\<br />
	   0 &#038; 0 &#038; 0<br />
	\end{bmatrix}<br />
	\xrightarrow{-\frac{1}{3}R_2}\\[10pt]
	\begin{bmatrix}<br />
	  1 &#038; 2 &#038; 1 \\<br />
	   0 &#038;1 &#038; 1 \\<br />
	   0 &#038; 0 &#038; 0<br />
	\end{bmatrix}<br />
	\xrightarrow{R_1-2R_2}<br />
	\begin{bmatrix}<br />
	  1 &#038; 0 &#038; -1 \\<br />
	   0 &#038;1 &#038; 1 \\<br />
	   0 &#038; 0 &#038; 0<br />
	\end{bmatrix}.<br />
	\end{align*}<br />
	The last matrix is in reduced row echelon form and the first and second column contain the leading 1&#8217;s.</p>
<p>	Therefore, the first two vectors<br />
		\[\begin{bmatrix}<br />
	  1 \\<br />
	   2 \\<br />
	    0<br />
	  \end{bmatrix}, \begin{bmatrix}<br />
	  2 \\<br />
	   1 \\<br />
	    0<br />
	  \end{bmatrix}\]
	  form a basis of the null space $\calN(A)$.<br />
	  Hence the nullity, which is the dimension of $\calN(A)$, is $2$.</p>
<p>	  Since the size of the matrix $A$ is $7 \times 3$, the rank-nullity theorem gives<br />
	  \[3=\text{nullity of } A + \text{rank of } A.\]
	  Thus, the rank of $A$ is $1$.</p>
<button class="simplefavorite-button has-count" data-postid="2234" data-siteid="1" data-groupid="1" data-favoritecount="29" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">29</span></button><p>The post <a href="https://yutsumura.com/given-a-spanning-set-of-the-null-space-of-a-matrix-find-the-rank/" target="_blank">Given a Spanning Set of the Null Space of a Matrix, Find the Rank</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/given-a-spanning-set-of-the-null-space-of-a-matrix-find-the-rank/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">2234</post-id>	</item>
		<item>
		<title>True or False Quiz About a System of Linear Equations</title>
		<link>https://yutsumura.com/true-or-false-quiz-about-a-system-of-linear-equations/</link>
				<pubDate>Sat, 20 Aug 2016 18:06:29 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[exam]]></category>
		<category><![CDATA[inconsistent system]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[Purdue]]></category>
		<category><![CDATA[Purdue.LA]]></category>
		<category><![CDATA[system of linear equations]]></category>
		<category><![CDATA[true or false]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=637</guid>
				<description><![CDATA[<p>(Purdue University Linear Algebra Exam) &#160; Which of the following statements are true? (a) A linear system of four equations in three unknowns is always inconsistent. (b) A linear system with fewer equations than&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/true-or-false-quiz-about-a-system-of-linear-equations/" target="_blank">True or False Quiz About a System of Linear Equations</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2>Problem 78</h2>
        <div class="wpProQuiz_content" id="wpProQuiz_2">
                    <div style="display: none;" class="wpProQuiz_time_limit">
            <div class="time">Time limit: <span>0</span></div>
            <div class="wpProQuiz_progress"></div>
        </div>
                <div class="wpProQuiz_checkPage" style="display: none;">
            <h4 class="wpProQuiz_header">Quiz-summary</h4>

            <p>
                <span>0</span> of 3 questions completed            </p>

            <p>Questions:</p>

            <div style="margin-bottom: 20px;" class="wpProQuiz_box">
                <ol>
                                            <li>1</li>
                                            <li>2</li>
                                            <li>3</li>
                                    </ol>
                <div style="clear: both;"></div>
            </div>

            
            <input type="button" name="endQuizSummary" value="Finish quiz"
                   class="wpProQuiz_button">
        </div>
                <div class="wpProQuiz_infopage" style="display: none;">
            <h4>Information</h4>

                    <div class="wpProQuiz_forms">
            <table>
                <tbody>

                                    <tr>
                        <td>
                            <label for="forms_2_0">The level of the quiz<span class="wpProQuiz_required">*</span></label>                        </td>
                        <td>

                            <div data-required="1" data-type="8" class="wpProQuiz_formFields" data-form_id="1"><label><input name="wpProQuiz_field_1" type="radio" value="1 Too Easy"> 1 Too Easy</label> <label><input name="wpProQuiz_field_1" type="radio" value="2 Easy"> 2 Easy</label> <label><input name="wpProQuiz_field_1" type="radio" value="3 Normal"> 3 Normal</label> <label><input name="wpProQuiz_field_1" type="radio" value="4 Hard"> 4 Hard</label> <label><input name="wpProQuiz_field_1" type="radio" value="5 Too Hard"> 5 Too Hard</label> </div><div class="wpProQuiz_invalidate">You must fill out this field.</div>                        </td>
                    </tr>
                                </tbody>
            </table>

        </div>

        
            <input type="button" name="endInfopage" value="Finish quiz"
                   class="wpProQuiz_button">
        </div>
                <div class="wpProQuiz_text">
            <p>
                <p>Determine whether the following sentence is True or False.</p>
            </p>

            
            <div>
                <input class="wpProQuiz_button" type="button" value="Start quiz"
                       name="startQuiz">
            </div>
        </div>
                <div style="display: none;" class="wpProQuiz_lock">
            <p>
                You have already completed the quiz before. Hence you can not start it again.            </p>
        </div>
                <div style="display: none;" class="wpProQuiz_loadQuiz">
            <p>
                Quiz is loading...            </p>
        </div>
                <div style="display: none;" class="wpProQuiz_startOnlyRegisteredUser">
            <p>
                You must sign in or sign up to start the quiz.            </p>
        </div>
                <div style="display: none;" class="wpProQuiz_prerequisite">
            <p>
                You have to finish following quiz, to start this quiz:                <span></span>
            </p>
        </div>
                <div style="display: none;" class="wpProQuiz_results">
            <h4 class="wpProQuiz_header">Results</h4>
                            <p>
                    <span class="wpProQuiz_correct_answer">0</span> of <span>3</span> questions answered correctly                </p>
                            <p class="wpProQuiz_quiz_time">
                    Your time: <span></span>                </p>
                        <p class="wpProQuiz_time_limit_expired" style="display: none;">
                Time has elapsed            </p>
                            <p class="wpProQuiz_points">
                    You have reached <span>0</span> of <span>0</span> points, (<span>0</span>)                </p>
                                        <div class="wpProQuiz_resultTable">
                    <table>
                        <tbody>
                        <tr>
                            <td class="wpProQuiz_resultName">Average score</td>
                            <td class="wpProQuiz_resultValue">
                                <div style="background-color: #6CA54C;">&nbsp;</div>
                                <span>&nbsp;</span>
                            </td>
                        </tr>
                        <tr>
                            <td class="wpProQuiz_resultName">Your score</td>
                            <td class="wpProQuiz_resultValue">
                                <div style="background-color: #F79646;">&nbsp;</div>
                                <span>&nbsp;</span>
                            </td>
                        </tr>
                        </tbody>
                    </table>
                </div>
                        <div class="wpProQuiz_catOverview" style="display:none;">
                <h4>Categories</h4>

                <div style="margin-top: 10px;">
                    <ol>
                                                    <li data-category_id="0">
                                <span class="wpProQuiz_catName">Not categorized</span>
                                <span class="wpProQuiz_catPercent">0%</span>
                            </li>
                                            </ol>
                </div>
            </div>
            <div>
                <ul class="wpProQuiz_resultsList">
                                            <li style="display: none;">
                            <div>
                                <p>Click <strong>View questions</strong> button below to see the answers.</p>
                            </div>
                        </li>
                                    </ul>
            </div>
                        <div style="margin: 10px 0px;">
                                    <input class="wpProQuiz_button" type="button" name="restartQuiz"
                           value="Restart quiz">
                                    <input class="wpProQuiz_button" type="button" name="reShowQuestion"
                           value="View questions">
                                            </div>
        </div>
                <div class="wpProQuiz_reviewDiv" style="display: none;">
            <div class="wpProQuiz_reviewQuestion">
                <ol>
                                            <li>1</li>
                                            <li>2</li>
                                            <li>3</li>
                                    </ol>
                <div style="display: none;"></div>
            </div>
            <div class="wpProQuiz_reviewLegend">
                <ol>
                    <li>
                        <span class="wpProQuiz_reviewColor" style="background-color: #6CA54C;"></span>
                        <span class="wpProQuiz_reviewText">Answered</span>
                    </li>
                    <li>
                        <span class="wpProQuiz_reviewColor" style="background-color: #FFB800;"></span>
                        <span class="wpProQuiz_reviewText">Review</span>
                    </li>
                </ol>
                <div style="clear: both;"></div>
            </div>
            <div>
                                    <input type="button" name="review" value="Review question"
                           class="wpProQuiz_button2" style="float: left; display: block;">
                                            <input type="button" name="quizSummary"
                               value="Quiz-summary" class="wpProQuiz_button2"
                               style="float: right;">
                                        <div style="clear: both;"></div>
                            </div>
        </div>
                <div class="wpProQuiz_quizAnker" style="display: none;"></div>
                <div style="display: none;" class="wpProQuiz_quiz">
            <ol class="wpProQuiz_list">
                                    <li class="wpProQuiz_listItem" style="display: none;">
                        <div
                            class="wpProQuiz_question_page"  >
                            Question <span>1</span> of <span>3</span>                        </div>
                        <h5 style="display: inline-block;"
                            class="wpProQuiz_header">
                            <span>1</span>. Question                        </h5>

                        
                                                <div class="wpProQuiz_question" style="margin: 10px 0 0 0;">
                            <div class="wpProQuiz_question_text">
                                <p>True or False. A linear system of four equations in three unknowns is always inconsistent.</p>
                            </div>
                                                        <ul class="wpProQuiz_questionList" data-question_id="5"
                                data-type="single">
                                
                                    <li class="wpProQuiz_questionListItem" data-pos="0">

                                                                                                                                <span style="display:none;"></span>
                                            <label>
                                                <input class="wpProQuiz_questionInput"
                                                       type="radio"
                                                       name="question_2_5"
                                                       value="1"> True.                                            </label>

                                                                            </li>
                                    
                                    <li class="wpProQuiz_questionListItem" data-pos="1">

                                                                                                                                <span style="display:none;"></span>
                                            <label>
                                                <input class="wpProQuiz_questionInput"
                                                       type="radio"
                                                       name="question_2_5"
                                                       value="2"> False.                                            </label>

                                                                            </li>
                                                                </ul>
                        </div>
                                                    <div class="wpProQuiz_response" style="display: none;">
                                <div style="display: none;" class="wpProQuiz_correct">
                                                                            <span class="wpProQuiz_respone_span">
									Correct								</span><br>
                                    <p>Good! For example, the homogeneous system<br />
\[\left\{<br />
\begin{array}{c}<br />
x+y+z=0 \\<br />
2x+2y+2z=0 \\<br />
3x+3y+3z=0<br />
\end{array}<br />
\right.<br />
\]<br />
has the solution $(x,y,z)=(0,0,0)$. So the system is consistent.</p>                                </div>
                                <div style="display: none;" class="wpProQuiz_incorrect">
                                                                            <span class="wpProQuiz_respone_span">
									Incorrect								</span><br>
                                    <p>the homogeneous system<br />
\[\left\{<br />
\begin{array}{c}<br />
x+y+z=0 \\<br />
2x+2y+2z=0 \\<br />
3x+3y+3z=0<br />
\end{array}<br />
\right.<br />
\]<br />
has the solution $(x,y,z)=(0,0,0)$. So the system is consistent.</p>
                                </div>
                            </div>
                        
                        
                                                <input type="button" name="back" value="Back"
                               class="wpProQuiz_button wpProQuiz_QuestionButton"
                               style="float: left !important; margin-right: 10px !important; display: none;">
                                                <input type="button" name="check" value="Check"
                               class="wpProQuiz_button wpProQuiz_QuestionButton"
                               style="float: right !important; margin-right: 10px !important; display: none;">
                        <input type="button" name="next" value="Next"
                               class="wpProQuiz_button wpProQuiz_QuestionButton" style="float: right; display: none;">

                        <div style="clear: both;"></div>

                        
                    </li>

                                    <li class="wpProQuiz_listItem" style="display: none;">
                        <div
                            class="wpProQuiz_question_page"  >
                            Question <span>2</span> of <span>3</span>                        </div>
                        <h5 style="display: inline-block;"
                            class="wpProQuiz_header">
                            <span>2</span>. Question                        </h5>

                        
                                                <div class="wpProQuiz_question" style="margin: 10px 0 0 0;">
                            <div class="wpProQuiz_question_text">
                                <p>True or False. A linear system with fewer equations than unknowns must have infinitely many solutions.</p>
                            </div>
                                                        <ul class="wpProQuiz_questionList" data-question_id="6"
                                data-type="single">
                                
                                    <li class="wpProQuiz_questionListItem" data-pos="0">

                                                                                                                                <span style="display:none;"></span>
                                            <label>
                                                <input class="wpProQuiz_questionInput"
                                                       type="radio"
                                                       name="question_2_6"
                                                       value="1"> True.                                            </label>

                                                                            </li>
                                    
                                    <li class="wpProQuiz_questionListItem" data-pos="1">

                                                                                                                                <span style="display:none;"></span>
                                            <label>
                                                <input class="wpProQuiz_questionInput"
                                                       type="radio"
                                                       name="question_2_6"
                                                       value="2"> False.                                            </label>

                                                                            </li>
                                                                </ul>
                        </div>
                                                    <div class="wpProQuiz_response" style="display: none;">
                                <div style="display: none;" class="wpProQuiz_correct">
                                                                            <span class="wpProQuiz_respone_span">
									Correct								</span><br>
                                    <p>Good! For example, consider the system of one equation with two unknowns<br />
 \[0x+0y=1.\]<br />
This system has no solution at all.</p>                                </div>
                                <div style="display: none;" class="wpProQuiz_incorrect">
                                                                            <span class="wpProQuiz_respone_span">
									Incorrect								</span><br>
                                    <p>For example, consider the system of one equation with two unknowns<br />
 \[0x+0y=1.\]<br />
This system has no solution at all.</p>
                                </div>
                            </div>
                        
                        
                                                <input type="button" name="back" value="Back"
                               class="wpProQuiz_button wpProQuiz_QuestionButton"
                               style="float: left !important; margin-right: 10px !important; display: none;">
                                                <input type="button" name="check" value="Check"
                               class="wpProQuiz_button wpProQuiz_QuestionButton"
                               style="float: right !important; margin-right: 10px !important; display: none;">
                        <input type="button" name="next" value="Next"
                               class="wpProQuiz_button wpProQuiz_QuestionButton" style="float: right; display: none;">

                        <div style="clear: both;"></div>

                        
                    </li>

                                    <li class="wpProQuiz_listItem" style="display: none;">
                        <div
                            class="wpProQuiz_question_page"  >
                            Question <span>3</span> of <span>3</span>                        </div>
                        <h5 style="display: inline-block;"
                            class="wpProQuiz_header">
                            <span>3</span>. Question                        </h5>

                        
                                                <div class="wpProQuiz_question" style="margin: 10px 0 0 0;">
                            <div class="wpProQuiz_question_text">
                                <p>True or False. If the system $A\mathbf{x}=\mathbf{b}$ has a unique solution, then $A$ must be a square matrix.</p>
                            </div>
                                                        <ul class="wpProQuiz_questionList" data-question_id="7"
                                data-type="single">
                                
                                    <li class="wpProQuiz_questionListItem" data-pos="0">

                                                                                                                                <span style="display:none;"></span>
                                            <label>
                                                <input class="wpProQuiz_questionInput"
                                                       type="radio"
                                                       name="question_2_7"
                                                       value="1"> True.                                            </label>

                                                                            </li>
                                    
                                    <li class="wpProQuiz_questionListItem" data-pos="1">

                                                                                                                                <span style="display:none;"></span>
                                            <label>
                                                <input class="wpProQuiz_questionInput"
                                                       type="radio"
                                                       name="question_2_7"
                                                       value="2"> False.                                            </label>

                                                                            </li>
                                                                </ul>
                        </div>
                                                    <div class="wpProQuiz_response" style="display: none;">
                                <div style="display: none;" class="wpProQuiz_correct">
                                                                            <span class="wpProQuiz_respone_span">
									Correct								</span><br>
                                    <p>Good! For example, consider the matrix $A=\begin{bmatrix}<br />
  1 \\<br />
  1<br />
\end{bmatrix}$. Then the system<br />
\[\begin{bmatrix}<br />
  1 \\<br />
  1<br />
\end{bmatrix}[x]=\begin{bmatrix}<br />
  0 \\<br />
  0<br />
\end{bmatrix}\]<br />
has the unique solution $x=0$ but $A$ is not a square matrix.</p>                                </div>
                                <div style="display: none;" class="wpProQuiz_incorrect">
                                                                            <span class="wpProQuiz_respone_span">
									Incorrect								</span><br>
                                    <p>For example, consider the matrix $A=\begin{bmatrix}<br />
  1 \\<br />
  1<br />
\end{bmatrix}$. Then the system<br />
\[\begin{bmatrix}<br />
  1 \\<br />
  1<br />
\end{bmatrix}[x]=\begin{bmatrix}<br />
  0 \\<br />
  0<br />
\end{bmatrix}\]<br />
has the unique solution $x=0$ but $A$ is not a square matrix.</p>
                                </div>
                            </div>
                        
                        
                                                <input type="button" name="back" value="Back"
                               class="wpProQuiz_button wpProQuiz_QuestionButton"
                               style="float: left !important; margin-right: 10px !important; display: none;">
                                                <input type="button" name="check" value="Check"
                               class="wpProQuiz_button wpProQuiz_QuestionButton"
                               style="float: right !important; margin-right: 10px !important; display: none;">
                        <input type="button" name="next" value="Next"
                               class="wpProQuiz_button wpProQuiz_QuestionButton" style="float: right; display: none;">

                        <div style="clear: both;"></div>

                        
                    </li>

                            </ol>
                    </div>
                </div>
                <script type="text/javascript">
            window.wpProQuizInitList = window.wpProQuizInitList || [];

            window.wpProQuizInitList.push({
                id: '#wpProQuiz_2',
                init: {
                    quizId: 2,
                    mode: 0,
                    globalPoints: 3,
                    timelimit: 0,
                    resultsGrade: [0],
                    bo: 9216,
                    qpp: 0,
                    catPoints: [3],
                    formPos: 1,
                    lbn: "Finish quiz",
                    json: {"5":{"type":"single","id":5,"catId":0,"points":1,"correct":[0,1]},"6":{"type":"single","id":6,"catId":0,"points":1,"correct":[0,1]},"7":{"type":"single","id":7,"catId":0,"points":1,"correct":[0,1]}}                }
            });
        </script>
        
<p>(<em>Purdue University Linear Algebra Exam</em>)</p>
<p><span id="more-637"></span><br />

&nbsp;</p>
<h2>Which of the following statements are true?</h2>
<p><strong>(a)</strong> A linear system of four equations in three unknowns is always inconsistent.</p>
<p><strong>(b)</strong> A linear system with fewer equations than unknowns must have infinitely many solutions.</p>
<p><strong>(c)</strong> If the system $A\mathbf{x}=\mathbf{b}$ has a unique solution, then $A$ must be a square matrix.</p>
<h2>Solution.</h2>
<p>All of them are false as we explain below.</p>
<h3>(a) True or False:  A linear system of four equations in three unknowns is always inconsistent.</h3>
<p>Consider any homogeneous system of four linear equations and three unknowns. Since a homogeneous system always has the solution $\mathbf{x}=\mathbf{0}$. Thus the statement (a) is false.</p>
<p>As an explicit example, the homogeneous system<br />
\[\left\{<br />
\begin{array}{c}<br />
x+y+z=0 \\<br />
2x+2y+2z=0 \\<br />
3x+3y+3z=0<br />
\end{array}<br />
\right.<br />
\]
has the solution $(x,y,z)=(0,0,0)$. So the system is consistent.</p>
<p>&nbsp;</p>
<h3>(b) True or False: A linear system with fewer equations than unknowns must have infinitely many solutions.</h3>
<p>Consider the system of one equation with two unknowns<br />
\[0x+0y=1.\]
This system has no solution at all. Hence the statement is false.</p>
<p>&nbsp;</p>
<h3>(c) True or False:If the system $A\mathbf{x}=\mathbf{b}$ has a unique solution, then $A$ must be a square matrix.</h3>
<p> Consider the matrix $A=\begin{bmatrix}<br />
1 \\<br />
1<br />
\end{bmatrix}$. Then the system<br />
\[\begin{bmatrix}<br />
1 \\<br />
1<br />
\end{bmatrix}[x]=\begin{bmatrix}<br />
0 \\<br />
0<br />
\end{bmatrix}\]
has the unique solution $x=0$ but $A$ is not a square matrix.</p>
<p>A more theoretical argument is as follows. If vectors $\mathbf{v}_1,\dots, \mathbf{v}_k$ are linearly independent, then the system<br />
\[[\mathbf{v}_1 \dots \mathbf{v}_l]\mathbf{x}=\mathbf{0}\]
has the unique solution </p>
<button class="simplefavorite-button has-count" data-postid="637" data-siteid="1" data-groupid="1" data-favoritecount="29" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">29</span></button><p>The post <a href="https://yutsumura.com/true-or-false-quiz-about-a-system-of-linear-equations/" target="_blank">True or False Quiz About a System of Linear Equations</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
									<post-id xmlns="com-wordpress:feed-additions:1">637</post-id>	</item>
		<item>
		<title>Find a Formula for a Linear Transformation</title>
		<link>https://yutsumura.com/find-a-formula-for-a-linear-transformation/</link>
				<comments>https://yutsumura.com/find-a-formula-for-a-linear-transformation/#respond</comments>
				<pubDate>Mon, 01 Aug 2016 16:58:42 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[basis]]></category>
		<category><![CDATA[exam]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[linear combination]]></category>
		<category><![CDATA[linear transformation]]></category>
		<category><![CDATA[Purdue]]></category>
		<category><![CDATA[Purdue.LA]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=244</guid>
				<description><![CDATA[<p>If $L:\R^2 \to \R^3$ is a linear transformation such that \begin{align*} L\left( \begin{bmatrix} 1 \\ 0 \end{bmatrix}\right) =\begin{bmatrix} 1 \\ 1 \\ 2 \end{bmatrix}, \,\,\,\, L\left( \begin{bmatrix} 1 \\ 1 \end{bmatrix}\right) =\begin{bmatrix} 2 \\&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/find-a-formula-for-a-linear-transformation/" target="_blank">Find a Formula for a Linear Transformation</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 36</h2>
<p>If $L:\R^2 \to \R^3$ is a linear transformation such that<br />
\begin{align*}<br />
L\left( \begin{bmatrix}<br />
1 \\<br />
0<br />
\end{bmatrix}\right)<br />
=\begin{bmatrix}<br />
1 \\<br />
1 \\<br />
2<br />
\end{bmatrix}, \,\,\,\,<br />
L\left( \begin{bmatrix}<br />
1 \\<br />
1<br />
\end{bmatrix}\right)<br />
=\begin{bmatrix}<br />
2 \\<br />
3 \\<br />
2<br />
\end{bmatrix}.<br />
\end{align*}<br />
then</p>
<p><strong>(a)</strong> find $L\left( \begin{bmatrix}<br />
1 \\<br />
2<br />
\end{bmatrix}\right)$, and</p>
<p><strong>(b)</strong> find the formula for $L\left( \begin{bmatrix}<br />
x \\<br />
y<br />
\end{bmatrix}\right)$.</p>
<p>&nbsp;</p>
<p>If you think you can solve (b), then skip (a) and solve (b) first and use the result of (b) to answer (a).</p>
<p>(Part (a) is an exam problem of <em>Purdue University</em>)</p>
<p><span id="more-244"></span><br />

<h2>Hint.</h2>
<ol>
<li>Express $\begin{bmatrix}<br />
1 \\<br />
2<br />
\end{bmatrix}$ as a linear combination of $\begin{bmatrix}<br />
1 \\<br />
0<br />
\end{bmatrix}$ and $\begin{bmatrix}<br />
1 \\<br />
1<br />
\end{bmatrix}$.</li>
<li>Use the linearity of linear transformation $L$.</li>
<li>Same for part (b). Replace $\begin{bmatrix}<br />
1 \\<br />
2<br />
\end{bmatrix}$ with the general vector $\begin{bmatrix}<br />
x \\<br />
y<br />
\end{bmatrix}$.</li>
</ol>
<h2>Solution.</h2>
<h3>(a) Find $L\left( \begin{bmatrix}<br />
1 \\<br />
2<br />
\end{bmatrix}\right)$</h3>
<p>Note that the vectors $\begin{bmatrix}<br />
1 \\<br />
0<br />
\end{bmatrix}$ and $\begin{bmatrix}<br />
1 \\<br />
1<br />
\end{bmatrix}$ are a basis of $\R^2$.<br />
We first express $\begin{bmatrix}<br />
1 \\<br />
2<br />
\end{bmatrix}$ as a linear combination of the vectors $\begin{bmatrix}<br />
1 \\<br />
0<br />
\end{bmatrix}$ and $\begin{bmatrix}<br />
1 \\<br />
1<br />
\end{bmatrix}$.<br />
Let $\begin{bmatrix}<br />
1 \\<br />
2<br />
\end{bmatrix}<br />
=c_1 \begin{bmatrix}<br />
1 \\<br />
0<br />
\end{bmatrix} +<br />
c_2 \begin{bmatrix}<br />
1 \\<br />
1<br />
\end{bmatrix}<br />
=<br />
\begin{bmatrix}<br />
c_1+c_2 \\<br />
c_2<br />
\end{bmatrix}$.<br />
Solving this, we have $c_1=-1$ and $c_2=2$.</p>
<p>Then we calculate<br />
\begin{align*}<br />
L\left( \begin{bmatrix}<br />
1 \\<br />
2<br />
\end{bmatrix}\right)<br />
&amp; =L\left( &#8211; \begin{bmatrix}<br />
1 \\<br />
0<br />
\end{bmatrix} +<br />
2 \begin{bmatrix}<br />
1 \\<br />
1<br />
\end{bmatrix}<br />
\right)<br />
= -L\left( \begin{bmatrix}<br />
1 \\<br />
0<br />
\end{bmatrix} \right) +<br />
2 L \left(\begin{bmatrix}<br />
1 \\<br />
1<br />
\end{bmatrix}<br />
\right) \\<br />
&amp;= -\begin{bmatrix}<br />
1 \\<br />
1 \\<br />
2<br />
\end{bmatrix}<br />
+2 \begin{bmatrix}<br />
2 \\<br />
3 \\<br />
2<br />
\end{bmatrix}<br />
=\begin{bmatrix}<br />
3 \\<br />
5 \\<br />
2<br />
\end{bmatrix},<br />
\end{align*}<br />
where the second equality follows from the linearity of $L$.</p>
<p>Thus we have<br />
\[L\left( \begin{bmatrix}<br />
1 \\<br />
2<br />
\end{bmatrix}\right)=\begin{bmatrix}<br />
3 \\<br />
5 \\<br />
2<br />
\end{bmatrix}.\]
<h3>(b) Find the formula for $L\left( \begin{bmatrix}<br />
x \\<br />
y<br />
\end{bmatrix}\right)$.</h3>
<p> We generalize the proof of (a).<br />
Let $\begin{bmatrix}<br />
x \\<br />
y<br />
\end{bmatrix}<br />
=c_1 \begin{bmatrix}<br />
1 \\<br />
0<br />
\end{bmatrix} +<br />
c_2 \begin{bmatrix}<br />
1 \\<br />
1<br />
\end{bmatrix}<br />
=<br />
\begin{bmatrix}<br />
c_1+c_2 \\<br />
c_2<br />
\end{bmatrix}$ be a linear combination. Solving this, we have $c_1=x-y, c_2=y$.</p>
<p>Hence the linear combination is<br />
\[ \begin{bmatrix}<br />
x \\<br />
y<br />
\end{bmatrix}<br />
=(x-y) \begin{bmatrix}<br />
1 \\<br />
0<br />
\end{bmatrix} +<br />
y \begin{bmatrix}<br />
1 \\<br />
1<br />
\end{bmatrix}.<br />
\]
Using the linearity of $L$, we compute<br />
\begin{align*}<br />
L\left( \begin{bmatrix}<br />
x \\<br />
y<br />
\end{bmatrix}\right)<br />
&amp;=<br />
L\left( (x-y) \begin{bmatrix}<br />
1 \\<br />
0<br />
\end{bmatrix} +<br />
y \begin{bmatrix}<br />
1 \\<br />
1<br />
\end{bmatrix}\right)<br />
=(x-y) L\left( \begin{bmatrix}<br />
1 \\<br />
0<br />
\end{bmatrix} \right) +<br />
y L\left( \begin{bmatrix}<br />
1 \\<br />
1<br />
\end{bmatrix}\right) \\<br />
&amp;=(x-y) \begin{bmatrix}<br />
1 \\<br />
1 \\<br />
2<br />
\end{bmatrix}+y \begin{bmatrix}<br />
2 \\<br />
3 \\<br />
2<br />
\end{bmatrix}<br />
=<br />
\begin{bmatrix}<br />
x+y \\<br />
x+2y \\<br />
2x<br />
\end{bmatrix}.<br />
\end{align*}<br />
Therefore the formula is<br />
\[ L\left( \begin{bmatrix}<br />
x \\<br />
y<br />
\end{bmatrix}\right)<br />
= \begin{bmatrix}<br />
x+y \\<br />
x+2y \\<br />
2x<br />
\end{bmatrix}.\]
<button class="simplefavorite-button has-count" data-postid="244" data-siteid="1" data-groupid="1" data-favoritecount="45" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">45</span></button><p>The post <a href="https://yutsumura.com/find-a-formula-for-a-linear-transformation/" target="_blank">Find a Formula for a Linear Transformation</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/find-a-formula-for-a-linear-transformation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">244</post-id>	</item>
	</channel>
</rss>
