1.5.1 - Introduction and Types of Matrices.
1: What is a row matrix?
Correct Answer: B) A matrix with only one row
2: What is a column matrix?
Correct Answer: A) A matrix with only one column
3: What defines a square matrix?
Correct Answer: B) A matrix with equal number of rows and columns
4: What is a diagonal matrix?
Correct Answer: A) A matrix where all elements are zero except those on the diagonal
5: What is a scalar matrix?
Correct Answer: A) A diagonal matrix with all diagonal elements equal
6: What defines a symmetric matrix?
Correct Answer: B) A matrix where \(a_{ij} = a_{ji}\)
7: What is a skew-symmetric matrix?
Correct Answer: B) A matrix where \(a_{ij} = -a_{ji}\)
8: What is an identity matrix?
Correct Answer: B) A diagonal matrix with all diagonal elements equal to one
9: What defines an upper triangular matrix?
Correct Answer: A) A matrix with all elements below the principal diagonal equal to zero
10: What defines a lower triangular matrix?
Correct Answer: B) A matrix with all elements above the principal diagonal equal to zero
11: What is a singular matrix?
Correct Answer: A) A matrix where the determinant is zero
12: What is a non-singular matrix?
Correct Answer: B) A matrix where the determinant is non-zero
13: When are two matrices considered equal?
Correct Answer: B) When their corresponding elements are equal
1.5.2 - Addition, Substraction and Scaller Multiplication of Matrices.
14: What is the result of adding two matrices A and B?
Correct Answer: C) A matrix where each element is the sum of the corresponding elements of A and B
15: What is the result of subtracting matrix B from matrix A?
Correct Answer: C) A matrix where each element is the difference of the corresponding elements of A and B
16: What is a negative matrix?
Correct Answer: C) A matrix obtained by multiplying each element of the original matrix by -1
17: Which law states that \(A + B = B + A\) for matrices?
Correct Answer: B) Commutative Law
18: Which law states that \(A + (B + C) = (A + B) + C\) for matrices?
Correct Answer: B) Associative Law
19: What is the additive identity matrix?
Correct Answer: C) A matrix where all elements are 0
20: What is the additive inverse of matrix A?
Correct Answer: B) A matrix where each element is the negative of the corresponding element of A
21: What does the cancellation law for matrices state?
Correct Answer: A) If \(A + B = A + C\), then \(B = C\)
22: If matrices A and B are added and C is subtracted, which property ensures that \(A + (B - C) = (A + B) - C\)?
Correct Answer: B) Associative Law
1.5.3 - Multiplication of Matrices.
23: When can two matrices A and B be multiplied?
Correct Answer: A) When the number of columns in A is equal to the number of rows in B
24: Which property of matrix multiplication states that \((AB)C = A(BC)\)?
Correct Answer: B) Associative Law
25: Which property of matrix multiplication states that \(A(B + C) = AB + AC\)?
Correct Answer: A) Distributive Law
26: Which property of matrix multiplication states that \((A + B)C = AC + BC\)?
Correct Answer: A) Distributive Law
27: What does the Identity Law for matrices state?
Correct Answer: A) \(IA = A\) and \(AI = A\), where I is the identity matrix
28: If matrices A and B are such that the number of columns in A is equal to the number of rows in B, which operation is valid?
Correct Answer: C) Matrix Multiplication
29: Which property of matrix multiplication is used to solve \((AB)C = A(BC)\)?
Correct Answer: B) Associative Law
30: Which property of matrix multiplication allows us to write \(A(B + C) = AB + AC\)?
Correct Answer: B) Distributive Law
31: Which property of matrix multiplication allows us to write \((A + B)C = AC + BC\)?
Correct Answer: C) Distributive Law
32: If \(A\) is a 2x3 matrix and \(B\) is a 3x4 matrix, what is the dimension of the product \(AB\)?
Correct Answer: B) 2x4
1.5.4 - Transpose of Matrix.
33: What is the transpose of a matrix?
Correct Answer: B) A matrix formed by swapping the rows and columns of the original matrix
34: Which of the following represents the transpose of matrix A?
Correct Answer: B) A'
35: Which property of the transpose states that \((A')' = A\)?
Correct Answer: D) Double transpose
36: Which property of the transpose states that \((kA)' = kA'\), where k is a scalar?
Correct Answer: B) Transpose of a scalar multiple
37: Which property of the transpose states that \((A + B)' = A' + B'\)?
Correct Answer: A) Transpose of the sum of matrices
38: Which property of the transpose states that \((AB)' = B'A'\)?
Correct Answer: C) Transpose of a product of matrices
39: If matrix A is a 3x2 matrix, what will be the dimensions of \(A'\) (the transpose of A)?
Correct Answer: B) 2x3
40: Given two matrices A and B, which of the following is true regarding their transposes?
Correct Answer: B) \((AB)' = B'A'\)
41: If \(A'\) is the transpose of matrix A, what is the result of transposing \(A'\) again?
Correct Answer: A) A
42: What happens when the transpose of a matrix is multiplied by a scalar \(k\)?
Correct Answer: B) The scalar is distributed across all elements of the transpose
1.5.5 - Rank of Matrix.
43: What is the rank of a matrix?
Correct Answer: C) The largest order of any non-zero minor in the matrix
44: The rank of a matrix A is denoted by which symbol?
Correct Answer: B) ρ
45: What must be true about the minors of order r+1 for a matrix to have rank r?
Correct Answer: B) Every minor of order r+1 is zero
46: For a matrix A to have a rank r, what condition must a minor of order r satisfy?
Correct Answer: B) It must be non-singular
47: Which of the following statements is true regarding the rank of a matrix?
Correct Answer: D) The rank is the maximum order of a non-zero minor
48: If every square sub-matrix of order r+1 is singular, what does this imply about the rank r of the matrix?
Correct Answer: B) The rank is less than or equal to r
49: What does it mean if a matrix has a rank of zero?
Correct Answer: A) All elements in the matrix are zero
50: For a matrix A with rank r, what can be said about its square sub-matrix of order r+1?
Correct Answer: B) It is always singular
51: Which of the following is a correct method to determine the rank of a matrix?
Correct Answer: C) Finding the maximum order of a non-zero minor
52: Which of the following conditions does not directly relate to determining the rank of a matrix?
Correct Answer: C) The matrix has a non-zero determinant