CUET UG Applied Mathematics Booster Test 2 - Matrix Algebra and Transformations
📌 Answers are locked once submitted — results and explanations appear at the end.
QUESTION 1 OF 20
If the integral values of a matrix A are scaled by a fractional scalar k = 1/2, what happens to the order of the newly formed matrix 1/2 A compared to the original matrix A?
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
Two row matrices
V₁ = [x 4]
and
V₂ = [2 y]
are added to obtain the matrix
S = [5 9].
What are the values of x and y?
QUESTION 4 OF 20
If you randomly select a matrix to act as the additive inverse of matrix A = [2 -1 ; 3 0], what is the absolute probability that it strictly equals [-2 1 ; -3 0] to yield a zero matrix sum?
QUESTION 5 OF 20
A 5-day moving average dataset tracks prices P1 and P2 in matrices. To analytically find the difference matrix P1 - P2, what must mathematically hold true about their structures?
QUESTION 6 OF 20
An EMI deficit matrix is modeled as the negative of matrix A, denoted as -A. If A = [-4 6], what is the exact element representation of -A?
QUESTION 7 OF 20
For a constraint region tracking product demand, matrix C of order 3 × 2 is multiplied by matrix D. What must be the exact number of rows in D for the product CD to be mathematically defined?
QUESTION 8 OF 20
A chemical mixture equation requires the matrix product AB. If A is of order 2 × 3 and B is of order 3 × 4, what is the resulting order of the mixture product matrix AB?
QUESTION 9 OF 20
Identify the INCORRECT analytical statement concerning distributive laws in matrix algebra:
QUESTION 10 OF 20
Which of the following 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 are of the same order, but their corresponding elements are unequal.
4. Matrix multiplication is always commutative.
QUESTION 11 OF 20
Match the algebraic matrix equations to their simplified forms, given I is the identity matrix and A is a square matrix:
| List I | List II |
|---|---|
| 1. A × I | a. O (Zero matrix) |
| 2. I × A | b. I (Identity matrix) |
| 3. I × I | c. IA = A |
| 4. A × O | d. AI = A |
QUESTION 12 OF 20
If A = [0 -9 ; 0 4] and B = [1 -5 ; 0 0], evaluate the product AB. What type of matrix is the result?
QUESTION 13 OF 20
If A is a rectangular matrix of order 3 × 2, and A' is its transpose, what mathematical transformation happens to the general element a_ij of A?
QUESTION 14 OF 20
Analytically applying transpose properties, what does the expression ((3A) + B)' simplify to?
QUESTION 15 OF 20
If matrix A = [1 x ; 4 5] is definitively a symmetric matrix, what must be the strict value of x?
QUESTION 16 OF 20
To computationally verify that matrix M is symmetric, which structural equivalence is systematically checked across all indices?
QUESTION 17 OF 20
If matrix B is skew-symmetric, and element b_12 = 7, what is the exact numerical value of the corresponding transposed element b_21?
QUESTION 18 OF 20
Why must the diagonal elements of a skew-symmetric matrix A = [a_ij] be explicitly zero?
QUESTION 19 OF 20
If A is an identity matrix I of order 2 × 2, what is the resulting matrix of the composition A² (which is I × I)?
QUESTION 20 OF 20
For a matrix A, the sum representation 1/2 (A + A') + 1/2 (A - A') relies fundamentally on which matrix property to cleanly reconstruct matrix A?
Test Complete!
Answer Review
1 If the integral values of a matrix A are scaled by a fractional scalar k = 1/2, what happens to the order of the newly formed matrix 1/2 A compared to the original matrix A?
�� Scalar multiplication changes only matrix entries. �� Number of rows and columns stays fixed. �� Matrix order is unaffected by scalar values.
- In scalar multiplication, every element of matrix A=[a_(ij)]is multiplied by the scalar k. → The structure of the matrix does not change during this process. Hence, if A is of order m×n, then 1/2A is also of order m×n. → Option C is correct because only element values change, not dimensions. → Option A is incorrect because the order cannot be numerically halved. → Option B is incorrect because scalar multiplication does not square dimensions. → Option D is incorrect because neither rows nor columns are altered individually.
- �� Option A → Matrix dimensions are independent of scalar size.
- �� Option B → Squaring applies to numbers, not matrix order in scalar multiplication.
- �� Option D → Scalar multiplication affects entries only, not row-column count.
Used: Elimination
Application: Eliminate options suggesting dimensional change because scalar multiplication only scales entries.
Final Logic: Since rows and columns remain identical, the order remains unchanged.
"Scalar scales values, not size."
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 gives zero matrix.
- Using distributive property: (p+q)A=(2+(-2))A=0A → Multiplying any matrix by scalar 0 gives the zero matrix. → Hence the result is the zero matrix O. → Option C is correct. → Option A is incorrect because 2+(-2)≠4. → Option B is incorrect because multiplication by 0 cannot return the original matrix. → Option D is incorrect because no negative scalar sum of -4 appears.
- �� Option A → Incorrect scalar addition.
- �� Option B → Zero multiplication cannot preserve the matrix.
- �� Option D → Scalar value is not -4.
Used: Substitution
Application: Directly substitute p=2 and q=-2.
Final Logic: Since p+q=0, the result is the zero matrix.
"Zero scalar → Zero matrix."
3 Two row matrices
V₁ = [x 4]
and
V₂ = [2 y]
are added to obtain the matrix
S = [5 9].
What are the values of x and y?
�� Matrix addition is performed element-wise. �� Corresponding elements of equal matrices are compared. �� Solve the resulting linear equations.
- Matrix addition is carried out by adding the corresponding elements of the matrices. Given, V₁ = [x 4] V₂ = [2 y] S = [5 9] Using matrix addition, V₁ + V₂ = S ⇒ [x + 2 4 + y] = [5 9] Equating the corresponding elements, x + 2 = 5 ⇒ x = 3 4 + y = 9 ⇒ y = 5 Therefore, x = 3 and y = 5. Hence, Option B is correct.
- �� Option A → For x = 2 and y = 4, the sum becomes [4 8], not [5 9].
- �� Option C → For x = 7 and y = 13, the sum becomes [9 17], which is incorrect.
- �� Option D → For x = 5 and y = 9, the sum becomes [7 13], which does not match the given matrix.
Used
- Substitution
Application:
- �� Add the corresponding elements and compare them with the resultant matrix to form equations.
Final Logic:
- �� Matrix equality requires corresponding elements to be equal; solving these equations gives x = 3 and y = 5.
- "Equal Matrices → Equal Positions."
4 If you randomly select a matrix to act as the additive inverse of matrix A = [2 -1 ; 3 0], what is the absolute probability that it strictly equals [-2 1 ; -3 0] to yield a zero matrix sum?
�� Additive inverse is unique. �� A+(-A)=O �� Only one exact inverse exists.
- The additive inverse of matrix A is obtained by changing signs of all elements. -A=[[-2, 1; -3, 0]] → Adding A and -A gives the zero matrix. → Since additive inverse is unique, the probability is certain. → Hence Option B is correct. → Options A, C, and D incorrectly treat the inverse as uncertain or partial.
- �� Option A → Additive inverse is not a probabilistic half-case.
- �� Option C → The given matrix is exactly the inverse.
- �� Option D → There is no one-fourth uncertainty involved.
Used: Contextual/Tonal Matching
Application: "Absolute probability" and exact inverse imply certainty.
Final Logic: Exact additive inverse always gives the zero matrix.
"Inverse cancels perfectly."
5 A 5-day moving average dataset tracks prices P1 and P2 in matrices. To analytically find the difference matrix P1 - P2, what must mathematically hold true about their structures?
�� Matrix subtraction is element-wise. �� Corresponding positions must exist. �� Same order is mandatory.
- Matrix subtraction is defined only when both matrices have identical dimensions. → Corresponding entries are subtracted position-wise. → Therefore P_1 and P_2 must both be of order m×n. → Option B is correct. → Option A is unnecessary because subtraction works for any same-order matrices. → Option C is incorrect because transpose changes dimensions. → Option D is unrelated to subtraction rules.
- �� Option A → Column form is not compulsory.
- �� Option C → Transpose relation is not required.
- �� Option D → Different row counts make subtraction undefined.
Used: Elimination
Application: Remove options imposing unnecessary structural restrictions.
Final Logic: Same order alone guarantees valid subtraction.
"Subtract only same-sized matrices."
6 An EMI deficit matrix is modeled as the negative of matrix A, denoted as -A. If A = [-4 6], what is the exact element representation of -A?
�� Negative matrix changes signs. �� Multiply each entry by -1. �� Order remains same.
- The negative of a matrix is obtained by multiplying every element by -1. A=[-4 6]-A=[4 -6] → Therefore Option A is correct. → Option B changes only one sign incorrectly. → Option C rearranges entries. → Option D takes reciprocals instead of negatives.
- �� Option B → Sign of -4 not changed correctly.
- �� Option C → Matrix elements are reordered incorrectly.
- �� Option D → Negatives are not reciprocals.
Used: Substitution
Application: Multiply each element directly by -1.
Final Logic: Sign reversal gives [4 , 6].
"Minus matrix = flip all signs."
7 For a constraint region tracking product demand, matrix C of order 3 × 2 is multiplied by matrix D. What must be the exact number of rows in D for the product CD to be mathematically defined?
�� Matrix multiplication requires inner dimensions equal. �� Columns of first = rows of second. �� 3×2 needs second matrix rows = 2.
- For multiplication CD to exist: (columns of C)=(rows of D) → Since matrix C is of order 3×2, it has 2 columns. → Therefore matrix D must have exactly 2 rows. → Hence Option B is correct. → Other options violate matrix multiplication compatibility conditions.
- �� Option A → 3 rows are not required.
- �� Option C → One row makes multiplication undefined.
- �� Option D → Number 6 has no compatibility relevance.
Used: Dimensional/Unit Analysis
Application: Match inner dimensions for valid multiplication.
Final Logic: Second matrix rows must equal first matrix columns.
"Inside numbers must match."
8 A chemical mixture equation requires the matrix product AB. If A is of order 2 × 3 and B is of order 3 × 4, what is the resulting order of the mixture product matrix AB?
�� Product order uses outer dimensions. �� Inner dimensions must match. �� 2×3(3×4) gives 2×4.
- Matrix multiplication rule: (m×n)(n×p)=(m×p) → Here: (2×3)(3×4)=(2×4) → Therefore the resulting matrix order is 2×4. → Option C is correct. → Other options incorrectly use inner dimensions or reverse dimensions.
- �� Option A → Uses inner dimensions incorrectly.
- �� Option B → Reverses the order improperly.
- �� Option D → Retains first matrix order incorrectly.
Used: Dimensional/Unit Analysis
Application: Use matrix multiplication dimension rule directly.
Final Logic: Outer dimensions determine the product order.
"Outer survives, inner matches."
9 Identify the INCORRECT analytical statement concerning distributive laws in matrix algebra:
�� Matrix multiplication is generally non-commutative. �� Correct distributive laws preserve order. �� Reversing multiplication order changes results.
- Matrix multiplication generally does NOT satisfy commutative property: AB≠BA → Therefore: A(B+C)=AB+AC not BA+CA. → Option C is incorrect because it wrongly assumes universal commutativity. → Options A, B, and D are valid distributive laws when orders are compatible.
- �� Option A → Correct left distributive property.
- �� Option B → Correct right distributive property.
- �� Option D → Valid distributive law for subtraction.
Used: Extreme Word Filter
Application: The phrase "always true" signals danger because matrix multiplication is not universally commutative.
Final Logic: Reversing multiplication order invalidates the distributive relation.
"Matrices distribute, not commute."
10 Which of the following 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 are of the same order, but their corresponding elements are unequal.
4. Matrix multiplication is always commutative.
�� Matrix multiplication is generally non-commutative. �� The order of multiplication affects the result. �� Products may differ in existence, order, or entries.
- Matrix multiplication is not commutative in general. That is, AB ≠ BA → Statement 1 is correct because there are cases where the product AB is defined, but BA is not defined due to incompatible matrix orders. Example: If A is of order 2 × 3 and B is of order 3 × 4, then AB is of order 2 × 4, but BA is not defined. → Statement 2 is also correct because both AB and BA may be defined 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 exist 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. Example: AB ≠ BA even though both are 2 × 2 matrices. → Statement 4 is incorrect because matrix multiplication is not always commutative. → 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 a valid property of non-commutativity.
- �� Option D → Incorrect because Statement 4 is false.
Used
- Option Grouping
Application:
- �� Evaluate each statement independently and eliminate every option containing the false statement that matrix multiplication is always commutative.
Final Logic:
- �� Matrix multiplication may differ in definition, order, or numerical values depending on the order of multiplication.
- "Order Matters: AB ≠ BA"
11 Match the algebraic matrix equations to their simplified forms, given I is the identity matrix and A is a square matrix:
| List I | List II |
|---|---|
| 1. A × I | a. O (Zero matrix) |
| 2. I × A | b. I (Identity matrix) |
| 3. I × I | c. IA = A |
| 4. A × O | d. AI = A |
�� Identity matrix leaves a matrix unchanged. �� Zero matrix annihilates multiplication. �� Identity multiplied by itself remains identity.
- Matrix multiplication properties give: AI=A and IA=A because identity matrix acts like multiplicative identity. → Also: I×I=I and A×O=O where O is the zero matrix. → Therefore: (1) A × I → A → (d) (2) I × A → A → (c) (3) I × I → I → (b) (4) A × O → O → (a) Hence, Option C is correct.
- �� Option A → Gives wrong result for I×I.
- �� Option B → Incorrectly matches identity and zero properties.
- �� Option D → Incorrectly treats identity multiplication as zero multiplication.
Used: Option Grouping
Application: Apply standard identity and zero matrix multiplication rules systematically.
Final Logic: Identity preserves matrices, while zero matrix produces zero product.
"I keeps same, O makes zero."
12 If A = [0 -9 ; 0 4] and B = [1 -5 ; 0 0], evaluate the product AB. What type of matrix is the result?
�� Multiply corresponding rows and columns. �� Every entry evaluates to zero. �� Resulting matrix becomes zero matrix.
- Compute: AB=[[0, -9; 0, 4]][[1, -5; 0, 0]] First row: 0(1)+(-9)(0)=0 0(-5)+(-9)(0)=0 Second row: 0(1)+4(0)=0 0(-5)+4(0)=0 Thus, AB=[[0, 0; 0, 0]] which is the zero matrix.
- �� Option A → Identity matrix requires 1s on diagonal.
- �� Option C → Although zero matrix is symmetric, the most precise classification here is zero matrix.
- �� Option D → Diagonal matrix may have non-zero diagonal entries; here all entries are zero.
Used: Substitution
Application: Directly multiply rows and columns to determine matrix type.
Final Logic: All product entries become zero, giving a zero matrix.
"Zero everywhere ⇒ Zero matrix."
13 If A is a rectangular matrix of order 3 × 2, and A' is its transpose, what mathematical transformation happens to the general element a_ij of A?
�� Transpose interchanges rows and columns. �� Element positions swap indices. �� a_(ij)becomes a_(ji).
- By definition of transpose: (A^')_(ij), a_(ji) → Thus every element changes position by interchanging row and column indices. → Example: If a_(12)is in first row and second column of A, it becomes a_(21)in transpose. → Hence Option C is correct.
- �� Option A → Elements do not remain at same coordinates.
- �� Option B → Transpose does not change signs.
- �� Option D → Transpose does not square elements.
Used: Dimensional/Unit Analysis
Application: Analyze positional transformation of indices during transpose.
Final Logic: Transpose swaps row index and column index.
"Transpose = Index Swap."
14 Analytically applying transpose properties, what does the expression ((3A) + B)' simplify to?
�� Transpose distributes over addition. �� Scalar remains unchanged during transpose. �� Apply transpose separately to each matrix.
- Using transpose properties: (X+Y)^'=X^'+Y^' and (kA)^', kA^' Therefore: ((3A)+B)^'=(3A)^'+B^'=3A^'+B^' Hence Option A is correct.
- �� Option B → Scalar applies to A, not B.
- �� Option C → Transpose operation ignored entirely.
- �� Option D → Scalar 3 does not become 1/3.
Used: Substitution
Application: Apply transpose rules step-by-step.
Final Logic: Transpose distributes and scalar remains unchanged.
"Transpose spreads across plus."
15 If matrix A = [1 x ; 4 5] is definitively a symmetric matrix, what must be the strict value of x?
�� Symmetric matrices satisfy A^'=A. �� Corresponding off-diagonal entries are equal. �� Thus x=4.
- For a symmetric matrix: a_(ij)=a_(ji) Given: A=[[1, x; 4, 5]] Off-diagonal elements must match: x=4 Thus Option B is correct.
- �� Option A → Does not satisfy symmetry condition.
- �� Option C → Off-diagonal elements become unequal.
- �� Option D → Negative value violates equality condition.
Used: Substitution
Application: Compare corresponding off-diagonal entries directly.
Final Logic: Symmetric matrices require equal mirrored elements.
"Symmetric means mirror-equal."
16 To computationally verify that matrix M is symmetric, which structural equivalence is systematically checked across all indices?
�� Symmetry compares mirrored entries. �� Row-column interchange should not change values. �� Condition holds for all indices.
- A matrix is symmetric if: M^'=M which means: m_(ij)=m_(ji) for every valid pair of indices. → Option B defines skew-symmetric matrices. → Option D is only a skew-symmetric diagonal property.
- �� Option A → Trivial equality provides no symmetry condition.
- �� Option B → Represents skew-symmetry.
- �� Option D → Symmetric matrices need not have zero diagonals.
Used: Contextual/Tonal Matching
Application: Match formal definition of symmetric matrices.
Final Logic: Symmetry requires equality across transpose positions.
"Symmetric = Same across diagonal."
17 If matrix B is skew-symmetric, and element b_12 = 7, what is the exact numerical value of the corresponding transposed element b_21?
�� Skew-symmetric matrices satisfy B^'=-B. �� Corresponding entries are negatives. �� Thus b_(21)=-b_(12).
- For skew-symmetric matrices: b_(ij)=-b_(ji) Given: b_(12)=7 Therefore: b_(21)=-7 Hence Option C is correct.
- �� Option A → Same sign corresponds to symmetric matrices.
- �� Option B → Reciprocal relationship is unrelated.
- �� Option D → Only diagonal entries are necessarily zero.
Used: Substitution
Application: Substitute given value into skew-symmetric relation.
Final Logic: Opposite sign appears across transpose positions.
"Skew flips the sign."
18 Why must the diagonal elements of a skew-symmetric matrix A = [a_ij] be explicitly zero?
�� Skew-symmetry gives a_(ii)=-a_(ii). �� Only zero satisfies this equation. �� Hence all diagonal entries are zero.
- In a skew-symmetric matrix: a_(ij)=-a_(ji) For diagonal elements, put i=j: a_(ii)=-a_(ii) Adding both sides: 2a_(ii)=0 Thus: a_(ii)=0 Hence Option B is correct.
- �� Option A → This is symmetric matrix condition, not skew-symmetric.
- �� Option C → Scalar matrices need not have zero diagonals.
- �� Option D → Identity matrices have diagonal 1s, not 0s.
Used: Substitution
Application: Substitute i=j into skew-symmetric condition.
Final Logic: Diagonal element equals its own negative only when zero.
"Skew diagonal vanishes."
19 If A is an identity matrix I of order 2 × 2, what is the resulting matrix of the composition A² (which is I × I)?
�� Identity multiplied by itself remains identity. �� Identity behaves like multiplicative 1. �� I^2=I.
- Identity matrix property: I×I=I Thus: A^2=I^2=I Hence the resulting matrix remains identity matrix.
- �� Option A → Identity multiplication never gives zero matrix.
- �� Option C → Diagonal entries remain 1, not 2.
- �� Option D → Identity matrix is symmetric, not skew-symmetric.
Used: Elimination
Application: Remove options contradicting identity multiplication property.
Final Logic: Identity matrix remains unchanged under self-multiplication.
"One-like identity stays same."
20 For a matrix A, the sum representation 1/2 (A + A') + 1/2 (A - A') relies fundamentally on which matrix property to cleanly reconstruct matrix A?
�� Matrix decomposes into symmetric and skew-symmetric parts. �� Opposite transpose terms cancel. �� Remaining terms reconstruct A.
- Expand the expression: 1/2(A+A^')+1/2(A-A^')=1/2A+1/2A^'+1/2A-1/2A^' The transpose terms cancel: 1/2A^'-1/2A^'=0 leaving: A Thus, the reconstruction depends fundamentally on cancellation of transpose terms.
- �� Option B → Zero diagonal property is unrelated here.
- �� Option C → Matrix addition is commutative, not non-commutative.
- �� Option D → Multiplication compatibility is not involved.
Used: Elimination
Application: Expand expression algebraically and identify cancelling terms.
Final Logic: Opposite transpose terms cancel, reconstructing A exactly.
"Plus-minus transpose cancels."
