Understand various matrix operations, matrix decompositions, factorization and related operations
1. The identity matrix of order 3 is:
2. If A =
[2 3]
[1 4]
and B =
[1 0]
[2 1]
then A + B equals:
[2 3]
[1 4]
and B =
[1 0]
[2 1]
then A + B equals:
3. If A =
[a b]
[c d]
then det(A) equals:
[a b]
[c d]
then det(A) equals:
4. For vectors u and v of length n, the outer product u vT has size:
5. The transpose of A =
[3 8 4]
[-6 -1 -4]
[7 5 -2] is:
[3 8 4]
[-6 -1 -4]
[7 5 -2] is:
6. A matrix that is NOT invertible is called:
7. The rank of a matrix equals the:
8. Which condition implies an n×n matrix is invertible?
9. Vectors u = [2 4 2] and v = [1 2 1] are:
10. Vectors a1,...,an are linearly independent when:
11. Vectors are linearly dependent when:
12. Eigenvalues of a Hermitian matrix are:
13. If matrix A =
[1 2]
[3 4]
which of the following statements is true about its eigenvalues?
[1 2]
[3 4]
which of the following statements is true about its eigenvalues?
14. Let A =
[2 0]
[0 3]
Which matrix B commutes with A (i.e., AB = BA)?
[2 0]
[0 3]
Which matrix B commutes with A (i.e., AB = BA)?
15. Consider matrix A =
[0 1]
[-2 -3]
What is the trace and determinant of A?
[0 1]
[-2 -3]
What is the trace and determinant of A?
16. For a 3×3 matrix A, if its rank is 2, what can be inferred?
17. If a matrix A is orthogonal, which of the following is always true?
18. If matrix A has eigenvalues 1, 2, and 3, what is the determinant of A?
19. If A is a square matrix such that A² = I, what are the possible eigenvalues of A?
20. Which of the following matrices is not invertible?
21. If A is a 3×3 matrix and det(A) = 5, what is det(2A)?
22. Which statement is true for any symmetric real matrix?
23. If A is a 2×2 invertible matrix, which of the following must also be invertible?
24. What is the rank of matrix
[1 2]
[2 4]?
[1 2]
[2 4]?
25. Which of the following matrices is symmetric?
26. What is the trace of matrix
[2 1]
[3 4]?
[2 1]
[3 4]?
27. Which transformation preserves the length of vectors?
28. If A is diagonalizable, then it must have...
29. Which matrix is idempotent (A² = A)?
30. What does the nullity of a matrix refer to?
31. If matrix A is singular, what does it imply?
32. The product of a matrix and its transpose is always...