Functions Involving Parameters, Vectors, and Matrices
If two matrices A and B are both invertible, what is also true about their product AB?
Product AB is invertible.
Product AB results in zero-matrix.
A and B are identical matrices.
Make sure it's not invertible.
Which matrix operation does not change the dimensions (number of rows and columns) of the original matrix?
Matrix addition with a different-sized matrix
Matrix multiplication with a nonconformable matrix
Scalar multiplication
Augmenting matrices together
How do you find the determinant of a 2x2 matrix ?
What operation does the following matrix perform on a vector: ?
Rotation by 90 degrees counterclockwise.
Scaling by a factor of two.
Reflection across the x-axis.
Rotation by 180 degrees counterclockwise.
Suppose M and N are both square matrices where . What conclusion can be drawn about their respective inverses, if they exist?
Assumes inverses do not exist and implies communality relates only to the original pair.
Incorrectly assumes the order matters when it comes to existence and incorrectly suggests that nature impacts the ability to compute inverses.
Assuming existence affects the relationship between the pairs and incorrectly suggests that nature impacts the ability to compute inverses.
Their inverses also commute.
Question #5: Which equation represents multiplication of matrices when Matrix C results from multiplying Matrix A (r x c) by Matrix B (c x p)?
What effect does multiplying each element of an identity matrix by -1 have on vectors multiplied by this new transformed Matrix?
The magnitude decreases but direction remains same
No change occurs to vectors multiplied
The magnitude increases but direction remains same
The orientation is reversed (reflected through origin)

How are we doing?
Give us your feedback and let us know how we can improve
If a matrix has size and another matrix has size , which condition must be satisfied for to exist?
If matrix A has dimensions 2x3 and matrix B can be multiplied with A to result in a 2x2 matrix, what are the dimensions of B?
3x2
2x1
3x3
2x3
Given a 2x2 matrix A representing a linear transformation in the plane, which determinant value would indicate that A does not have an inverse?
2
1
0
-1