Linear Algebra Quiz: Identity Matrices
18 questions · exam conditions
0:00
Identity MatricesQuestion 1 of 18

Let II be the n×nn \times n identity matrix. If a matrix polynomial is defined as p(A)=2A25A+4Ip(A) = 2A^2 - 5A + 4I, what is the resulting matrix p(I)p(I)?

II
The n×nn \times n zero matrix.
11I11I
I-I
← Back to quizzes

Linear Algebra Quiz

Linear Algebra Quiz: Identity Matrices

Practice Identity Matrices in Linear Algebra with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Identity Matrices, giving you a quick way to practice the rules, question types, and explanations that matter most for Linear Algebra.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

Let II be the n×nn \times n identity matrix. If a matrix polynomial is defined as p(A)=2A25A+4Ip(A) = 2A^2 - 5A + 4I, what is the resulting matrix p(I)p(I)?

  1. II (correct answer)
  2. The n×nn \times n zero matrix.
  3. 11I11I
  4. I-I
Explanation: To evaluate the matrix polynomial p(I)p(I), we substitute II for AA in the expression. The expression is p(I)=2I25I+4Ip(I) = 2I^2 - 5I + 4I. A key property of the identity matrix is that for any positive integer kk, Ik=II^k = I. Therefore, I2=II^2 = I. Substituting this into the expression gives: p(I)=2I5I+4Ip(I) = 2I - 5I + 4I Combining the terms: p(I)=(25+4)I=1I=Ip(I) = (2 - 5 + 4)I = 1I = I Distractor B might be chosen if there is a calculation error leading to a coefficient of 0. Distractor C could result from adding the absolute values of the coefficients: (2+5+4)I=11I(2+5+4)I=11I. Distractor D could result from a sign error, such as 2I5I4I=7I2I - 5I - 4I = -7I, though this specific error is less likely.

Question 2

Let AA and BB be invertible n×nn \times n matrices, and let II be the n×nn \times n identity matrix. If X=(A1B)1X = (A^{-1}B)^{-1}, which expression is equivalent to AXA1AXA^{-1}?

  1. AB1AB^{-1} (correct answer)
  2. BA1BA^{-1}
  3. II
  4. BB
Explanation: This problem requires using the properties of matrix inverses. First, simplify the expression for XX. The inverse of a product of matrices is the product of their inverses in reverse order: (CD)1=D1C1(CD)^{-1} = D^{-1}C^{-1}. Applying this to X=(A1B)1X = (A^{-1}B)^{-1}: X=B1(A1)1X = B^{-1}(A^{-1})^{-1} The inverse of an inverse is the original matrix, so (A1)1=A(A^{-1})^{-1} = A. This simplifies XX to: X=B1AX = B^{-1}A Now substitute this simplified expression for XX into AXA1AXA^{-1}: AXA1=A(B1A)A1AXA^{-1} = A(B^{-1}A)A^{-1} Since matrix multiplication is associative, we can regroup the terms: A(B1A)A1=(AB1)(AA1)A(B^{-1}A)A^{-1} = (AB^{-1})(AA^{-1}) A matrix multiplied by its inverse is the identity matrix, AA1=IAA^{-1} = I. (AB1)(I)=AB1 (AB^{-1})(I) = AB^{-1} Finally, any matrix multiplied by the identity matrix is itself. Thus, the expression simplifies to AB1AB^{-1}. Distractor B arises from incorrectly assuming that (A1B)1=AB1(A^{-1}B)^{-1} = AB^{-1}. Distractor C is a result of oversimplification, perhaps thinking all terms cancel. Distractor D could result from errors in applying the inverse-of-a-product rule.

Question 3

Let AA be a non-square m×nm \times n matrix and let II be an identity matrix. If the matrix product AIAI is well-defined, what can be concluded about the product IAIA?

  1. IA=AIA = A
  2. IAIA is the zero matrix.
  3. IAIA is an identity matrix.
  4. IAIA is not a well-defined product. (correct answer)
Explanation: The rules of matrix multiplication state that for a product XYXY to be defined, the number of columns in XX must equal the number of rows in YY. We are given that AA is an m×nm \times n matrix and that the product AIAI is well-defined. Let the identity matrix II be p×pp \times p. For AIAI to be defined, the number of columns of AA (which is nn) must equal the number of rows of II (which is pp). Thus, II must be the n×nn \times n identity matrix, InI_n. Now consider the product IAIA. This would be the product of InI_n (an n×nn \times n matrix) and AA (an m×nm \times n matrix). For this product to be defined, the number of columns of InI_n (which is nn) must equal the number of rows of AA (which is mm). However, the problem states that AA is a non-square matrix, meaning mnm \neq n. Because the inner dimensions do not match, the product IAIA is not well-defined. Distractor A is a common mistake assuming commutativity and that the product is always defined. Distractors B and C are incorrect because the product cannot be computed at all.

Question 4

A system of linear equations is represented by the matrix equation Ax=bA\mathbf{x} = \mathbf{b}. It is known that the matrix AA satisfies the equation A23A+2I=0A^2 - 3A + 2I = 0, where 00 is the zero matrix and II is the identity matrix. Which of the following expressions represents the solution vector x\mathbf{x}?

  1. x=12(A3I)b\mathbf{x} = \frac{1}{2}(A - 3I)\mathbf{b}
  2. x=12(3IA)b\mathbf{x} = \frac{1}{2}(3I - A)\mathbf{b} (correct answer)
  3. x=(3IA)b\mathbf{x} = (3I - A)\mathbf{b}
  4. x=2(A3I)b\mathbf{x} = 2(A-3I)\mathbf{b}
Explanation: When you encounter a matrix equation like Ax=bA\mathbf{x} = \mathbf{b} along with a polynomial equation involving the matrix AA, you're being asked to use the polynomial to find the inverse of AA without direct computation. Starting with the given equation A23A+2I=0A^2 - 3A + 2I = 0, you can rearrange this to isolate terms containing AA. First, subtract 2I2I from both sides: A23A=2IA^2 - 3A = -2I. Now factor out AA on the left: A(A3I)=2IA(A - 3I) = -2I. Dividing both sides by 2-2: A12(3IA)=IA \cdot \frac{1}{2}(3I - A) = I. This reveals that A1=12(3IA)A^{-1} = \frac{1}{2}(3I - A). Since Ax=bA\mathbf{x} = \mathbf{b}, multiplying both sides by A1A^{-1} gives x=A1b=12(3IA)b\mathbf{x} = A^{-1}\mathbf{b} = \frac{1}{2}(3I - A)\mathbf{b}. This matches answer choice B. Looking at the incorrect options: Choice A has 12(A3I)\frac{1}{2}(A - 3I) instead of 12(3IA)\frac{1}{2}(3I - A), which would give A1-A^{-1}. Choice C omits the crucial factor of 12\frac{1}{2}, giving you 2A1-2A^{-1} instead of A1A^{-1}. Choice D combines both errors: it has the wrong sign and uses 2 instead of 12\frac{1}{2}, yielding 12A1-\frac{1}{2}A^{-1}. Strategy tip: When given a polynomial equation in a matrix AA, always try to factor it to find A1A^{-1}. Rearrange to get A×(something)=IA \times (\text{something}) = I, and that "something" is your inverse.

Question 5

Let A=(2311)A = \begin{pmatrix} -2 & 3 \\ 1 & -1 \end{pmatrix} and let II be the 2×22 \times 2 identity matrix. If BB is a matrix such that A2B=IA - 2B = I, what is the matrix BB?

  1. (1.51.50.51)\begin{pmatrix} -1.5 & 1.5 \\ 0.5 & -1 \end{pmatrix} (correct answer)
  2. (1.51.50.51)\begin{pmatrix} 1.5 & -1.5 \\ -0.5 & 1 \end{pmatrix}
  3. (3312)\begin{pmatrix} -3 & 3 \\ 1 & -2 \end{pmatrix}
  4. (0.51.50.50)\begin{pmatrix} -0.5 & 1.5 \\ 0.5 & 0 \end{pmatrix}
Explanation: The matrix equation is A2B=IA - 2B = I. To solve for BB, first isolate the term with BB: AI=2BA - I = 2B. Then, multiply by the scalar 12\frac{1}{2}: B=12(AI)B = \frac{1}{2}(A - I). First, calculate AIA - I: AI=(2311)(1001)=(21301011)=(3312)A - I = \begin{pmatrix} -2 & 3 \\ 1 & -1 \end{pmatrix} - \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix} = \begin{pmatrix} -2-1 & 3-0 \\ 1-0 & -1-1 \end{pmatrix} = \begin{pmatrix} -3 & 3 \\ 1 & -2 \end{pmatrix} Now, multiply by 12\frac{1}{2}: B=12(3312)=(1.51.50.51)B = \frac{1}{2}\begin{pmatrix} -3 & 3 \\ 1 & -2 \end{pmatrix} = \begin{pmatrix} -1.5 & 1.5 \\ 0.5 & -1 \end{pmatrix} Distractor B results from solving A+2B=IA+2B=I instead of A2B=IA-2B=I. Distractor C correctly calculates AIA-I but omits the final step of multiplying by 12\frac{1}{2}. Distractor D results from calculating 12(A+I)\frac{1}{2}(A+I) instead of 12(AI)\frac{1}{2}(A-I).

Question 6

Let AA be a 3×33 \times 3 matrix such that A2=I3A^2 = I_3, where I3I_3 is the 3×33 \times 3 identity matrix. If det(A)=1\det(A) = -1, which of the following must be true about the matrix A+I3A + I_3?

  1. det(A+I3)=0\det(A + I_3) = 0 (correct answer)
  2. det(A+I3)=2\det(A + I_3) = 2
  3. det(A+I3)=2\det(A + I_3) = -2
  4. A+I3A + I_3 is always invertible
Explanation: Since A2=I3A^2 = I_3, we have A2I3=0A^2 - I_3 = 0, which factors as (AI3)(A+I3)=0(A-I_3)(A+I_3) = 0. This means that for any vector vv in the nullspace of A+I3A+I_3, we have (A+I3)v=0(A+I_3)v = 0, so Av=vAv = -v. Since A2=I3A^2 = I_3, the eigenvalues of AA are ±1\pm 1. Given det(A)=1\det(A) = -1, AA has an odd number of eigenvalues equal to 1-1. Since (AI3)(A+I3)=0(A-I_3)(A+I_3) = 0, the matrix A+I3A+I_3 must be singular, so det(A+I3)=0\det(A+I_3) = 0.

Question 7

Consider the matrix equation AX=BAX = B, where AA is an n×nn \times n invertible matrix, XX is an n×nn \times n unknown matrix, and BB is an n×nn \times n given matrix. If we know that X=InX = I_n is a solution, what can we conclude about the relationship between AA and BB?

  1. B=A1B = A^{-1} and AA must be symmetric
  2. B=AB = A and the equation has a unique solution (correct answer)
  3. B=ATB = A^T where ATA^T is the transpose of AA
  4. B=A1B = A^{-1} but AA can be any invertible matrix
Explanation: If X=InX = I_n is a solution to AX=BAX = B, then substituting gives us AIn=BAI_n = B. Since AIn=AAI_n = A (multiplying any matrix by the identity matrix gives the original matrix), we have B=AB = A. Since AA is invertible, the matrix equation AX=B=AAX = B = A has the unique solution X=A1A=InX = A^{-1}A = I_n.

Question 8

Suppose AA is an n×nn \times n matrix such that Ak=InA^k = I_n for some positive integer kk, where InI_n is the identity matrix. If B=In+A+A2++Ak1B = I_n + A + A^2 + \cdots + A^{k-1}, what can we conclude about the matrix (AIn)B(A - I_n)B?

  1. (AIn)B=AkIn(A - I_n)B = A^k - I_n
  2. (AIn)B=Ak1In(A - I_n)B = A^{k-1} - I_n
  3. (AIn)B=kIn(A - I_n)B = kI_n
  4. (AIn)B=0(A - I_n)B = 0 (the zero matrix) (correct answer)
Explanation: When you encounter a matrix equation where Ak=InA^k = I_n, you're dealing with what's called a nilpotent-like relationship. The key insight is recognizing that this setup creates a telescoping pattern when you multiply out (AIn)B(A - I_n)B. Let's work through the multiplication directly. We have B=In+A+A2++Ak1B = I_n + A + A^2 + \cdots + A^{k-1}, so: (AIn)B=(AIn)(In+A+A2++Ak1)(A - I_n)B = (A - I_n)(I_n + A + A^2 + \cdots + A^{k-1}) Distributing gives us: A(In+A+A2++Ak1)In(In+A+A2++Ak1)A(I_n + A + A^2 + \cdots + A^{k-1}) - I_n(I_n + A + A^2 + \cdots + A^{k-1}) This simplifies to: (A+A2+A3++Ak)(In+A+A2++Ak1)(A + A^2 + A^3 + \cdots + A^k) - (I_n + A + A^2 + \cdots + A^{k-1}) Notice the telescoping: most terms cancel out, leaving only AkInA^k - I_n. Since we're given that Ak=InA^k = I_n, we get InIn=0I_n - I_n = 0. Answer A (AkInA^k - I_n) represents the intermediate step before applying the constraint Ak=InA^k = I_n. Answer B (Ak1InA^{k-1} - I_n) misses the telescoping pattern entirely. Answer C (kInkI_n) confuses this with a trace-like calculation and doesn't follow from the algebra. Study tip: When you see Ak=InA^k = I_n combined with a geometric series like I+A+A2+I + A + A^2 + \cdots, immediately think "telescoping." The constraint Ak=InA^k = I_n is usually the final key that makes everything collapse to zero or the identity.

Question 9

Let EE be an elementary matrix obtained by adding 3 times row 2 to row 1 of the 3×33 \times 3 identity matrix I3I_3. If FF is the elementary matrix that undoes this operation, what is the product EFEEFE?

  1. I3I_3 (the identity matrix)
  2. E2E^2 (EE squared)
  3. FF (the inverse elementary matrix)
  4. EE (the original elementary matrix) (correct answer)
Explanation: When you encounter elementary matrices and their operations, remember that these matrices represent fundamental row operations, and understanding their algebraic properties is key to matrix manipulation. Let's work through this step-by-step. The elementary matrix EE adds 3 times row 2 to row 1, so: The matrix FF undoes this operation by subtracting 3 times row 2 from row 1: Notice that F=E1F = E^{-1}, so EF=FE=I3EF = FE = I_3. Now for EFEEFE: since EF=I3EF = I_3, we have EFE=I3E=EEFE = I_3 \cdot E = E. The answer is D. Let's examine why the other options fail:
  • A (I3I_3): This would be true for EFEEFE only if EE were symmetric, which it's not.
  • B (E2E^2): This incorrectly assumes F=EF = E, but FF has the opposite effect of EE.
  • C (FF): This would require E2=I3E^2 = I_3, meaning EE is its own inverse, which isn't true here.
Study tip: For elementary matrix problems, always remember that an elementary matrix and its inverse are designed to cancel each other out completely. When you see a product like EFEEFE where F=E1F = E^{-1}, the middle terms will always eliminate to give you the identity, leaving just the outer matrix.

Question 10

Consider a 2×22 \times 2 matrix AA such that A23A+2I2=0A^2 - 3A + 2I_2 = 0, where I2I_2 is the 2×22 \times 2 identity matrix. If tr(A)=3\text{tr}(A) = 3 (where tr\text{tr} denotes trace), what is det(AI2)\det(A - I_2)?

  1. 0 (correct answer)
  2. 1
  3. 2
  4. -1
Explanation: From the equation A23A+2I2=0A^2 - 3A + 2I_2 = 0, we can factor this as (AI2)(A2I2)=0(A - I_2)(A - 2I_2) = 0. This means that the eigenvalues of AA are 1 and 2. Since tr(A)=3\text{tr}(A) = 3, we confirm that the sum of eigenvalues is 1+2=31 + 2 = 3. The matrix AI2A - I_2 has eigenvalues 11=01 - 1 = 0 and 21=12 - 1 = 1. Therefore, det(AI2)=01=0\det(A - I_2) = 0 \cdot 1 = 0. Alternatively, since (AI2)(A2I2)=0(A - I_2)(A - 2I_2) = 0 and we can write this as (AI2)A2(AI2)=0(A - I_2)A - 2(A - I_2) = 0, we see that AI2A - I_2 must be singular (has determinant 0) because one of its eigenvalues is 0.

Question 11

Let AA be a 3×33 \times 3 matrix with real entries. If A3=IA^3 = -I, where II is the 3×33 \times 3 identity matrix, what is a possible value for the determinant of AA?

  1. 0
  2. 1
  3. -1 (correct answer)
  4. -3
Explanation: When you encounter a matrix equation like A3=IA^3 = -I, you're dealing with a constraint that severely limits what values certain properties of AA can take. The key insight is to use the determinant function, which has the crucial property that det(AB)=det(A)det(B)\det(AB) = \det(A)\det(B). Taking the determinant of both sides of A3=IA^3 = -I, we get: det(A3)=det(I)\det(A^3) = \det(-I) Using the multiplicative property repeatedly: det(A3)=det(AAA)=det(A)3\det(A^3) = \det(A \cdot A \cdot A) = \det(A)^3. For the right side, det(I)=det(1I)=(1)3det(I)=(1)31=1\det(-I) = \det(-1 \cdot I) = (-1)^3 \det(I) = (-1)^3 \cdot 1 = -1. Therefore: det(A)3=1\det(A)^3 = -1, which means det(A)=1\det(A) = -1. The answer is C) -1. Let's see why the other options fail: A) If det(A)=0\det(A) = 0, then AA would be singular (non-invertible), making A3A^3 also singular. But I-I is invertible, so this is impossible. B) If det(A)=1\det(A) = 1, then det(A)3=13=11\det(A)^3 = 1^3 = 1 \neq -1. D) If det(A)=3\det(A) = -3, then det(A)3=(3)3=271\det(A)^3 = (-3)^3 = -27 \neq -1. Study tip: Whenever you see matrix equations involving powers (like An=BA^n = B), immediately think about taking determinants of both sides. The multiplicative property det(An)=det(A)n\det(A^n) = \det(A)^n often transforms complex matrix equations into simple algebraic ones you can solve directly.

Question 12

Let II be the 2×22 \times 2 identity matrix and let A=(7326)A = \begin{pmatrix} 7 & 3 \\ 2 & 6 \end{pmatrix}. For which value of the scalar kk is the determinant of the matrix AkIA - kI equal to 6?

  1. 3 (correct answer)
  2. 4
  3. 9
  4. 13
Explanation: First, construct the matrix AkIA - kI. AkI=(7326)k(1001)=(7326)(k00k)=(7k326k)A - kI = \begin{pmatrix} 7 & 3 \\ 2 & 6 \end{pmatrix} - k\begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix} = \begin{pmatrix} 7 & 3 \\ 2 & 6 \end{pmatrix} - \begin{pmatrix} k & 0 \\ 0 & k \end{pmatrix} = \begin{pmatrix} 7-k & 3 \\ 2 & 6-k \end{pmatrix} Next, find the determinant of this matrix. For a 2×22 \times 2 matrix (abcd)\begin{pmatrix} a & b \\ c & d \end{pmatrix}, the determinant is adbcad-bc. det(AkI)=(7k)(6k)(3)(2)\det(A - kI) = (7-k)(6-k) - (3)(2) We are given that this determinant is equal to 6. So, we set up the equation: (7k)(6k)6=6(7-k)(6-k) - 6 = 6 Expand the product and simplify: 427k6k+k26=642 - 7k - 6k + k^2 - 6 = 6 k213k+36=6k^2 - 13k + 36 = 6 k213k+30=0k^2 - 13k + 30 = 0 Factor the quadratic equation: (k3)(k10)=0(k-3)(k-10) = 0 The possible values for kk are k=3k=3 and k=10k=10. Of the choices given, 3 is an option. Distractors B and C are the values of kk for which the determinant is 0 (the eigenvalues of A). Distractor D is the magnitude of the coefficient of the kk term in the characteristic polynomial.

Question 13

Let MM be a 2×22 \times 2 matrix with the property that AM=AAM = A for any arbitrary 2×22 \times 2 matrix AA. Which matrix is MM?

  1. (correct answer)
  2. There is not enough information to uniquely determine MM.
Explanation: The statement AM=AAM=A must hold for any 2×22 \times 2 matrix AA. This allows us to choose a specific, convenient matrix for AA to determine MM. A powerful choice is an invertible matrix, such as the identity matrix itself, A=IA=I. Substituting A=IA=I into the property gives: IM=IIM = I Since any matrix multiplied by the identity matrix is the matrix itself, IM=MIM=M. Therefore, we have M=IM=I. So, MM must be the 2×22 \times 2 identity matrix, (1001)\begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix}. Distractor A does not satisfy the property for all AA. For example, if A=IA=I, IA=IAIA = I \neq A. Distractor C would imply A=0A=0 for any AA, which is false. Distractor D is incorrect because the condition that the property holds for any matrix AA is precisely what provides enough information to uniquely determine MM.

Question 14

Let AA and BB be n×nn \times n matrices and let II be the n×nn \times n identity matrix. Which of the following statements is not always true?

  1. If A2=IA^2=I, then AA is invertible.
  2. A(B+I)=AB+AA(B+I) = AB + A
  3. If AA and BB are invertible, then ABAB is invertible.
  4. If A2=IA^2=I, then A=IA=I or A=IA=-I. (correct answer)
Explanation: Let's analyze each statement: A) If A2=IA^2=I, we can take the determinant of both sides: det(A2)=det(I)\det(A^2) = \det(I). This means (det(A))2=1(\det(A))^2 = 1, so det(A)\det(A) must be 11 or 1-1. In either case, det(A)0\det(A) \neq 0, so AA is invertible. This statement is always true. B) This is the distributive property of matrix multiplication over addition, combined with the property AI=AAI=A. A(B+I)=AB+AI=AB+AA(B+I) = AB + AI = AB+A. This statement is always true. C) If AA and BB are invertible, then det(A)0\det(A) \neq 0 and det(B)0\det(B) \neq 0. The determinant of the product is det(AB)=det(A)det(B)\det(AB) = \det(A)\det(B). Since neither determinant is zero, their product is also not zero. Therefore, ABAB is invertible. This statement is always true. D) This statement is not always true. While I2=II^2 = I and (I)2=I(-I)^2 = I, there can be other matrices whose square is the identity. For example, consider the 2×22 \times 2 matrix A=(1001)A = \begin{pmatrix} 1 & 0 \\ 0 & -1 \end{pmatrix}. Then A2=(1001)(1001)=(1001)=IA^2 = \begin{pmatrix} 1 & 0 \\ 0 & -1 \end{pmatrix} \begin{pmatrix} 1 & 0 \\ 0 & -1 \end{pmatrix} = \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix} = I. However, AA is neither II nor I-I. Therefore, this statement is not always true.

Question 15

Let I=(1001)I = \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix} and J=(0110)J = \begin{pmatrix} 0 & 1 \\ -1 & 0 \end{pmatrix}. Which of the following matrices is equal to (I+J)2(I+J)^2?

  1. (0000)\begin{pmatrix} 0 & 0 \\ 0 & 0 \end{pmatrix}
  2. (0220)\begin{pmatrix} 0 & 2 \\ -2 & 0 \end{pmatrix} (correct answer)
  3. (1111)\begin{pmatrix} 1 & 1 \\ 1 & 1 \end{pmatrix}
  4. (0220)\begin{pmatrix} 0 & -2 \\ 2 & 0 \end{pmatrix}
Explanation: This question tests matrix addition and multiplication, fundamental operations you'll encounter throughout linear algebra. When you see matrices being added and then squared, work step-by-step rather than trying mental shortcuts. First, compute I+JI + J: Next, square this result by multiplying it by itself: Using matrix multiplication rules:
  • Top-left: (1)(1)+(1)(1)=0(1)(1) + (1)(-1) = 0
  • Top-right: (1)(1)+(1)(1)=2(1)(1) + (1)(1) = 2
  • Bottom-left: (1)(1)+(1)(1)=2(-1)(1) + (1)(-1) = -2
  • Bottom-right: (1)(1)+(1)(1)=0(-1)(1) + (1)(1) = 0
This gives us (0220)\begin{pmatrix} 0 & 2 \\ -2 & 0 \end{pmatrix}, which is choice B. Choice A (zero matrix) might tempt you if you incorrectly think I+J=0I + J = 0, but these matrices don't cancel out. Choice C could result from adding corresponding entries incorrectly or confusing matrix operations. Choice D has the right structure but wrong signs—you might get this by making sign errors during multiplication. Study tip: Always compute matrix operations in stages rather than trying to do everything at once. Write out each step clearly, especially for matrix multiplication where sign errors are common. Double-check your arithmetic in each entry.

Question 16

Let AA and BB be any n×nn \times n matrices and let II be the n×nn \times n identity matrix. Which of the following expressions is always equivalent to (A+I)(B+I)AB(A+I)(B+I) - AB?

  1. II
  2. A+BA+B
  3. A+B+IA+B+I (correct answer)
  4. A+B+2IA+B+2I
Explanation: This question tests matrix multiplication and distribution properties. When you see matrix expressions that need to be expanded, treat them like algebraic expressions but remember that matrix multiplication is generally not commutative. Let's expand (A+I)(B+I)AB(A+I)(B+I) - AB step by step. Using the distributive property of matrix multiplication: (A+I)(B+I)=A(B+I)+I(B+I)=AB+AI+IB+I2(A+I)(B+I) = A(B+I) + I(B+I) = AB + AI + IB + I^2 Since II is the identity matrix, we know that AI=AAI = A, IB=BIB = B, and I2=II^2 = I. Therefore: (A+I)(B+I)=AB+A+B+I(A+I)(B+I) = AB + A + B + I Now substituting back into our original expression: (A+I)(B+I)AB=(AB+A+B+I)AB=A+B+I(A+I)(B+I) - AB = (AB + A + B + I) - AB = A + B + I This matches answer choice C. Let's examine why the other options are incorrect. Choice A (II) would only be true if A+B=0A + B = 0, which isn't given. Choice B (A+BA + B) is missing the identity matrix term that appears in our expansion. Choice D (A+B+2IA + B + 2I) suggests an extra II term that doesn't exist in our calculation. The key study tip here is to always expand matrix expressions systematically using distributive properties, and remember the special properties of the identity matrix: AI=IA=AAI = IA = A and I2=II^2 = I. Don't rush through the algebra—matrix problems often contain more terms than you might initially expect.

Question 17

In R2\mathbb{R}^2, a linear transformation TT is represented by a matrix MM. If T(v)=vT(\mathbf{v}) = \mathbf{v} for all vectors vR2\mathbf{v} \in \mathbb{R}^2, what is the trace of the matrix MM?

  1. 0
  2. 1
  3. 2 (correct answer)
  4. It depends on the choice of vector v\mathbf{v}.
Explanation: The condition T(v)=vT(\mathbf{v}) = \mathbf{v} for all vectors v\mathbf{v} describes the identity transformation, which leaves every vector unchanged. The matrix representation of a linear transformation TT is a matrix MM such that T(v)=MvT(\mathbf{v}) = M\mathbf{v}. Therefore, the given condition is Mv=vM\mathbf{v} = \mathbf{v} for all vR2\mathbf{v} \in \mathbb{R}^2. The only matrix for which this is true is the identity matrix. In R2\mathbb{R}^2, this is the 2×22 \times 2 identity matrix: M=I2=(1001)M = I_2 = \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix} The trace of a square matrix is the sum of the elements on its main diagonal. For M=I2M=I_2, the trace is: tr(M)=1+1=2\mathrm{tr}(M) = 1 + 1 = 2 Distractor A (trace=0) and B (trace=1) are incorrect values. Distractor D is incorrect because the condition holds for all vectors, which uniquely determines that the matrix must be the identity matrix, so its trace is a fixed value.

Question 18

Consider the matrix equation XIn+InX=2XXI_n + I_nX = 2X, where XX is an n×nn \times n unknown matrix and InI_n is the n×nn \times n identity matrix. Which of the following describes the solution set?

  1. X=0X = 0 is the unique solution
  2. X=kInX = kI_n for any scalar kk are the only solutions
  3. XX can be any n×nn \times n matrix (correct answer)
  4. XX must be symmetric but can be any symmetric matrix
Explanation: The equation XIn+InX=2XXI_n + I_nX = 2X simplifies to X+X=2XX + X = 2X (since XIn=XXI_n = X and InX=XI_nX = X for any matrix XX). This gives us 2X=2X2X = 2X, which is always true. Therefore, any n×nn \times n matrix XX satisfies this equation. The identity matrix property AIn=InA=AAI_n = I_nA = A for any matrix AA makes this equation trivially satisfied for all matrices.