Chapter 11: Matrices and Determinants (Set-3)

A square matrix A satisfies Aᵀ = A and has size

A m ≠ n
B 1 × n
C n × 1
D n × n

For matrices A and B, if AB is defined, the number of columns of AB equals

A Rows of A
B Rows of B
C Columns of B
D Columns of A

When is BA defined if A is 2×3 and B is 3×2

A Never defined
B Always defined
C Only if square
D Only if det nonzero

If A is 2×3 and B is 3×2, order of BA is

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

For any square matrix A, det(−A) for n×n equals

A (−1)ⁿ det(A)
B −det(A) always
C det(A)/2
D det(A)²

If A is 4×4 and det(A)=3, then det(−A) equals

A −3
B 3
C 12
D 1/3

If A is 3×3 and det(A)=3, then det(−A) equals

A 3
B 9
C 1/3
D −3

If A is invertible, then det(AᵀA) equals

A det(A)
B 1/det(A)
C det(A)²
D 0 always

If A is orthogonal, then det(A) must be

A 0 only
B ±1
C 1 only
D Any real

For a diagonal matrix, determinant equals

A Sum of diagonal
B Sum of all entries
C Always 1
D Product diagonal

If A has a row of all zeros, then det(A) is

A 0
B 1
C Depends on trace
D Depends on rank

If A has two proportional rows, then det(A) is

A Nonzero
B Always 1
C Zero
D Always −1

If A is invertible, then (A⁻¹)ᵀ equals

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

If AB=I, then B is

A adj(A)
B Aᵀ
C Zero matrix
D A⁻¹

If A is invertible, then inverse of A⁻¹ is

A A
B Aᵀ
C adj(A)
D 0 matrix

If det(A)=2, then det(adj(A)) for 3×3 A equals

A 2
B 4
C 8
D 16

For n×n matrix, A·adj(A) equals

A det(A)A
B adj(A)I
C det(A)I
D det(A)0

If det(A)=0, then A·adj(A) equals

A I
B det(A)I
C 0 matrix
D adj(A)

A matrix satisfying A²=I is best called

A Idempotent
B Nilpotent
C Singular
D Involutory

A matrix satisfying A²=A is best called

A Involutory
B Orthogonal
C Idempotent
D Skew-symmetric

For any square A, trace(Aᵀ) equals

A −trace(A)
B trace(A)
C 1/trace(A)
D trace(A)²

Trace is linear, meaning trace(A+B) equals

A trace(A)trace(B)
B trace(A)−trace(B)
C trace(A)/trace(B)
D trace(A)+trace(B)

For square matrices, trace(AB) equals

A trace(A)+trace(B)
B trace(A)trace(B)
C trace(BA)
D trace(AᵀBᵀ) only

If A is skew-symmetric of odd order, det(A) is

A Always 0
B Always 1
C Always −1
D Any real

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

A Always unique
B Always solvable
C Always inconsistent
D Not guaranteed unique

For a homogeneous system AX=0 with det(A)≠0, solutions are

A Infinitely many
B Only trivial
C No solution
D Two solutions

For a homogeneous system AX=0 with det(A)=0, it has

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

Cramer’s rule is valid for

A Square with det≠0
B Rectangular systems
C Any consistent system
D Only homogeneous system

In Cramer’s rule, Dᵢ is formed by replacing

A i-th row
B main diagonal
C last column only
D i-th column

If det(A)=0 and rank(A)=rank([A|B])=r<n, system has

A No solution
B Infinite solutions
C Unique solution
D Two solutions

If rank(A) < rank([A|B]), then the system is

A Consistent
B Unique always
C Homogeneous
D Inconsistent

In row echelon form, pivot positions are located

A Any column
B Always last column
C Moving right downward
D Only diagonal

In reduced row echelon form, each pivot column has

A Zeros above and below
B Zeros below only
C Ones only
D Random entries

Determinant changes sign when performing

A Rᵢ → Rᵢ + kRⱼ
B Rᵢ ↔ Rⱼ
C Multiply whole matrix
D Add columns together

If one row is multiplied by 3 and another by 2, det scales by

A 5
B 1/6
C 0
D 6

For 3×3 A, if two rows are swapped twice, determinant becomes

A −D
B 0
C D
D 2D

If det(A)=5, det(Aᵀ)=

A 0
B 5
C −5
D 25

If A is 3×3 and det(A)=2, then det(A²) equals

A 2
B 6
C 8
D 4

If A is invertible, then det(Aᵀ)det(A⁻¹) equals

A 0
B 1
C det(A)
D det(A)²

If A is 2×2 with det(A)=1, then det(adj(A)) equals

A 0
B 2
C 1
D −1

Which type of matrix commutes with every square matrix B of same order

A Diagonal matrix
B Symmetric matrix
C Triangular matrix
D Scalar matrix

A matrix P satisfying P²=P and Pᵀ=P is called

A Projection matrix
B Rotation matrix
C Nilpotent matrix
D Singular always

If A is orthogonal, then (A⁻¹)ᵀ equals

A Aᵀ
B A
C −A
D adj(A)

If A is invertible and AB=AC, then B equals

A A
B B+C
C C
D Cannot decide

If A is invertible and BA=CA, then B equals

A A
B I
C Cannot decide
D C

A 2D area by determinant of vectors u=(x₁,y₁), v=(x₂,y₂) is

A x₁x₂+y₁y₂
B |x₁y₂−y₁x₂|
C x₁y₂+y₁x₂
D |x₁x₂−y₁y₂|

The 2D triangle area from two vectors u and v is

A |det(u,v)|
B 2|det(u,v)|
C (1/2)|det(u,v)|
D det(u,v) only

In simple cryptography, a message vector is often transformed by

A Matrix multiplication
B Transpose only
C Determinant expansion
D Row swapping

A matrix with det(A)=1 preserves

A Area only
B Volume scale
C Orientation always
D Length always

If det(A)=−1, then the transformation typically

A Preserves orientation
B Makes zero area
C Reverses orientation
D Becomes singular

Leave a Reply

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