Purdue MA 26500 Spring 2023 Midterm I Solutions
This is the 2nd study notes post for the college linear algebra course. Here is the review of Purdue MA 26500 Spring 2023 midterm I. I provide solutions to all exam questions as well as concise explanations.
Introduction
Purdue University Department of Mathematics provides an introductory-level linear algebra course MA 26500 every semester. Undergraduate students of science and engineering majors taking this course would gain a good mathematical foundation for their advanced studies in machine learning, computer graphics, control theory, etc.
Disclosure: This blog site is reader-supported. When you buy through the affiliate links below, as an Amazon Associate, I earn a tiny commission from qualifying purchases. Thank you.
MA 26500 textbook is Linear Algebra and its Applications (6th Edition) by David C. Lay, Steven R. Lay, and Judi J. McDonald. The authors have also published a student study guide for it, which is available for purchase on Amazon as well.
MA 26500 midterm I covers the topics of Sections 1.1 – 3.3 in the textbook. It is usually scheduled at the beginning of the seventh week. The exam format is a combination of multiple-choice questions and short-answer questions. Students are given one hour to finish answering the exam questions.
Here are a few extra reference links for Purdue MA 26500:
- Purdue Department of Mathematics Course Achive
- Purdue MA 26500 Spring 2024
- Purdue MA 26500 Exam Archive
Spring 2023 Midterm I Solutions
Problem 1 (10 points)
Problem 1 Solution
Referring to Section 3.2 Property of Determinants, we can do row and column operations to efficiently find the determinant of the given matrix.
The exact sequence of the operations are
- An interchange of rows 2 and 3 reverses the sign of the determinant.
- Adding -2 times row 1 to row 2 does not change the determinant.
- Factoring out a common multiple of column 3.
- Applying the known result of det
.
So the answer is B.
Problem 2 (10 points)
Problem 2 Solution
This problem tests the students' knowledge of rank and dimension. Referring to Section 2.9 Dimension and Rank, we know the following important points:
- Since the pivot columns of
form a basis for Col , the rank of is just the number of pivot columns in . - If a matrix
has columns, then rank + dim Nul = .
To find out the number of pivot columns in
Now it is clear that this matrix has two pivot columns, thus rank
Since
Problem 3 (10 points)
Problem 3 Solution
For such linear transformation
Let's do row reduction first to see
Now inspect the entry of row 3 and column 3, it can be factorized as
So to make this linear transformation onto
Problem 4 (10 points)
Problem 4 Solution
Let's inspect the statements one by one.
For (i), from Section 1.7 Linear Independence, because
Statement (ii) is also true. If
Thinking of the case
For (iii), certainly this is not true. A simple example can be a
Statement (iv) is true as this is the exact case described by Theorem 4 (c) and (d) in Section 1.4.
The answer is D.
Problem 5 (10 points)
Problem 5 Solution
From the given conditions, we know that the columns of
The two nontrivial solutions for
Again because rank
Statement D is not true either, since
So the answer is C.
Problem 6 (10 points)
Problem 6 Solution
Denote the adjugate of
So the answer is C.
Problem 7 (10 points)
Problem 7 Solution
We need a set of 4 linearly independent vectors to span
Answer A contains the zero vector, thus the set is not linearly independent.
Answer E contains only 3 vectors, not enough as the basis of
Answer D column 3 is 2 times column 2, and column 5 is equal to column 2 and column 4. So it has only 3 linearly independent vectors. Still not enough
Answer C is also not correct. If we scale 1/3 to column 1, and then add it with columns 2 and 3 altogether, it results in column 4. So only 3 linearly independent vectors.
So the answer is B. Indeed B has 4 linearly independent vectors.
Problem 8 (10 points)
Problem 8 Solution
This problem is very similar to Problem 8 of Fall 2022 Midterm I. The solution follows the same steps.
Referring to Theorem 10 of Section 1.9 The Matrix of a Linear Transformation, remember the property
We can use this property to find .First, denote
and . It is trivial to see that This leads to Then apply the property and computeWe know that the standard matrix is
as we have and now, the standard matrix is . It is a matrix. The inverse formula is (see Theorem 4 in Section 2.2 The Inverse of A Matrix) This yields .This is the case of
and we need to solve it. The augmented matrix here is . After row reduction, it becomes . This has unique solution .
📝Notes:The students should remeber the inverse formula of
Problem 9 (10 points)
Problem 9 Solution
This problem is also very similar to Problem 9 of Fall 2022 Midterm I. The solution follows the same steps.
The augmented matrix and the row reduction results can be seen below
The pivots are , , and .When
, the last row entries become all zeros. This system has an infinite number of solutions.If
, last row becomes . Now the system is inconsistent and has no solution.If
is not 3 or -1, last row becomes . We get . The system has a unique solution.
Problem 10 (10 points)
Problem 10 Solution
This problem is also very similar to Problem 10 of Fall 2022 Midterm I. The solution follows the same steps.
- The row reduction is completed next. The symbol ~ before a matrix indicates that the matrix is row equivalent to the preceding matrix.
Referring to Theorem 12 Section 2.8 Matrix Algebra and the Warning message below that (quoted below)
Warning: Be careful to use pivot columns of
itself for the basis of Col . Thecolumns of an echelon form are often not in the column space of .So the pivot columns of the original matrix
form a basis for the column space of . The basis is the set of columns 1, 3, and 4.Referring to Section 2.8 Subspaces of
, by definition the null space of a matrix is the set Nul of all solutions of the homogeneous equation . Also "A basis for a subspace of is a linearly independent set in that spans ".Now write the solution of
in parametric vector formThe general solution is
, , , with and free. This can be written as So the basis for Nul is
Summary
Here is the table listing the key knowledge points for each problem in this exam:
Problem # | Points of Knowledge |
---|---|
1 | Determinant and its Properties |
2 | Rank and Dimension of the Null Space of a Matrix, Pivot Columns, Row Reduction Operation |
3 | Linear Transformation, Onto |
4 | Homogeneous Linear Systems, One-to-One Mapping Linear Transformation, the Column Space of the Matrix |
5 | Linear Dependency, Invertible Matrix, Determinant, Rank and Dimension of the Null Space of Matrix |
6 | The Adjugate of Matrix, The ( |
7 | Linear Independency, Vector Set Spanning Space |
8 | Linear Transformation Properties, Standard Matrix for a Linear Transformation |
9 | Row Echelon Form, Linear System Solution Set and Consistency |
10 | Reduced Row Echelon Form, Basis for the Column Vector Space and the Null Space |
As can be seen, it has a good coverage of the topics of the specified sections from the textbook. Students should carefully review those to prepare for this and similar exams.
Be the first person to leave a comment!