On page 22, Table 2-4 it shows:
$$z = \sum_{i=1}^{4} 2 + i^2 = 20$$
This feels wrong to me as I'd expect it to evaluate to:
z = (2 + 1) + (2 + 4) + (2 + 9) + (2 + 16) = 3 + 6 + 11 + 18 = 38
(j = 4 being inclusive)
Am I misreading the intention of the example's notation?
On page 22, Table 2-4 it shows:
This feels wrong to me as I'd expect it to evaluate to:
(j = 4 being inclusive)
Am I misreading the intention of the example's notation?