Q. If A is a 2x2 matrix and B is a 2x2 matrix, what is the order of the product AB? (2019)
A.
2x2
B.
2x3
C.
3x2
D.
3x3
Show solution
Solution
The order of the product of two matrices is determined by the outer dimensions. Since both A and B are 2x2 matrices, their product AB will also be a 2x2 matrix.
Correct Answer:
A
— 2x2
Learn More →
Q. If A is a 2x2 matrix and B is a 2x3 matrix, what is the order of the product AB? (2019)
A.
2x2
B.
2x3
C.
3x2
D.
2x5
Show solution
Solution
The order of the product of two matrices is determined by the outer dimensions. Here, A (2x2) and B (2x3) can be multiplied, resulting in a matrix of order 2x3.
Correct Answer:
B
— 2x3
Learn More →
Q. If A is a 3x3 matrix and B is a 3x3 matrix, what is the maximum number of non-zero elements in A + B? (2021)
Show solution
Solution
The maximum number of non-zero elements in the sum of two matrices occurs when all elements of both matrices are non-zero. Therefore, A + B can have a maximum of 9 non-zero elements.
Correct Answer:
A
— 9
Learn More →
Q. If A is a 3x3 matrix and B is a 3x3 matrix, what is the maximum order of the resultant matrix when A is added to B? (2021)
A.
3x3
B.
3x2
C.
2x3
D.
3x1
Show solution
Solution
The sum of two matrices of the same order results in a matrix of the same order. Therefore, A + B will be a 3x3 matrix.
Correct Answer:
A
— 3x3
Learn More →
Q. If A is a 3x3 matrix and B is a 3x3 matrix, what is the maximum order of the resultant matrix when A is multiplied by B? (2022)
A.
3x3
B.
6x6
C.
9x9
D.
3x6
Show solution
Solution
The order of the resultant matrix when two matrices are multiplied is determined by the outer dimensions. Here, both A and B are 3x3, so the product AB is also 3x3.
Correct Answer:
A
— 3x3
Learn More →
Q. If A is a 3x3 matrix and B is a 3x3 matrix, what is the maximum order of the resultant matrix AB? (2023)
A.
3x3
B.
2x2
C.
3x2
D.
2x3
Show solution
Solution
The product of two matrices A and B, both of order 3x3, will also be a matrix of order 3x3.
Correct Answer:
A
— 3x3
Learn More →
Q. If A is a 3x3 matrix and B is a 3x3 matrix, what is the order of A + B? (2023)
A.
3x3
B.
3x2
C.
2x3
D.
3x1
Show solution
Solution
The order of the sum of two matrices is the same as the order of the individual matrices. Therefore, A + B is a 3x3 matrix.
Correct Answer:
A
— 3x3
Learn More →
Q. If A is a 3x3 matrix and B is a 3x3 matrix, what is the order of the matrix A + B? (2019)
A.
3x3
B.
3x2
C.
2x3
D.
3x1
Show solution
Solution
The sum of two matrices is defined only when they have the same order. Since both A and B are 3x3 matrices, A + B will also be a 3x3 matrix.
Correct Answer:
A
— 3x3
Learn More →
Q. If A is a 3x3 matrix and B is a 3x3 matrix, what is the order of the matrix product AB? (2021)
A.
3x3
B.
2x2
C.
3x2
D.
2x3
Show solution
Solution
The product of two matrices A and B, both of order 3x3, will also be a matrix of order 3x3.
Correct Answer:
A
— 3x3
Learn More →
Q. If A is a 3x3 matrix, how many elements does it have? (2023)
Show solution
Solution
A 3x3 matrix has 3 rows and 3 columns, resulting in a total of 3 * 3 = 9 elements.
Correct Answer:
B
— 9
Learn More →
Q. If A is a 3x3 matrix, what is the maximum number of linearly independent rows it can have? (2023)
Show solution
Solution
A 3x3 matrix can have a maximum of 3 linearly independent rows, but the answer options are incorrect. The correct answer is 3.
Correct Answer:
C
— 3
Learn More →
Q. If a matrix has more columns than rows, it is called a: (2022)
A.
Row matrix
B.
Column matrix
C.
Rectangular matrix
D.
Square matrix
Show solution
Solution
A matrix with more columns than rows is referred to as a rectangular matrix.
Correct Answer:
C
— Rectangular matrix
Learn More →
Q. If a matrix is both upper triangular and lower triangular, what type of matrix is it? (2020)
A.
Zero matrix
B.
Identity matrix
C.
Diagonal matrix
D.
Square matrix
Show solution
Solution
A matrix that is both upper and lower triangular must have non-zero elements only on the diagonal, making it a diagonal matrix.
Correct Answer:
C
— Diagonal matrix
Learn More →
Q. If a matrix is diagonal, what can be said about its non-diagonal elements? (2020)
A.
They are all zero
B.
They are all one
C.
They can be any value
D.
They are negative
Show solution
Solution
In a diagonal matrix, all non-diagonal elements are zero.
Correct Answer:
A
— They are all zero
Learn More →
Q. If a matrix is diagonal, which of the following must be true? (2020)
A.
All elements are zero
B.
Only diagonal elements are non-zero
C.
All elements are equal
D.
It is a square matrix
Show solution
Solution
A diagonal matrix has non-zero elements only on its main diagonal, while all other elements are zero.
Correct Answer:
B
— Only diagonal elements are non-zero
Learn More →
Q. If a matrix is said to be orthogonal, what property does it have?
A.
All elements are zero
B.
Transpose is equal to its inverse
C.
All diagonal elements are equal
D.
It is a square matrix
Show solution
Solution
An orthogonal matrix is defined as a square matrix whose transpose is equal to its inverse.
Correct Answer:
B
— Transpose is equal to its inverse
Learn More →
Q. If a matrix is said to be skew-symmetric, what must be true about its elements? (2023)
A.
All elements are zero
B.
a_ij = -a_ji
C.
a_ij = a_ji
D.
All diagonal elements are zero
Show solution
Solution
A skew-symmetric matrix satisfies the condition a_ij = -a_ji for all i and j.
Correct Answer:
B
— a_ij = -a_ji
Learn More →
Q. If a matrix is symmetric, what can be said about its elements? (2021)
A.
Aij = Aji
B.
Aij = -Aji
C.
Aij = 0
D.
Aij = Aii
Show solution
Solution
A symmetric matrix satisfies the condition Aij = Aji for all i and j.
Correct Answer:
A
— Aij = Aji
Learn More →
Q. If a matrix is symmetric, what property does it have?
A.
A = A^T
B.
A = -A
C.
A^2 = I
D.
A = 0
Show solution
Solution
A symmetric matrix is defined by the property A = A^T, meaning it is equal to its transpose.
Correct Answer:
A
— A = A^T
Learn More →
Q. If a matrix is symmetric, which of the following must be true? (2021)
A.
A = A^T
B.
A = -A^T
C.
A^2 = I
D.
A^T = 0
Show solution
Solution
A matrix A is symmetric if it is equal to its transpose, i.e., A = A^T.
Correct Answer:
A
— A = A^T
Learn More →
Q. What is the determinant of a 1x1 matrix [[5]]? (2021)
Show solution
Solution
The determinant of a 1x1 matrix is simply the value of the single element. Therefore, the determinant of [[5]] is 5.
Correct Answer:
B
— 5
Learn More →
Q. What is the determinant of a 2x2 matrix A = [[a, b], [c, d]]? (2021)
A.
ad - bc
B.
ab + cd
C.
ac + bd
D.
ad + bc
Show solution
Solution
The determinant of a 2x2 matrix is calculated as ad - bc.
Correct Answer:
A
— ad - bc
Learn More →
Q. What is the determinant of a 2x2 matrix [[a, b], [c, d]]? (2020)
A.
ad - bc
B.
ab + cd
C.
ac - bd
D.
bc - ad
Show solution
Solution
The determinant of a 2x2 matrix is calculated as ad - bc.
Correct Answer:
A
— ad - bc
Learn More →
Q. What is the order of a matrix with 3 rows and 4 columns? (2021)
A.
3x4
B.
4x3
C.
3x3
D.
4x4
Show solution
Solution
The order of a matrix is given by the number of rows followed by the number of columns. Therefore, a matrix with 3 rows and 4 columns is of order 3x4.
Correct Answer:
A
— 3x4
Learn More →
Q. What is the trace of a 2x2 matrix A = [[3, 2], [1, 4]]? (2022)
Show solution
Solution
The trace of a matrix is the sum of its diagonal elements. For matrix A, the trace is 3 + 4 = 7.
Correct Answer:
B
— 6
Learn More →
Q. What is the trace of a 2x2 matrix A = [[a, b], [c, d]]? (2022)
A.
a + b + c + d
B.
a + d
C.
b + c
D.
a * d
Show solution
Solution
The trace of a matrix is the sum of its diagonal elements. For matrix A, the trace is a + d.
Correct Answer:
B
— a + d
Learn More →
Q. What is the trace of a 2x2 matrix [[a, b], [c, d]]? (2019)
A.
a + b
B.
b + c
C.
a + d
D.
c + d
Show solution
Solution
The trace of a matrix is the sum of its diagonal elements. For the matrix [[a, b], [c, d]], the trace is a + d.
Correct Answer:
C
— a + d
Learn More →
Q. What is the trace of a matrix?
A.
Sum of all elements
B.
Sum of diagonal elements
C.
Product of diagonal elements
D.
None of the above
Show solution
Solution
The trace of a matrix is defined as the sum of the elements on the main diagonal.
Correct Answer:
B
— Sum of diagonal elements
Learn More →
Q. What is the trace of a square matrix? (2022)
A.
Sum of all elements
B.
Product of diagonal elements
C.
Sum of diagonal elements
D.
Difference of diagonal elements
Show solution
Solution
The trace of a square matrix is defined as the sum of the elements on its main diagonal.
Correct Answer:
C
— Sum of diagonal elements
Learn More →
Q. What type of matrix has all its diagonal elements as 1 and all other elements as 0? (2023)
A.
Identity matrix
B.
Zero matrix
C.
Diagonal matrix
D.
Scalar matrix
Show solution
Solution
An identity matrix is defined as a square matrix with all diagonal elements equal to 1 and all other elements equal to 0.
Correct Answer:
A
— Identity matrix
Learn More →
Showing 1 to 30 of 45 (2 Pages)