CUET UG Applied Mathematics Booster Test 3 - Matrix Algebra and Transformations
📌 Answers are locked once submitted — results and explanations appear at the end.
QUESTION 1 OF 20
If the integral transformation of a matrix X yields kX = [-6 9 ; 12 -3] and the scalar k = -3, what was the original matrix X?
QUESTION 2 OF 20
In modifying an area coordinate matrix A using scalars p and q, the distributive relation (p + q)A is expanded. If p = 2, q = -2, what is the result of (p + q)A?
QUESTION 3 OF 20
Given the matrices
X = [[a, b; c, d]]
and
Y = [[p, q; r, s]],
what is the element at the second row, first column in the sum matrix X + Y?
QUESTION 4 OF 20
If matrix addition is associative, i.e., X + (Y + Z) = (X + Y) + Z, what is the probability that changing the parenthesis mathematically alters the final matrix order, assuming X, Y, and Z are all of order 3 × 4?
QUESTION 5 OF 20
A moving average matrix D is derived from D = A - B. If a_ij and b_ij are the corresponding elements, what defines the general element d_ij mathematically?
QUESTION 6 OF 20
If the EMI matrix E represents a debt, its additive inverse -E represents the equivalent credit. Which algebraic equation correctly defines this relationship using the zero matrix O?
QUESTION 7 OF 20
For finding the matrix product AB = P = [p_ik] within a strictly defined constraint region, how is the specific element p_ik calculated?
QUESTION 8 OF 20
A complex mixture requires composing matrix A (order m × n) and matrix B (order k × l). Both products AB and BA are viable and defined. What does this algebraically imply about their orders?
QUESTION 9 OF 20
Identify the INCORRECT analytical statement concerning distributive laws in matrix algebra:
QUESTION 10 OF 20
Which analytical scenarios accurately depict the non-commutative nature of general matrix multiplication (AB ≠ BA)?
1. AB is defined, but BA is not structurally defined.
2. AB and BA are both defined, but they form matrices of different orders.
3. AB and BA are both defined and of the same order, but their corresponding elements are unequal.
4. AB = BA only for all rectangular matrices where m ≠ n.
QUESTION 11 OF 20
Match the matrix operations to the correct outputs assuming A and B are square matrices of order n, and I is the identity matrix of order n:
| List I | List II |
|---|---|
| 1. AI | a. A |
| 2. A(BC) | b. (AB)C |
| 3. IA | c. O |
| 4. O × A (where O is zero matrix) | d. A |
QUESTION 12 OF 20
If A and B are matrices of order 2 × 2 and AB = O, but A ≠ O and B ≠ O, this proves that:
QUESTION 13 OF 20
If matrix A has order m × n, and B has order n × p, then the order of the transposed product matrix (AB)' is:
QUESTION 14 OF 20
Which expansion is mathematically accurate for the transpose of a sum, (A + B)'?
QUESTION 15 OF 20
If a matrix P is symmetric, what happens analytically when we take the transpose of its transpose, (P')'?
QUESTION 16 OF 20
For a square matrix A, if A = 1/2 (A + A'), what classification inherently applies to matrix A?
QUESTION 17 OF 20
If matrix M is skew-symmetric, then the mathematical expression M + M' equals:
QUESTION 18 OF 20
In evaluating a skew-symmetric matrix Q, why does Q' = -Q force the main diagonal elements to zero?
QUESTION 19 OF 20
Given A = [2 0 ; 0 2], what is the composition of A³?
QUESTION 20 OF 20
The ability to express any square matrix A as 1/2 (A + A') + 1/2 (A - A') relies on separating the matrix into which two distinct structural components?
Test Complete!
Answer Review
1 If the integral transformation of a matrix X yields kX = [-6 9 ; 12 -3] and the scalar k = -3, what was the original matrix X?
�� Original matrix is obtained by dividing each element by k. �� Here k = -3. �� Scalar multiplication preserves matrix order.
Given: -3X=[[-6, 9; 12, -3]] To find X, divide every element by -3: X=[[-6/-3, 9/-3; 12/-3, -3/-3]]=[[2, -3; -4, 1]] Thus Option A is correct. Option B changes signs incorrectly. Option C multiplies instead of dividing. Option D does not satisfy scalar multiplication.
- �� Option B → Signs are reversed incorrectly after division.
- �� Option C → Elements are multiplied by 3 instead of divided by -3.
- �� Option D → Matrix does not produce the given matrix after multiplication by -3.
Used: Substitution
Application: Multiply each option by -3 and verify which reproduces the given matrix.
Final Logic: Only Option A satisfies (-3)X=given matrix.
"Undo scalar multiplication by division."
2 In modifying an area coordinate matrix A using scalars p and q, the distributive relation (p + q)A is expanded. If p = 2, q = -2, what is the result of (p + q)A?
�� p+q=2+(-2)=0. �� 0A=O. �� Zero scalar produces zero matrix.
Using distributive property: (p+q)A=(2-2)A=0A Multiplying any matrix by zero gives the zero matrix: 0A=O Hence Option C is correct. Option A incorrectly adds magnitudes. Option B ignores scalar effect. Option D incorrectly assumes negative scaling.
- �� Option A → 2+(-2)≠4.
- �� Option B → Scalar becomes zero, not one.
- �� Option D → No negative factor remains after addition.
Used: Substitution
Application: Directly substitute p and q into the expression.
Final Logic: Zero scalar times any matrix gives zero matrix.
"Zero scalar → Zero matrix."
3 Given the matrices
X = [[a, b; c, d]]
and
Y = [[p, q; r, s]],
what is the element at the second row, first column in the sum matrix X + Y?
�� Matrix addition is performed element-wise. �� Corresponding elements are added. �� The second row, first column contains c and r.
- Two matrices of the same order are added by adding their corresponding elements. Given, X = | a b | | c d | and Y = | p q | | r s | Therefore, X + Y = | a + p b + q | | c + r d + s | → The element in the second row and first column is obtained by adding the corresponding elements c and r. Therefore, Second row, first column = c + r. Hence, Option C is correct.
- �� Option A → Represents the element in the first row, first column.
- �� Option B → Represents the element in the first row, second column.
- �� Option D → Represents the element in the second row, second column.
Used
- Contextual/Tonal Matching
Application:
- �� Identify the required position in both matrices and add the corresponding elements.
Final Logic:
- �� Matrix addition is performed position-wise; therefore, the element in the second row and first column is c + r.
- "Same Position → Same Addition."
4 If matrix addition is associative, i.e., X + (Y + Z) = (X + Y) + Z, what is the probability that changing the parenthesis mathematically alters the final matrix order, assuming X, Y, and Z are all of order 3 × 4?
�� Associativity does not change order. �� All matrices are 3×4. �� Final order remains same.
Matrix addition is associative: X+(Y+Z)=(X+Y)+Z Since all matrices are of order 3×4, the resulting matrix also remains 3×4 regardless of grouping. Thus the probability that order changes is: Hence Option C is correct.
- �� Option A → Order never changes.
- �� Option B → No partial probability exists here.
- �� Option D → Associativity fully preserves order.
Used: Elimination
Application: Eliminate all options suggesting order variation.
Final Logic: Associative law preserves matrix order completely.
"Brackets move, order stays."
5 A moving average matrix D is derived from D = A - B. If a_ij and b_ij are the corresponding elements, what defines the general element d_ij mathematically?
�� Matrix subtraction is element-wise. �� Corresponding entries are subtracted. �� Order must remain same.
If: D=A-B then each element of D is: d_(ij)=a_(ij)-b_(ij) Thus Option C is correct. Option A represents addition. Option B represents multiplication. Option D reverses subtraction order.
- �� Option A → Gives matrix addition.
- �� Option B → Matrix subtraction is not multiplication.
- �� Option D → Wrong subtraction sequence.
Used: Contextual/Tonal Matching
Application: Use the definition of subtraction directly.
Final Logic: Subtract corresponding entries position-wise.
"Subtract same-position entries."
6 If the EMI matrix E represents a debt, its additive inverse -E represents the equivalent credit. Which algebraic equation correctly defines this relationship using the zero matrix O?
�� Additive inverse cancels matrix. �� Sum becomes zero matrix. �� Similar to real numbers.
The additive inverse of a matrix E is: -E By definition: E+(-E)=O where O is the zero matrix. Hence Option B is correct.
- �� Option A → E-(-E)=E+E=2E, not O.
- �� Option C → Matrix multiplication does not define additive inverse.
- �� Option D → E+O=E, not -E.
Used: Elimination
Application: Recall additive identity property.
Final Logic: A matrix plus its negative equals zero matrix.
"Positive plus negative cancels."
7 For finding the matrix product AB = P = [p_ik] within a strictly defined constraint region, how is the specific element p_ik calculated?
�� Matrix multiplication uses row-column rule. �� Multiply corresponding row and column terms. �� Add obtained products.
For matrix multiplication: P=AB The element p_(ik)is obtained by: p_(ik)=∑a_(ij)b_(jk) This means: → Take the i-th row of A → Take the k-th column of B → Multiply corresponding entries → Add them Thus Option B is correct.
- �� Option A → Matrix multiplication is not element-wise multiplication.
- �� Option C → Uses incorrect row-column pairing.
- �� Option D → Addition alone cannot form product entries.
Used: Contextual/Tonal Matching
Application: Recall standard row-column multiplication rule.
Final Logic: Each product entry comes from row-column multiplication.
"Row × Column = Product Entry."
8 A complex mixture requires composing matrix A (order m × n) and matrix B (order k × l). Both products AB and BA are viable and defined. What does this algebraically imply about their orders?
�� For AB: columns of A = rows of B. �� For BA: columns of B = rows of A. �� Hence n=k and l=m.
For product AB to exist: n=k For product BA to exist: l=m Therefore both conditions together imply: n=kandl=m Hence Option B is correct.
- �� Option A → Square matrices are not necessary.
- �� Option C → Gives unrelated equalities.
- �� Option D → No such restriction exists.
Used: Dimensional/Unit Analysis
Application: Check multiplication compatibility conditions carefully.
Final Logic: Inner dimensions must match for both products.
"Inside dimensions must agree."
9 Identify the INCORRECT analytical statement concerning distributive laws in matrix algebra:
�� Matrix multiplication is generally non-commutative. �� Correct distributive law keeps A on left side. �� BA and CA are not equivalent to AB and AC.
Correct distributive laws are: A(B+C)=AB+AC and (A+B)C=AC+BC Option D incorrectly assumes: AB=BA But matrix multiplication is generally non-commutative. Hence Option D is incorrect.
- �� Option A → Correct left distributive law.
- �� Option B → Correct right distributive law.
- �� Option C → Correct subtraction distributive property.
Used: Extreme Word Filter
Application: The word "always" signals possible invalidity in matrix algebra.
Final Logic: Matrix multiplication is not universally commutative.
"Matrices don't always commute."
10 Which analytical scenarios accurately depict the non-commutative nature of general matrix multiplication (AB ≠ BA)?
1. AB is defined, but BA is not structurally defined.
2. AB and BA are both defined, but they form matrices of different orders.
3. AB and BA are both defined and of the same order, but their corresponding elements are unequal.
4. AB = BA only for all rectangular matrices where m ≠ n.
�� Matrix multiplication is generally non-commutative. �� The order of multiplication affects the result. �� Products may differ in definition, order, or numerical values.
- Matrix multiplication is generally not commutative, that is, AB ≠ BA → Statement 1 is correct because there are situations where AB is defined, but BA is not. Example: If A is of order 2 × 3 and B is of order 3 × 4, then AB is defined (2 × 4), whereas BA is not defined. → Statement 2 is correct because both products may exist but have different orders. Example: If A is of order 2 × 3 and B is of order 3 × 2, then AB is of order 2 × 2, while BA is of order 3 × 3. Thus, both products are defined but have different orders. → Statement 3 is correct because even when both AB and BA are defined and have the same order (for example, when A and B are square matrices of the same order), their corresponding elements are generally different. Hence, AB ≠ BA in general. → Statement 4 is incorrect because matrix multiplication is not commutative for all rectangular matrices. In fact, for rectangular matrices with (m \ne n), AB and BA are often not even simultaneously defined. Commutativity is a special property that holds only for certain pairs of matrices, not for all rectangular matrices. → Therefore, Statements 1, 2, and 3 are correct.
- �� Option A → Incorrect because it includes Statement 4, which is false.
- �� Option B → Incorrect because Statement 3 is also correct.
- �� Option D → Incorrect because Statement 4 is false.
Used
- Option Grouping
Application:
- �� Verify each statement independently and eliminate every option containing the false statement about universal commutativity.
Final Logic:
- �� Matrix multiplication is non-commutative because the products may differ in existence, order, or corresponding elements.
- "Defined, Different, Unequal → AB ≠ BA"
11 Match the matrix operations to the correct outputs assuming A and B are square matrices of order n, and I is the identity matrix of order n:
| List I | List II |
|---|---|
| 1. AI | a. A |
| 2. A(BC) | b. (AB)C |
| 3. IA | c. O |
| 4. O × A (where O is zero matrix) | d. A |
�� Identity matrix leaves matrix unchanged. �� Matrix multiplication is associative. �� Zero matrix product gives zero matrix.
Using standard matrix properties: AI=A so (1)-(a) A(BC)=(AB)C so (2)-(b) IA=A so (3)-(d) O×A=O so (4)-(c) Hence Option D is correct.
- �� Option A → Incorrect mapping of zero and associative properties.
- �� Option B → Incorrectly matches AI and IA.
- �� Option C → Wrongly associates associative property and zero matrix result.
Used: Option Grouping
Application: Use standard matrix identities one by one to match pairs.
Final Logic: Only Option A satisfies all matrix operation properties correctly.
"Identity keeps same, zero kills product."
12 If A and B are matrices of order 2 × 2 and AB = O, but A ≠ O and B ≠ O, this proves that:
�� Non-zero matrices can produce zero product. �� Matrix algebra differs from real numbers. �� Zero product law fails generally.
In real numbers: ab=0⇒a=0 or b=0 But in matrices: AB=O does not necessarily imply: A=O or B=O Non-zero matrices may multiply to give the zero matrix. Thus, Option B is correct.
- �� Option A → Inverse matrices produce identity matrix, not zero matrix.
- �� Option C → No condition implies scalar matrix.
- �� Option D → Identity matrix cannot produce zero product with non-zero matrix.
Used: Elimination
Application: Compare matrix multiplication rules with real-number properties.
Final Logic: Matrices do not always satisfy zero product law.
"Non-zero matrices can vanish on multiplication."
13 If matrix A has order m × n, and B has order n × p, then the order of the transposed product matrix (AB)' is:
�� Product AB has order m×p. �� Transpose interchanges rows and columns. �� Final order becomes p×m.
Given: A_(m×n),B_(n×p) Then: AB has order m×p Taking transpose: (AB)^' has order p, m Hence Option B is correct.
- �� Option A → Represents order of AB before transpose.
- �� Option C → No such square order relation exists.
- �� Option D → Incorrect transpose dimensions.
Used: Dimensional/Unit Analysis
Application: Track matrix dimensions step-by-step.
Final Logic: Transpose reverses dimensions of product matrix.
"Transpose flips dimensions."
14 Which expansion is mathematically accurate for the transpose of a sum, (A + B)'?
�� Transpose distributes over addition. �� Addition property is preserved. �� Standard transpose law applies.
Transpose property: (A+B)^'=A^'+B^' Thus Option C is correct. Option A incorrectly multiplies matrices. Option B changes sign unnecessarily. Option D ignores transpose operation.
- �� Option A → Transpose of sum is not product of transposes.
- �� Option B → No subtraction occurs in transpose property.
- �� Option D → Transpose operation cannot disappear.
Used: Contextual/Tonal Matching
Application: Recall standard transpose identities.
Final Logic: Transpose distributes directly across addition.
"Transpose respects addition."
15 If a matrix P is symmetric, what happens analytically when we take the transpose of its transpose, (P')'?
�� Double transpose returns original matrix. �� Symmetric matrix satisfies P^'=P. �� Hence (P^')^', P.
For any matrix: (A^')^', A Since P is symmetric: P^'=P Therefore: (P^')^', P Hence Option B is correct.
- �� Option A → Double transpose does not create skew symmetry.
- �� Option C → Identity matrix is unrelated here.
- �� Option D → No zero matrix condition exists.
Used: Substitution
Application: Substitute P^'=P into transpose identity.
Final Logic: Double transpose restores original matrix.
"Transpose twice, original returns."
16 For a square matrix A, if A = 1/2 (A + A'), what classification inherently applies to matrix A?
�� 1/2(A+A^')is symmetric part of A. �� If equal to A itself, then A=A^'. �� Hence A is symmetric.
The expression: 1/2(A+A^') always represents the symmetric part of matrix A. If: A=1/2(A+A^') then: A=A^' Thus A satisfies the definition of a symmetric matrix. Hence Option C is correct.
- �� Option A → Skew-symmetric matrices satisfy A^'=-A.
- �� Option B → No condition implies all entries are zero.
- �� Option D → Identity matrix is only one special symmetric matrix.
Used: Elimination
Application: Compare given equation with matrix definitions.
Final Logic: Equality with symmetric component implies symmetry.
"A+A^' creates symmetry."
17 If matrix M is skew-symmetric, then the mathematical expression M + M' equals:
�� Skew-symmetric means M^'=-M. �� Add both matrices. �� Terms cancel completely.
For skew-symmetric matrix: M^'=-M Therefore: M+M^'=M+(-M)=O Hence Option C is correct.
- �� Option A → Would occur if M^'=M.
- �� Option B → Identity matrix is unrelated.
- �� Option D → Incorrect simplification.
Used: Substitution
Application: Replace M^'with -M.
Final Logic: Opposite matrices sum to zero matrix.
"Skew + transpose cancels."
18 In evaluating a skew-symmetric matrix Q, why does Q' = -Q force the main diagonal elements to zero?
�� Skew symmetry gives Q^'=-Q. �� Diagonal entries satisfy q_(ii)=-q_(ii). �� Therefore diagonal entries are zero.
For skew-symmetric matrix: Q^'=-Q Diagonal elements remain unchanged under transpose: q_(ii)=-q_(ii) Adding both sides: 2q_(ii)=0 Thus: q_(ii)=0 Hence Option B is correct.
- �� Option A → Identity matrix has no role here.
- �� Option C → Diagonal entries are directly involved in transpose relation.
- �� Option D → Many non-zero skew-symmetric matrices exist.
Used: Substitution
Application: Apply skew-symmetric definition to diagonal elements.
Final Logic: Only zero satisfies q_(ii)=-q_(ii).
"Diagonal equals its negative → zero."
19 Given A = [2 0 ; 0 2], what is the composition of A³?
�� A=2I. �� A^3=(2I)^3=8I. �� Multiply matrix three times.
Given: A=[[2, 0; 0, 2]]=2I Then: A^3=(2I)^3=2^3I=8I Thus: A^3=[[8, 0; 0, 8]] Hence Option A is correct.
- �� Option B → Represents scalar multiplication by 3, not cube.
- �� Option C → Gives A^2, not A^3.
- �� Option D → Represents 2^4, not 2^3.
Used: Substitution
Application: Rewrite matrix as scalar multiple of identity matrix.
Final Logic: Cubing scalar 2 gives 8.
"2^3=8 on diagonal."
20 The ability to express any square matrix A as 1/2 (A + A') + 1/2 (A - A') relies on separating the matrix into which two distinct structural components?
�� 1/2(A+A^')is symmetric part. �� 1/2(A-A^')is skew-symmetric part. �� Their sum reconstructs A.
Every square matrix can be decomposed as: A=1/2(A+A^')+1/2(A-A^') Where: 1/2(A+A^') is symmetric, and 1/2(A-A^') is skew-symmetric. Thus Option C is correct.
- �� Option A → Diagonal/scalar decomposition is not general.
- �� Option B → Identity and zero matrices cannot represent all matrices.
- �� Option D → Row-column separation is unrelated.
Used: Contextual/Tonal Matching
Application: Recognize standard decomposition theorem.
Final Logic: Every square matrix splits into symmetric and skew-symmetric parts.
"Plus gives symmetric, minus gives skew."
