If A is a 3 × 3 matrix and |A| = 4, then |2A| equals:
Matrices — Important Questions
SUMMARY: The chapter on Matrices in Class 12 Mathematics introduces students to the concept of matrices, their types, operations, and applications.
KEY TOPICS: definition of a matrix, types of matrices, matrix operations, transpose of a matrix, symmetric and skew-symmetric matrices, elementary row and column operations, invertible matrices, applications of matrices
If A is a square matrix such that A² = A, then A is called:
Check answerHide answer
For a skew-symmetric matrix, the diagonal elements are:
Check answerHide answer
If A and B are 3×3 matrices with |A| = 2 and |B| = 5, then |AB| equals:
Check answerHide answer
If A is invertible, then A⁻¹ equals:
Check answerHide answer
If A = [[1, 2], [3, 4]], find A + A^T.
View sample solutionHide solution
For A = [[2, 1], [3, 4]] and B = [[1, 0], [0, 1]], compute AB.
View sample solutionHide solution
Define a symmetric and a skew-symmetric matrix. Give an example of each.
View sample solutionHide solution
For an invertible matrix A of order n, prove |adj A| = |A|^(n−1).
View sample solutionHide solution
If A and B are matrices of the same order, show that (A + B)^T = A^T + B^T.
View sample solutionHide solution
For A = [[1, 2], [2, 1]], find A² − 3A + 2I (where I is the 2×2 identity).
View sample solutionHide solution
Express the matrix A = [[1, 2, 3], [4, 5, 6], [7, 8, 9]] as the sum of a symmetric and a skew-symmetric matrix.
View sample solutionHide solution
For A = [[2, 3], [4, 5]], find A⁻¹ using the formula A⁻¹ = (1 / |A|) · adj A.
View sample solutionHide solution
Solve using matrix inversion: x + 2y = 3, 2x + 3y = 5.
View sample solutionHide solution
For A = [[1, 1, 1], [1, 2, 3], [1, 3, 6]], find A⁻¹ by the adjoint method.
View sample solutionHide solution
Differentiate between row matrix column matrix and square matrix in tabular form with one example each.
Assertion (A): For a 3×3 matrix A and a scalar k, |kA| = k³ |A|.
Reason (R): Multiplying every row by k multiplies the determinant by k each time.
Show explanationHide explanation
Assertion (A): A matrix A is idempotent if A² = A.
Reason (R): The identity matrix and the zero matrix both satisfy this property.
Show explanationHide explanation
Assertion (A): The diagonal entries of a skew-symmetric matrix are all zero.
Reason (R): For a skew-symmetric A: A^T = −A, so a_ii = −a_ii, forcing a_ii = 0.
Show explanationHide explanation
Assertion (A): The determinant of a product equals the product of determinants for square matrices of the same order.
Reason (R): This is a standard result of multilinearity of determinants.
Show explanationHide explanation
Assertion (A): A square matrix A is invertible if and only if |A| ≠ 0.
Reason (R): A · adj A = |A| · I; division by |A| gives A⁻¹ only when |A| ≠ 0.
Show explanationHide explanation
Statement 1: The transpose of the sum of two matrices is the sum of their transposes.
Statement 2: The transpose of a product is the product of the transposes in reverse order.
Show answerHide answer
Statement 1: Every square matrix can be written as the sum of a symmetric and a skew-symmetric matrix.
Statement 2: A = (1/2)(A + A^T) + (1/2)(A − A^T).
Show answerHide answer
Statement 1: Matrix multiplication is associative.
Statement 2: Matrix multiplication is generally not commutative.
Show answerHide answer
Statement 1: The product of two diagonal matrices is a diagonal matrix.
Statement 2: The diagonal entries of the product are the products of corresponding diagonal entries.
Show answerHide answer
Statement 1: For an invertible matrix A: (A⁻¹)^T = (A^T)⁻¹.
Statement 2: Transposition and inversion commute as operations.
Show answerHide answer
-
Total daily revenue from each unit (matrix AB) equals:A[[8500], [9500]]B[[7000], [9500]]C[[8500], [10000]]D[[4500], [9500]]
-
The order of the product matrix AB is:A2 × 2B2 × 1C1 × 2D1 × 1
-
Compute AB and interpret the result for each unit.
Show answersHide answers
-
The order of S is:A2 × 3B3 × 1C2 × 1D3 × 2
-
The price column matrix is P = [[40], [200], [10]]. The product SP gives total sales for the two days. The values are approximately:A₹2100, ₹3000B₹2100, ₹3000C₹2400, ₹3000D₹2100, ₹3100
-
Compute SP step by step and explain what it represents.
Show answersHide answers
-
P is always:ASymmetricBSkew-symmetricCIdentityDZero
-
Q is always:ASymmetricBSkew-symmetricCIdentityDDiagonal
-
Verify with the given A that A = P + Q and identify P and Q.
Show answersHide answers
Study the orders of matrices and possible operations:
| Matrix | Order | Possible to compute |
|---|---|---|
| A + B if A is 2×3, B is 2×3 | 2×3 | Yes |
| A + B if A is 2×3, B is 3×2 | — | No (orders differ) |
| AB if A is 2×3, B is 3×4 | 2×4 | Yes |
| AB if A is 2×3, B is 2×3 | — | No (3 ≠ 2) |
| A' if A is 4×2 | 2×4 | Yes |
-
If A is of order 2×3 and B of order 3×4 then AB is of order:A2 × 3B3 × 4C2 × 4D4 × 3
-
If A is 2×3 and B is 3×2 can we compute A + B?AYesBNo (orders differ)COnly if A = BDOnly if both are square
-
State the conditions required for matrix addition and matrix multiplication.
Show answersHide answers
Study the properties of the given matrices and answer:
| Matrix | Description |
|---|---|
| I = [[1,0],[0,1]] | Identity matrix of order 2 |
| O = [[0,0],[0,0]] | Zero matrix |
| D = [[5,0],[0,−2]] | Diagonal matrix |
| S = [[1,2],[2,3]] | Symmetric (S = S') |
| K = [[0,4],[−4,0]] | Skew-symmetric (K' = −K) |
-
Which matrix satisfies AI = A for any 2×2 matrix A?AIBOCDDK
-
A skew-symmetric matrix always has:ADiagonal entries are all 1BDiagonal entries are all 0COff-diagonal entries are all 0DDeterminant is 0
-
Why are the diagonal entries of a skew-symmetric matrix always zero?
Show answersHide answers
For the matrices A = [[2, 3], [1, 4]] and B = [[1, 0], [2, 5]], compute A + B, A − B, AB and BA. Verify whether AB = BA.
| Matrix | Entries |
|---|---|
| A | [[2, 3], [1, 4]] |
| B | [[1, 0], [2, 5]] |
Study the production bar chart for two plants and answer:
-
The order of the production matrix A (rows = plants, cols = products) is:A2 × 2B2 × 3C3 × 2D3 × 3
-
The largest single output (50 units) is produced by:APlant 1, Product ABPlant 2, Product BCPlant 1, Product CDPlant 2, Product C
-
If selling prices per unit are ₹100, ₹150, ₹80 for A, B, C, how would you compute each plant's daily revenue using matrices?
Show answersHide answers
Make a full Mathematics paper on Matrices.
Pick the question mix, set the marks, hit generate. You get a ready-to-print paper with an answer key.
Generate your paper — free