Precalculus Flashcards: Matrix Addition Subtraction And Multiplication

Study Matrix Addition Subtraction And Multiplication in Precalculus with focused flashcards that help you recognize the idea, recall the key rule, and apply it in practice-style prompts.

Precalculus

Matrix Addition Subtraction And Multiplication

0 mastered0 still learning

0% Complete

QUESTION
1/ 33

What is A+BA+B for A=(1230)A=\begin{pmatrix}1&-2\\3&0\end{pmatrix} and B=(4512)B=\begin{pmatrix}4&5\\-1&2\end{pmatrix}?

Tap card or press Space to flip

ANSWER

(5322)\begin{pmatrix}5&3\\2&2\end{pmatrix}. Add corresponding entries: (1+4,2+5;3+(1),0+2)(1+4, -2+5; 3+(-1), 0+2).

How well did you know it?

Card 1 / 33

What this deck covers

This deck focuses on Matrix Addition Subtraction And Multiplication, 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+BA+B for A=(1230)A=\begin{pmatrix}1&-2\\3&0\end{pmatrix} and B=(4512)B=\begin{pmatrix}4&5\\-1&2\end{pmatrix}?

Answer: (5322)\begin{pmatrix}5&3\\2&2\end{pmatrix}. Add corresponding entries: (1+4,2+5;3+(1),0+2)(1+4, -2+5; 3+(-1), 0+2).

Flashcard 2: What is 3A3A if A=[1205]A=\begin{bmatrix}-1&2\\0&5\end{bmatrix}?

Answer: [36015]\begin{bmatrix}-3&6\\0&15\end{bmatrix}. Multiply each entry by 3: 3(1)=33(-1)=-3, 3(2)=63(2)=6, 3(0)=03(0)=0, 3(5)=153(5)=15.

Flashcard 3: What is A+BA+B if A=[1230]A=\begin{bmatrix}1&-2\\3&0\end{bmatrix} and B=[4512]B=\begin{bmatrix}4&5\\-1&2\end{bmatrix}?

Answer: [5322]\begin{bmatrix}5&3\\2&2\end{bmatrix}. Add corresponding entries: 1+4=51+4=5, 2+5=3-2+5=3, 3+(1)=23+(-1)=2, 0+2=20+2=2.

Flashcard 4: Which statement is true about commutativity of matrix multiplication: AB=BAAB=BA always?

Answer: False; in general ABBAAB\ne BA (and one product may be undefined). Matrix multiplication is not commutative.

Flashcard 5: What condition on dimensions must be true to subtract matrices ABA-B?

Answer: AA and BB must have the same dimensions m×nm \times n. Subtraction requires matching rows and columns to subtract corresponding entries.

Flashcard 6: What is the required dimension condition for the product ABAB to be defined?

Answer: If AA is m×nm\times n and BB is n×pn\times p. Number of columns in AA must equal number of rows in BB.

Flashcard 7: What is the multiplicative identity for an n×nn\times n matrix AA?

Answer: The identity matrix InI_n, so AIn=InA=AAI_n=I_nA=A. Identity matrix leaves any square matrix unchanged.

Flashcard 8: What is (AB)C(AB)C compared to A(BC)A(BC) when all products are defined?

Answer: (AB)C=A(BC)(AB)C=A(BC). Matrix multiplication is associative.

Flashcard 9: What is the entrywise rule for matrix subtraction (AB)ij(A-B)_{ij}?

Answer: (AB)ij=aijbij(A-B)_{ij}=a_{ij}-b_{ij}. Subtract corresponding entries at the same position in both matrices.

Flashcard 10: What is the identity matrix property for multiplication with InI_n?

Answer: InA=AI_nA=A and AIn=AAI_n=A (when dimensions match). Identity matrix acts as multiplicative identity element.

Flashcard 11: What condition on dimensions is required to add matrices AA and BB?

Answer: AA and BB must have the same dimensions (m×nm\times n). Addition requires corresponding entries to exist.

Flashcard 12: What is ABAB if A=[123]A=\begin{bmatrix}1\\-2\\3\end{bmatrix} and B=[40]B=\begin{bmatrix}4&0\end{bmatrix}?

Answer: [4080120]\begin{bmatrix}4&0\\-8&0\\12&0\end{bmatrix}. Column times row gives outer product matrix.

Flashcard 13: What is the dot-product formula for an entry (AB)ij(AB)_{ij}?

Answer: (AB)ij=k=1naikbkj(AB)_{ij}=\sum_{k=1}^{n} a_{ik}b_{kj}. Row ii of AA dot product with column jj of BB.

Flashcard 14: What is ABAB if A=[210]A=\begin{bmatrix}2&-1&0\end{bmatrix} and B=[345]B=\begin{bmatrix}3\\4\\5\end{bmatrix}?

Answer: 22. Row vector times column vector gives scalar: 2(3)+(1)(4)+0(5)=22(3)+(-1)(4)+0(5)=2.

Flashcard 15: What is the scalar multiplication rule for entries of cAcA?

Answer: (cA)ij=caij(cA)_{ij}=c\,a_{ij}. Multiply each entry by the scalar cc.

Flashcard 16: What is the entrywise rule for matrix addition (A+B)ij(A+B)_{ij}?

Answer: (A+B)ij=aij+bij(A+B)_{ij}=a_{ij}+b_{ij}. Add corresponding entries at the same position in both matrices.

Flashcard 17: What is ABA-B if A=[6124]A=\begin{bmatrix}6&1\\-2&4\end{bmatrix} and B=[3751]B=\begin{bmatrix}3&7\\5&-1\end{bmatrix}?

Answer: [3675]\begin{bmatrix}3&-6\\-7&5\end{bmatrix}. Subtract corresponding entries: 63=36-3=3, 17=61-7=-6, 25=7-2-5=-7, 4(1)=54-(-1)=5.

Flashcard 18: What is ABAB for A=(1023)A=\begin{pmatrix}1&0\\-2&3\end{pmatrix} and B=(51)B=\begin{pmatrix}5\\-1\end{pmatrix}?

Answer: (513)\begin{pmatrix}5\\-13\end{pmatrix}. Row 1: (1)(5)+(0)(1)=5(1)(5)+(0)(-1)=5; Row 2: (2)(5)+(3)(1)=103=13(-2)(5)+(3)(-1)=-10-3=-13.

Flashcard 19: What is ABAB for A=(210)A=\begin{pmatrix}2&-1&0\end{pmatrix} and B=(342)B=\begin{pmatrix}3\\4\\-2\end{pmatrix}?

Answer: 22. (2)(3)+(1)(4)+(0)(2)=64+0=2(2)(3)+(-1)(4)+(0)(-2)=6-4+0=2.

Flashcard 20: What is the additive identity matrix for addition with an m×nm\times n matrix AA?

Answer: The m×nm\times n zero matrix 00, so A+0=AA+0=A. Adding zero matrix leaves any matrix unchanged.

Flashcard 21: What condition on dimensions must be true to multiply matrices ABAB?

Answer: If AA is m×nm\times n, then BB must be n×pn\times p. Number of columns in AA must equal number of rows in BB.

Flashcard 22: What is A+(A)A+(-A) for any matrix AA?

Answer: The zero matrix of the same size as AA. A matrix plus its negative gives all zero entries.

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

Answer: A(B+C)=AB+ACA(B+C)=AB+AC and (A+B)C=AC+BC(A+B)C=AC+BC. Multiplication distributes over addition from both sides.

Flashcard 24: If AA is m×nm\times n and BB is n×pn\times p, what is the size of ABAB?

Answer: ABAB is m×pm\times p. Product has rows of AA and columns of BB.

Flashcard 25: What is ABAB for A=(1234)A=\begin{pmatrix}1&2\\3&4\end{pmatrix} and B=(0112)B=\begin{pmatrix}0&1\\-1&2\end{pmatrix}?

Answer: (25411)\begin{pmatrix}-2&5\\-4&11\end{pmatrix}. Row 1: (1)(0)+(2)(1)=2(1)(0)+(2)(-1)=-2, (1)(1)+(2)(2)=5(1)(1)+(2)(2)=5; Row 2: (3)(0)+(4)(1)=4(3)(0)+(4)(-1)=-4, (3)(1)+(4)(2)=11(3)(1)+(4)(2)=11.

Flashcard 26: What is ABAB if A=[1234]A=\begin{bmatrix}1&2\\3&4\end{bmatrix} and B=[0112]B=\begin{bmatrix}0&1\\-1&2\end{bmatrix}?

Answer: [25411]\begin{bmatrix}-2&5\\-4&11\end{bmatrix}. Row-column products: (1,2)(0,1)=2(1,2)\cdot(0,-1)=-2, (1,2)(1,2)=5(1,2)\cdot(1,2)=5, etc.

Flashcard 27: What is I2[abcd]I_2\begin{bmatrix}a&b\\c&d\end{bmatrix}?

Answer: [abcd]\begin{bmatrix}a&b\\c&d\end{bmatrix}. Identity matrix preserves all entries when multiplied.

Flashcard 28: What condition on dimensions must be true to add matrices AA and BB?

Answer: AA and BB must have the same dimensions m×nm \times n. Addition requires matching rows and columns to add corresponding entries.

Flashcard 29: What is the size (dimensions) of ABAB if AA is m×nm\times n and BB is n×pn\times p?

Answer: ABAB is m×pm\times p. Product has AA's rows and BB's columns.

Flashcard 30: What distributive property relates multiplication over addition: A(B+C)A(B+C)?

Answer: A(B+C)=AB+ACA(B+C)=AB+AC (when dimensions are compatible). Matrix multiplication distributes over addition.

Flashcard 31: What is the formula for an entry of a product matrix (AB)ij(AB)_{ij}?

Answer: (AB)ij=k=1naikbkj(AB)_{ij}=\sum_{k=1}^{n} a_{ik}b_{kj}. Dot product of row ii of AA with column jj of BB.

Flashcard 32: What is the commutative property status for matrix multiplication?

Answer: In general, ABBAAB\ne BA even when both products exist. Matrix multiplication is not commutative unlike scalar multiplication.

Flashcard 33: What is ABA-B for A=(7134)A=\begin{pmatrix}7&1\\-3&4\end{pmatrix} and B=(2560)B=\begin{pmatrix}2&-5\\6&0\end{pmatrix}?

Answer: (5694)\begin{pmatrix}5&6\\-9&4\end{pmatrix}. Subtract corresponding entries: (72,1(5);36,40)(7-2, 1-(-5); -3-6, 4-0).