Linear Transformations and Matrices

Description: This quiz covers the concepts of linear transformations and matrices, including their properties, operations, and applications.
Number of Questions: 15
Created by:
Tags: linear transformations matrices eigenvalues eigenvectors matrix operations
Attempted 0/15 Correct 0 Score 0

Which of the following is a linear transformation?

  1. f(x) = x^2

  2. f(x) = sin(x)

  3. f(x) = 2x + 3

  4. f(x) = |x|


Correct Option: C
Explanation:

A linear transformation must satisfy the properties of linearity: additivity and homogeneity. f(x) = 2x + 3 satisfies these properties, while the other options do not.

What is the matrix representation of the linear transformation f(x) = 2x - 1?

  1. [[2, 0], [0, -1]]

  2. [[2, 1], [0, -1]]

  3. [[2, -1], [0, 1]]

  4. [[2, 0], [1, -1]]


Correct Option:
Explanation:

The matrix representation of a linear transformation is a matrix whose columns are the coordinates of the transformed basis vectors. In this case, the basis vector is [1, 0], and its transformed vector is [2, -1]. Therefore, the matrix representation is [[2, -1]].

What are the eigenvalues of the matrix [[2, 1], [-1, 2]]?

  1. 1 and 3

  2. 2 and 4

  3. 1 and -1

  4. 2 and -2


Correct Option: A
Explanation:

Eigenvalues are the values of lambda for which the equation (A - lambda*I)x = 0 has a non-trivial solution. Solving this equation for the given matrix, we get the characteristic polynomial lambda^2 - 4*lambda + 5 = 0. The roots of this polynomial are 1 and 3, which are the eigenvalues of the matrix.

Which of the following matrices is diagonalizable?

  1. [[2, 1], [-1, 2]]

  2. [[1, 2], [3, 4]]

  3. [[2, 3], [-3, 2]]

  4. [[1, 0], [0, 1]]


Correct Option: C
Explanation:

A matrix is diagonalizable if it is similar to a diagonal matrix. This means that there exists an invertible matrix P such that P^-1*A*P is a diagonal matrix. The matrix [[2, 3], [-3, 2]] is diagonalizable because it has distinct eigenvalues and a complete set of eigenvectors.

What is the determinant of the matrix [[1, 2], [3, 4]]?

  1. -2

  2. 2

  3. -4

  4. 4


Correct Option: A
Explanation:

The determinant of a matrix is a scalar value that can be calculated using various methods. For a 2x2 matrix, the determinant is given by the formula det([[a, b], [c, d]]) = ad - bc. In this case, det([[1, 2], [3, 4]]) = (1)(4) - (2)(3) = -2.

Which of the following matrices is invertible?

  1. [[1, 2], [3, 6]]

  2. [[2, 1], [1, 2]]

  3. [[0, 1], [0, 0]]

  4. [[1, 0], [0, 1]]


Correct Option: B
Explanation:

An invertible matrix is a square matrix that has an inverse matrix. The inverse matrix is a matrix that, when multiplied by the original matrix, results in the identity matrix. The matrix [[2, 1], [1, 2]] is invertible because its determinant is non-zero.

What is the null space of the matrix [[1, 2], [3, 4]]?

  1. The set of all vectors x such that Ax = 0

  2. The set of all vectors x such that Ax = 1

  3. The set of all vectors x such that Ax = 2

  4. The set of all vectors x such that Ax = 3


Correct Option: A
Explanation:

The null space of a matrix A is the set of all vectors x such that Ax = 0. This is also known as the kernel of the linear transformation represented by A.

Which of the following is an orthogonal matrix?

  1. [[1, 0], [0, 1]]

  2. [[1, 2], [3, 4]]

  3. [[0, 1], [1, 0]]

  4. [[1, 2], [2, 1]]


Correct Option: A
Explanation:

An orthogonal matrix is a square matrix whose inverse is equal to its transpose. This means that the rows and columns of an orthogonal matrix are orthogonal to each other. The matrix [[1, 0], [0, 1]] is orthogonal because its inverse is also [[1, 0], [0, 1]].

What is the rank of the matrix [[1, 2, 3], [4, 5, 6], [7, 8, 9]]?

  1. 1

  2. 2

  3. 3

  4. 4


Correct Option: B
Explanation:

The rank of a matrix is the maximum number of linearly independent rows or columns in the matrix. The matrix [[1, 2, 3], [4, 5, 6], [7, 8, 9]] has rank 2 because its first two rows are linearly independent, but its third row is a linear combination of the first two rows.

Which of the following is a singular matrix?

  1. [[1, 2], [3, 4]]

  2. [[2, 1], [1, 2]]

  3. [[0, 1], [0, 0]]

  4. [[1, 0], [0, 1]]


Correct Option: C
Explanation:

A singular matrix is a square matrix whose determinant is zero. The matrix [[0, 1], [0, 0]] is singular because its determinant is 0.

What is the trace of the matrix [[1, 2], [3, 4]]?

  1. 5

  2. 7

  3. 9

  4. 11


Correct Option: A
Explanation:

The trace of a matrix is the sum of its diagonal elements. The trace of the matrix [[1, 2], [3, 4]] is 1 + 4 = 5.

Which of the following matrices is symmetric?

  1. [[1, 2], [3, 4]]

  2. [[2, 1], [1, 2]]

  3. [[0, 1], [1, 0]]

  4. [[1, 0], [0, 1]]


Correct Option: B
Explanation:

A symmetric matrix is a square matrix that is equal to its transpose. The matrix [[2, 1], [1, 2]] is symmetric because its transpose is also [[2, 1], [1, 2]].

What is the product of the matrices [[1, 2], [3, 4]] and [[5, 6], [7, 8]]?

  1. [[19, 22], [43, 50]]

  2. [[17, 20], [39, 46]]

  3. [[21, 24], [47, 54]]

  4. [[15, 18], [35, 42]]


Correct Option: A
Explanation:

The product of two matrices is calculated by multiplying the elements of the rows of the first matrix by the elements of the columns of the second matrix and adding the products. The product of the matrices [[1, 2], [3, 4]] and [[5, 6], [7, 8]] is [[19, 22], [43, 50]].

Which of the following is an elementary matrix?

  1. [[1, 2], [3, 4]]

  2. [[2, 1], [1, 2]]

  3. [[0, 1], [1, 0]]

  4. [[1, 0], [0, 1]]


Correct Option: C
Explanation:

An elementary matrix is a square matrix that can be obtained from the identity matrix by performing a single elementary row operation. The matrix [[0, 1], [1, 0]] is an elementary matrix because it can be obtained from the identity matrix by swapping the first and second rows.

What is the adjoint of the matrix [[1, 2], [3, 4]]?

  1. [[4, -2], [-3, 1]]

  2. [[4, -3], [-2, 1]]

  3. [[4, -1], [-3, 2]]

  4. [[4, -2], [-1, 3]]


Correct Option: A
Explanation:

The adjoint of a matrix is the transpose of its cofactor matrix. The cofactor matrix of a matrix is obtained by replacing each element of the matrix with the determinant of the submatrix formed by deleting the row and column containing that element. The adjoint of the matrix [[1, 2], [3, 4]] is [[4, -2], [-3, 1]].

- Hide questions