Functions Involving Parameters, Vectors, and Matrices
If matrix A represents a function that rotates points in the plane 90 degrees counterclockwise, what would be the result of applying this function twice?
A function that returns points to their original position.
A function that reflects points across the x-axis.
A function that rotates points 180 degrees counterclockwise.
A function that shifts points up by 90 units on the plane.
What is the result of multiplying a 2x2 identity matrix by a 2x1 column matrix [3, 5]?
[0, 0]
[6, 10]
[3, 5]
[1, 1]
Given a function representing a rotation transformation, what condition must satisfy so that exists?
Each element on 's main diagonal has to exceed unity after some power applied.
's eigenvalues should sum up to zero.
Trace(), summing up all diagonal elements, needs to match the number of dimensionality the space operates within.
must be orthogonal with determinant .
If and , what is the result of the matrix multiplication ?
AB does not exist due to dimensional disagreement.
What is the result when you multiply a 2x2 identity matrix by any 2x2 matrix?
The original 2x2 matrix.
A scalar multiple of the original matrix.
A zero matrix.
An undefined result.
What do you get when you multiply a matrix by its inverse?
The zero matrix corresponding to the size of the original matrix
The original matrix multiplied by a two
The identity matrix corresponding to the size of the original matrix
A random matrix of equal dimensions
What is the result when any real number is multiplied by one?
Negative of the original number
The original number
Zero
One

How are we doing?
Give us your feedback and let us know how we can improve
If , , and are real numbers, which property demonstrates that ?
Distributive Property
Commutative Property of Addition
Identity Property of Addition
Associative Property of Addition
If you multiply any vector by an identity matrix of suitable size, what will be the result?
The inverse of the vector
A zero vector
The original vector
A scalar multiple of the vector
Which property describes that for all real numbers a and b, if ?
Distributive Property
Commutative Property of Multiplication
Associative Property of Multiplication
Inverse Property of Multiplication