Functions Involving Parameters, Vectors, and Matrices
What is the result when a 2x2 identity matrix is multiplied by a 2x2 matrix ?
If each element of a square matrix Q represents a flow rate from one reservoir to another with four reservoirs total, what property must Q have for all water levels to remain constant over time?
Q has equal diagonal elements.
Q has symmetric elements across the diagonal.
Each row sum equals zero.
Each column sum equals zero.
What is the result when any real number is multiplied by one?
Negative of the original number
The original number
Zero
One
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
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.
Which of the following represents the identity matrix?
[[1,1],[1,1]]
[[1,0],[0,1]]
[[-1,0],[0,-1]]
[[0,0],[0,0]]

How are we doing?
Give us your feedback and let us know how we can improve
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]
Which operation can you use to find a missing value in a system of equations represented by matrices?
Scalar multiplication
Matrix inversion
Matrix subtraction
Determinant calculation
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 .