01Matrix addition combines entries at the same position#
Matrix addition combines entries at the same position. Both inputs must have the same number of rows and the same number of columns.
For the displayed inputs, the upper-right entry is −1+2=1. Add the other three matching pairs in their own positions.
Figure 1A has rows (2, −1), (0, 3); B has rows (4, 2), (1, −3). Their sum has rows (6, 1), (1, 0). The upper-right positions show −1+2=1. Every output keeps the same position as its two inputs.
02Equal entry counts are insufficient for addition#
Equal entry counts are insufficient for addition. Shapes 2×3 and 3×2 have 6 entries each, but their positions do not line up, so addition is undefined.
Check your reasoning
C is this sum. Find c21. [1−324]+[2501]
Show answer and explanation
2
Row 2, column 1: −3+5=2.
03For data tables, keep the row and column meanings aligned#
For data tables, keep the row and column meanings aligned. If a column counts dogs in both inputs, adding those positions gives the combined dog count.
Check your reasoning
Columns: (cats, dogs). Add these daily counts: [13]+[24]