Figure 7: (a) Vector Addition, (b) Matrix Addition.
Again vector addition can be extended to tensors of arbitrary rank (see figure 7b). Vector addition is expressed algebraically as a plus sign (+). So if we wanted to talk about the dot product of v with the addition of w and x we would write v.(w + x).
Another useful property to keep in mind is that the dot product distributes over addition. That is:
v.(w + x) = v.w + v.x