NEW
Font size
WorksheetsLinear Algebra Multiple-Choice Exam
Total questions: 50
Worksheet time: 22mins
What is the solution to the system: x + y = 6 and x - y = 2?
(4, 2)
(3, 3)
(2, 4)
(5, 1)
Solve: 2x + 3y = 12 and x - y = 1
(3, 2)
(2, 3)
(1, 4)
(4, 1)
Solve the system: x + y + z = 6, 2x - y + z = 3, x + 2y - z = 2
(1, 2, 3)
(2, 1, 3)
(1, 1, 4)
(0, 2, 4)
In the system: x + 2y = 7, 3x - y = 5, what is the value of x?
1
2
3
4
Solve using substitution: x = y + 1, 2x + y = 8
(2, 1)
(3, 2)
(5, 4)
(4, 3)
The reduced row echelon form of [[1, 2 | 5], [2, 4 | 10]] is:
No solution
Infinite solutions
Unique solution
Cannot be determined
Gauss-Jordan elimination converts a matrix into:
Diagonal form
Row echelon form
Reduced row echelon form
Identity matrix
Which operation is not allowed in Gauss-Jordan elimination?
Switching rows
Multiplying a row by a constant
Adding a multiple of one row to another
Dividing one row by another
If the augmented matrix leads to a row like [0 0 | 5], the system is:
Consistent
Inconsistent
Dependent
Homogeneous
What is the first step in Gauss-Jordan elimination?
Make all entries 0
Make leading entry 1
Subtract rows
Switch columns
Which of the following is true for any matrix A?
A + A = 0
A * 0 = A
A + 0 = A
A - A = A
If A is a 3x3 matrix, which of the following is also a 3x3 matrix?
A^T
A + A
2A
All of the above
The identity matrix satisfies which property?
A + I = A
AI = IA = A
I + I = A
A - I = 0
If A * B ≠ B * A, the operation is:
Associative
Commutative
Distributive
Nonlinear
Which is always true for any square matrix A?
A^2 = A
A^T = A
det(A) = 1
None of the above
If A = [[1, 2], [3, 4]], what is 2A?
[[2, 4], [6, 8]]
[[1, 2], [3, 4]]
[[4, 8], [12, 16]]
None of the above
What is the transpose of [[1, 2], [3, 4]]?
[[1, 3], [2, 4]]
[[4, 3], [2, 1]]
[[2, 1], [4, 3]]
[[1, 2], [3, 4]]
Matrix multiplication is:
Always commutative
Sometimes commutative
Never commutative
Commutative for identity matrices only
Which matrix operation is not defined for all matrices?
Transpose
Scalar multiplication
Multiplication
Addition
What is the product of A = [1, 2], B = [3; 4]?
11
10
8
7
What kind of matrix is commonly used in encoding messages?
Identity
Encryption
Transformation
Key
The Hill Cipher uses:
Matrix multiplication
Matrix addition
Transpose operation
Determinants only
In cryptography, the inverse of a key matrix is needed for:
Encoding
Decoding
Multiplying
Transposing
If the determinant of a key matrix is 0, then:
It can be inverted
It is singular
It is usable
It is valid
Which is true in Hill Cipher encoding?
Only addition is used
Characters are converted to numbers
Matrices are transposed
No inverse matrix is needed
What is the determinant of [[1, 2], [3, 4]]?
-2
2
-5
5
The determinant of a 2x2 matrix [[a, b], [c, d]] is:
ad - bc
ab + cd
ac - bd
ab - cd
If det(A) = 0, matrix A is:
Invertible
Singular
Orthogonal
Diagonal
Determinant of a 3x3 matrix can be computed using:
Cross multiplication
Diagonal method
Cofactor expansion
Row reduction only
Which property holds for determinants?
det(AB) = det(A) + det(B)
det(AB) = det(A)det(B)
det(A+B) = det(A) + det(B)
det(A^T) = -det(A)
Which rule uses determinants to solve linear systems?
Gauss Rule
Cramer's Rule
Elimination Rule
Hill Rule
Cramer's Rule is applicable when the coefficient matrix is:
Singular
Non-invertible
Invertible
Diagonal
If det(A) = 0 in Cramer's Rule, the system has:
A unique solution
No solution or infinite solutions
Infinite solutions only
No solution only
To find x in Cramer's Rule, replace which column with constants?
First
Last
Column of x
Any column
Cramer's Rule is limited to systems with:
Infinite solutions
Non-square matrices
Square matrices
At least one solution
Vectors are linearly independent if:
One can be written as a combo of others
No vector is a combo of the others
They all lie on a line
They are equal
A set of vectors is dependent if:
They are orthogonal
One is a linear combo of the others
They span R^n
Their dot product is zero
Which condition means dependence in R^3?
3 vectors lie in a plane
2 vectors lie on a line
3 vectors span R^3
2 vectors are orthogonal
Linear combination means:
Addition of vectors
Scaling and adding vectors
Dot product of vectors
Projection of one onto another
If a matrix has a zero row after reduction, its columns are:
Linearly dependent
Orthogonal
Normalized
Independent
Which set is a vector space?
Positive real numbers
All 2x2 matrices
Odd integers
Real roots of x^2=1
A subspace must be:
Closed under addition only
Closed under scalar multiplication only
Closed under both
A finite set
Zero vector is required in:
Subspace
Linearly independent set
Vector sum
Basis
If u and v are in a subspace, then:
u+v is not in the subspace
u+v is in the subspace
u-v is not in subspace
v/u is in subspace
The set of all polynomials is a:
Vector
Matrix
Vector space
Subset
The rank of a matrix is:
Number of columns
Number of rows
Number of pivot positions
Number of zeros
If a matrix has full rank, it means:
All rows are zero
It is invertible
It has a zero determinant
It has no solution
Rank is used to determine:
Number of variables
Number of constants
Solution of the system
Consistency of the system
Which operation preserves rank?
Row swapping
Adding multiple rows to another
Scaling rows
All of the above
If the rank of a coefficient matrix equals the rank of the augmented matrix, the system is:
Inconsistent
Consistent
Singular
Homogeneous
