Precalculus Flashcards: Properties Of Matrix Operations

Study Properties Of Matrix Operations in Precalculus with focused flashcards that help you recognize the idea, recall the key rule, and apply it in practice-style prompts.

Precalculus

Properties Of Matrix Operations

0 mastered0 still learning

0% Complete

QUESTION
1/ 33

What is a correct way to reorder factors in a product of matrices: change order or regroup with parentheses?

Tap card or press Space to flip

ANSWER

Regroup only: you may use (AB)C=A(BC)(AB)C=A(BC), not reorder factors. Associativity allows regrouping, not reordering.

How well did you know it?

Card 1 / 33

What this deck covers

This deck focuses on Properties Of Matrix Operations, 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 a correct way to reorder factors in a product of matrices: change order or regroup with parentheses?

Answer: Regroup only: you may use (AB)C=A(BC)(AB)C=A(BC), not reorder factors. Associativity allows regrouping, not reordering.

Flashcard 2: What is the multiplicative identity matrix equation for any n×nn \times n matrix AA?

Answer: AI=IA=AAI = IA = A. The identity matrix II leaves any matrix unchanged when multiplied.

Flashcard 3: What property usually fails for square matrices AA and BB, unlike real numbers?

Answer: Commutativity: in general, ABBAAB \ne BA. Matrix multiplication order matters, unlike regular number multiplication.

Flashcard 4: Find and correct the false statement: "If AB=ACAB=AC, then B=CB=C for matrices."

Answer: False; cancellation can fail if AA is not invertible. Unlike numbers, matrices can't always be cancelled from equations.

Flashcard 5: What is the correct statement about canceling AA in AB=ACAB=AC when AA may be noninvertible?

Answer: No conclusion; AB=ACAB=AC does not imply B=CB=C. Without invertibility, can't cancel matrices.

Flashcard 6: What is the correct expansion of (A+B)(C+D)(A+B)(C+D) using distributive properties?

Answer: AC+AD+BC+BDAC+AD+BC+BD. Each term in first parentheses multiplies each in second.

Flashcard 7: What property states left distributivity of matrix multiplication over addition?

Answer: Left distributive: A(B+C)=AB+ACA(B+C)=AB+AC. Matrix AA distributes over the sum inside parentheses.

Flashcard 8: What property states right distributivity of matrix multiplication over addition?

Answer: Right distributive: (A+B)C=AC+BC(A+B)C=AC+BC. The sum distributes over matrix CC on the right.

Flashcard 9: What does it mean for matrix multiplication to be commutative for square matrices AA and BB?

Answer: It means AB=BAAB = BA. The product is the same regardless of multiplication order.

Flashcard 10: Which statement is always true for square matrices of the same size: AB=BAAB=BA or (AB)C=A(BC)(AB)C=A(BC)?

Answer: (AB)C=A(BC)(AB)C=A(BC). Associativity always holds; commutativity doesn't.

Flashcard 11: What is the right distributive property of matrix multiplication over addition?

Answer: (A+B)C=AC+BC(A+B)C = AC + BC. A sum multiplied by CC equals the sum of individual products.

Flashcard 12: What is a valid conclusion if AB=ACAB=AC for square matrices and AA is invertible?

Answer: B=CB=C. Multiply both sides by A1A^{-1} to cancel AA.

Flashcard 13: What is the scalar distributive property with a scalar kk and matrices AA and BB?

Answer: k(A+B)=kA+kBk(A+B) = kA + kB. Scalars distribute over matrix addition like regular distributive property.

Flashcard 14: What property states that matrix multiplication is associative?

Answer: Associative: (AB)C=A(BC)(AB)C=A(BC) (when defined). Grouping doesn't affect the result when multiplying matrices.

Flashcard 15: What property of matrix multiplication usually fails for square matrices: commutative, associative, or distributive?

Answer: Commutative usually fails: in general ABBAAB\ne BA. Order matters in matrix multiplication, unlike regular numbers.

Flashcard 16: What is the correct simplification of A(BC+BD)A(BC+BD) using distributive properties?

Answer: ABC+ABDABC+ABD. Factor out BB first: A(B(C+D))=AB(C+D)=ABC+ABDA(B(C+D)) = AB(C+D) = ABC + ABD.

Flashcard 17: What is the additive identity matrix equation for any square matrix AA?

Answer: A+0=AA + 0 = A. The zero matrix acts as the additive identity for matrices.

Flashcard 18: What is the zero-product property for matrices involving the zero matrix 00?

Answer: A0=0A^0 = 0 and 0A=00A = 0. Multiplying any matrix by the zero matrix yields the zero matrix.

Flashcard 19: Identify the correct expansion of (A+B)(C+D)(A+B)(C+D) using distributive properties.

Answer: AC+AD+BC+BDAC + AD + BC + BD. Apply distributive property twice: (A+B)(A+B) to each term, then expand.

Flashcard 20: What is the correct simplification of A(BC)A(B-C) using distributive properties?

Answer: ABACAB-AC. Apply left distributive property: A(BC)=ABACA(B-C) = AB - AC.

Flashcard 21: Identify the incorrect step: from A(B+C)A(B+C) to AB+CAAB+CA. What is the correct result?

Answer: Correct: AB+ACAB+AC. Order matters: ACCAAC ≠ CA, so keep original order.

Flashcard 22: What is the correct simplification of (AB)C(A-B)C using distributive properties?

Answer: ACBCAC-BC. Apply right distributive property: (AB)C=ACBC(A-B)C = AC - BC.

Flashcard 23: What is the associative property of matrix multiplication for compatible AA, BB, and CC?

Answer: A(BC)=(AB)CA(BC) = (AB)C. Grouping doesn't affect the result when multiplying three matrices.

Flashcard 24: Identify the incorrect step: from (A+B)C(A+B)C to AC+CBAC+CB. What is the correct result?

Answer: Correct: AC+BCAC+BC. Order matters: CBBCCB ≠ BC, so keep original order.

Flashcard 25: Which statement is generally false for square matrices: (AB)T=BTAT(AB)^T=B^TA^T or AB=BAAB=BA?

Answer: AB=BAAB=BA is generally false. Commutativity fails but transpose reversal always works.

Flashcard 26: What is a valid conclusion if BA=CABA=CA for square matrices and AA is invertible?

Answer: B=CB=C. Multiply both sides by A1A^{-1} on the right.

Flashcard 27: Using your results for ABAB and BABA, what conclusion follows about commutativity here?

Answer: ABBAAB \ne BA, so multiplication is not commutative. Since the products differ, matrix multiplication isn't commutative.

Flashcard 28: What is the correct statement about canceling in AB=CBAB=CB when BB may be noninvertible?

Answer: No conclusion; AB=CBAB=CB does not imply A=CA=C. Without invertibility, can't cancel matrices.

Flashcard 29: Which statement is always true for square matrices: AB=BAAB=BA, A(B+C)=AB+ACA(B+C)=AB+AC, or A(BC)=(AB)CA(BC)=(AB)C?

Answer: A(B+C)=AB+ACA(B+C)=AB+AC and A(BC)=(AB)CA(BC)=(AB)C are always true. Distributive and associative properties hold, but commutativity doesn't.

Flashcard 30: What is the correct simplification of (AB+CB)D(AB+CB)D using distributive properties?

Answer: ABD+CBDABD+CBD. Factor out BB first: ((A+C)B)D=(AB+CB)D=ABD+CBD((A+C)B)D = (AB+CB)D = ABD + CBD.

Flashcard 31: What is the left distributive property of matrix multiplication over addition?

Answer: A(B+C)=AB+ACA(B+C) = AB + AC. Multiplying AA by a sum equals the sum of individual products.

Flashcard 32: What condition on square matrix AA makes left cancellation valid: AB=ACB=CAB=AC \Rightarrow B=C?

Answer: AA must be invertible. Only invertible matrices allow cancellation: multiply both sides by A1A^{-1}.

Flashcard 33: Which expression is guaranteed equal to A(BC)A(BC) by associativity: (AB)C(AB)C or B(AC)B(AC)?

Answer: (AB)C(AB)C. Associativity allows regrouping without changing order.