Chapter 11: Matrices and Determinants (Set-1)

A matrix of 3 rows and 2 columns has what order

A 2 × 3
B 3 × 2
C 3 × 3
D 2 × 2

Which matrix has all entries zero

A Identity matrix
B Diagonal matrix
C Zero matrix
D Scalar matrix

Addition of matrices is possible when

A Same number of entries
B Same order only
C Same trace value
D Same determinant

Scalar multiplication of a matrix means

A Multiply two matrices
B Add each row
C Transpose entries
D Multiply each entry

Matrix multiplication AB is defined when

A A and B same order
B Rows of A = columns of B
C Columns of A = rows of B
D det(A) = det(B)

Which property is generally false for matrices

A Commutative of multiplication
B Associative of addition
C Distributive over addition
D Additive identity exists

Identity matrix I satisfies for A

A AI = 0
B AI = A and IA = A
C IA = 0
D AI = Aᵀ

Transpose of a matrix changes

A Values to negatives
B Diagonal into zeros
C Rows into columns
D Order unchanged always

A matrix A is symmetric if

A A = −A
B Aᵀ = 0
C det(A) = 0
D A = Aᵀ

A matrix A is skew-symmetric if

A A = Aᵀ
B A = −Aᵀ
C A = I
D A = 0 only

Which matrix must be square

A Symmetric matrix
B Row matrix
C Column matrix
D Rectangular matrix

If A is 2×3 and B is 3×4, order of AB is

A 3×3
B 3×4
C 2×4
D 2×3

If A is 3×2 and B is 3×2, AB is

A Defined
B Not defined
C Identity always
D Zero always

The transpose property for product is

A (AB)ᵀ = AᵀBᵀ
B (AB)ᵀ = ABᵀ
C (AB)ᵀ = AᵀB
D (AB)ᵀ = BᵀAᵀ

Which is always true for transpose

A (Aᵀ)ᵀ = 0
B (Aᵀ)ᵀ = Aᵀ
C (Aᵀ)ᵀ = A
D (Aᵀ)ᵀ = I

Trace of a square matrix is

A Product of diagonal
B Sum of diagonal entries
C Sum of all entries
D Determinant value

A diagonal matrix has nonzero entries only on

A Main diagonal
B Any row
C Any column
D Off-diagonal only

A scalar matrix is a diagonal matrix with

A All entries equal
B Zero diagonal only
C All diagonal equal
D Ones off-diagonal

For a square matrix A, A + (−A) equals

A I
B 0 matrix
C A
D Aᵀ

Determinant is defined for

A Any matrix
B Only diagonal matrix
C Only zero matrix
D Only square matrix

Determinant of a 2×2 matrix \[ab\[ab,[c d]] is

A ad + bc
B ab − cd
C ad − bc
D ac − bd

Determinant of an identity matrix of order n is

A 0
B 1
C n
D −1

Determinant of a triangular matrix equals

A Product of diagonal
B Sum of diagonal
C Zero always
D Twice trace

If two rows of a determinant are equal, determinant is

A 1
B −1
C 0
D Depends on size

Swapping two rows changes determinant by factor

A +1
B −1
C 0
D 2

Multiplying one row by k changes determinant to

A D + k
B D/k
C
D kD

Adding a multiple of one row to another row makes determinant

A Doubled
B Zero always
C Unchanged
D Negative always

Determinant of transpose satisfies

A det(Aᵀ) = det(A)
B det(Aᵀ) = −det(A)
C det(Aᵀ) = 1/det(A)
D det(Aᵀ) = 0 always

Determinant of product satisfies

A det(AB)=det(A)+det(B)
B det(AB)=det(A)det(B)
C det(AB)=det(A)−det(B)
D det(AB)=det(A)/det(B)

A matrix is singular when

A det(A) = 1
B trace(A) = 0
C det(A) = 0
D A = Aᵀ

Inverse of A exists when

A det(A)=0
B trace(A)=0
C A is rectangular
D det(A)≠0

Inverse formula using adjoint is

A A⁻¹ = adj(A)/det(A)
B A⁻¹ = det(A)·adj(A)
C A⁻¹ = adj(Aᵀ)
D A⁻¹ = det(Aᵀ)

Inverse of 2×2 matrix \[ab\[ab,[c d]] is

A (1/(ad+bc))·\[db\[db, [c a]]
B (1/(ab−cd))·\[ad\[ad, [b c]]
C (1/(ad−bc))·\[d−b\[d−b, [−c a]]
D (1/(ac−bd))·\[d−c\[d−c, [−b a]]

Property of inverse of product is

A (AB)⁻¹ = A⁻¹B⁻¹
B (AB)⁻¹ = B⁻¹A⁻¹
C (AB)⁻¹ = (Aᵀ)(Bᵀ)
D (AB)⁻¹ = A+B

Inverse of transpose property is

A (Aᵀ)⁻¹ = −A⁻¹
B (Aᵀ)⁻¹ = A⁻¹
C (Aᵀ)⁻¹ = A
D (Aᵀ)⁻¹ = (A⁻¹)ᵀ

If A is orthogonal, then

A AᵀA = 0
B det(A) = 0
C AᵀA = I
D A = −Aᵀ

A matrix is idempotent if

A A² = I
B A² = A
C A² = 0
D Aᵀ = A

A matrix is involutory if

A A² = I
B A² = A
C A³ = 0
D det(A)=0

A matrix is nilpotent if

A A² = I
B A = Aᵀ
C Aᵏ = 0 for some k
D det(A) = 1

Cofactor of element aᵢⱼ equals

A Minor ÷ (−1)^{i+j}
B Minor × (−1)^{i+j}
C Minor × (−1)^{i−j}
D Minor + (−1)^{i+j}

Minor of element aᵢⱼ is determinant of

A Same matrix
B Matrix after transposing
C Matrix after swapping rows
D Matrix after deleting i-row, j-column

Expansion of determinant along a row uses

A Only minors
B Cofactors and elements
C Only traces
D Only diagonal product

Adjoint of A is

A Transpose of cofactor matrix
B Inverse of A
C Matrix of minors only
D Determinant of A

If det(A)=0, then system AX=B generally has

A Always unique solution
B Always no solution
C No or infinite solutions
D Always infinite only

Cramer’s rule applies to systems with

A det(A)=0
B det(A)≠0
C Rectangular A only
D Homogeneous only

An augmented matrix represents

A Only coefficients
B Only constants
C Only identity part
D Coefficients with constants

A system has a unique solution when

A det(A)=0
B rank(A) < rank([A|B])
C rank(A)=rank([A|B])=n
D rank(A)=0

A system has no solution when

A rank(A)=rank([A|B])
B rank(A) < rank([A|B])
C det(A)≠0 always
D rank(A)=n always

For homogeneous system AX=0, it always has

A At least trivial solution
B No solution
C Unique nontrivial solution
D Infinite always

Area of a triangle using coordinates can be found using

A Trace
B Transpose
C Determinant
D Identity matrix

Leave a Reply

Your email address will not be published. Required fields are marked *