Linear Transformations and Matrices
This quiz covers the concepts of linear transformations and matrices, including their properties, operations, and applications.
Questions
Which of the following is a linear transformation?
- f(x) = x^2
- f(x) = sin(x)
- f(x) = 2x + 3
- f(x) = |x|
What is the matrix representation of the linear transformation f(x) = 2x - 1?
- [[2, 0], [0, -1]]
- [[2, 1], [0, -1]]
- [[2, -1], [0, 1]]
- [[2, 0], [1, -1]]
What are the eigenvalues of the matrix [[2, 1], [-1, 2]]?
- 1 and 3
- 2 and 4
- 1 and -1
- 2 and -2
Which of the following matrices is diagonalizable?
- [[2, 1], [-1, 2]]
- [[1, 2], [3, 4]]
- [[2, 3], [-3, 2]]
- [[1, 0], [0, 1]]
What is the determinant of the matrix [[1, 2], [3, 4]]?
- -2
- 2
- -4
- 4
Which of the following matrices is invertible?
- [[1, 2], [3, 6]]
- [[2, 1], [1, 2]]
- [[0, 1], [0, 0]]
- [[1, 0], [0, 1]]
What is the null space of the matrix [[1, 2], [3, 4]]?
- The set of all vectors x such that Ax = 0
- The set of all vectors x such that Ax = 1
- The set of all vectors x such that Ax = 2
- The set of all vectors x such that Ax = 3
Which of the following is an orthogonal matrix?
- [[1, 0], [0, 1]]
- [[1, 2], [3, 4]]
- [[0, 1], [1, 0]]
- [[1, 2], [2, 1]]
What is the rank of the matrix [[1, 2, 3], [4, 5, 6], [7, 8, 9]]?
- 1
- 2
- 3
- 4
Which of the following is a singular matrix?
- [[1, 2], [3, 4]]
- [[2, 1], [1, 2]]
- [[0, 1], [0, 0]]
- [[1, 0], [0, 1]]
What is the trace of the matrix [[1, 2], [3, 4]]?
- 5
- 7
- 9
- 11
Which of the following matrices is symmetric?
- [[1, 2], [3, 4]]
- [[2, 1], [1, 2]]
- [[0, 1], [1, 0]]
- [[1, 0], [0, 1]]
What is the product of the matrices [[1, 2], [3, 4]] and [[5, 6], [7, 8]]?
- [[19, 22], [43, 50]]
- [[17, 20], [39, 46]]
- [[21, 24], [47, 54]]
- [[15, 18], [35, 42]]
Which of the following is an elementary matrix?
- [[1, 2], [3, 4]]
- [[2, 1], [1, 2]]
- [[0, 1], [1, 0]]
- [[1, 0], [0, 1]]
What is the adjoint of the matrix [[1, 2], [3, 4]]?
- [[4, -2], [-3, 1]]
- [[4, -3], [-2, 1]]
- [[4, -1], [-3, 2]]
- [[4, -2], [-1, 3]]