Precalculus Flashcards: Matrix Transformations Of Vectors
Study Matrix Transformations Of Vectors in Precalculus with focused flashcards that help you recognize the idea, recall the key rule, and apply it in practice-style prompts.
Precalculus
Matrix Transformations Of Vectors
0 mastered0 still learning
0% Complete
01
QUESTION
1/ 40
What is the result of applying A then B to a vector v, written as one matrix times v?
Tap card or press Space to flip
01
ANSWER
B(Av)=(BA)v. Composition of transformations equals product of matrices.
How well did you know it?
Got it!
Still Learning
Card 1 / 40
Space to flip · ← / → to move · once flipped, → Got it · ← Still learning
What this deck covers
This deck focuses on Matrix Transformations Of Vectors, giving you a quick way to review the definitions, rules, and examples that matter most for Precalculus.
How to use these flashcards
Work through these flashcards in short sessions. Try to answer each prompt before flipping the card, then revisit any cards you miss until the explanation feels automatic.
All flashcards
Flashcard 1: What is the result of applying A then B to a vector v, written as one matrix times v?
Answer: B(Av)=(BA)v. Composition of transformations equals product of matrices.
Flashcard 2: What is the output type of multiplying a matrix A by a column vector v (with compatible dimensions)?
Answer: A column vector (a matrix of size m×1). Matrix-vector multiplication preserves the column structure.
Flashcard 3: What is A(11) if A=(24−13)?
Answer: (17). 2(1)+(−1)(1)=1; 4(1)+3(1)=7.
Flashcard 4: What is Ae2 for A=(acbd) and e2=(01)?
Answer: (bd). Multiplying by e2 selects second column of A.
Flashcard 5: What is Ae1 for A=(acbd) and e1=(10)?
Answer: (ac). Multiplying by e1 selects first column of A.
Flashcard 6: Compute Ax for A=(30021) and x=(28).
Answer: (64). 3(2)+0(8)=6; 0(2)+21(8)=4.
Flashcard 7: What is (3003)(−14)?
Answer: (−312). Scalar matrix multiplies all components by 3.
Flashcard 8: What is (0110)(8−3)?
Answer: (−38). Swaps x and y components.
Flashcard 9: What is (10k1)(xy) in terms of x,y,k?
Answer: (x+kyy). Shear transformation adds k times y to x.
Flashcard 10: What is the standard matrix for the transformation T(x,y)=(ax+by,cx+dy)?
Answer: (acbd). Coefficients form columns: (a,c) and (b,d).
Flashcard 11: What is the 2×2 matrix that swaps coordinates, reflecting across the line y=x?
Answer: (0110). Swaps x and y coordinates.
Flashcard 12: What is the 2×2 matrix for a counterclockwise rotation by angle θ in R2?
Answer: (cosθsinθ−sinθcosθ). Standard rotation matrix using trig functions.
Flashcard 13: What is the 2×2 matrix that reflects points across the x-axis in R2?
Answer: (100−1). Negates y-coordinate while keeping x unchanged.
Flashcard 14: What is the definition of a matrix transformation T associated with a matrix A acting on vectors?
Answer: T(v)=Av for each vector v. Matrix transforms vectors by multiplication.
Flashcard 15: Compute Ax for A=(1041) and x=(1−2).
Answer: (−7−2). 1(1)+4(−2)=−7; 0(1)+1(−2)=−2.
Flashcard 16: What is the formula for Av when A=(acbd) and v=(xy)?
Answer: Av=(ax+bycx+dy). Each component is the dot product of a row with the vector.
Flashcard 17: What dimension must a matrix A have to multiply a vector v of size n×1 on the left?
Answer: A must be m×n so Av is m×1. Matrix cols must match vector rows for multiplication.
Flashcard 18: What is (−1001)(6−2)?
Answer: (−6−2). Reflects x-component across origin, keeps y unchanged.
Flashcard 19: What dimension must an m×n matrix A have to multiply a vector x of size n×1?
Answer: A must be m×n so Ax is defined. Number of columns in A must equal rows in x for multiplication.
Flashcard 20: What is (2003)(4−1)?
Answer: (8−3). Diagonal matrix scales each component independently.