|
|
|
|
|
by xg15
557 days ago
|
|
True. I feel, this is why sometimes, the notation a_0 + a_1 + ... + a_n
is easier to understand than the shorter sum(i = 0 to n) a_i
.But on the other hand, 2 or 3 elements of the sum are usually enough, i.e. you probably wouldn't improve understanding by writing out the first 10 elements or so. |
|
You need:
and you'd like: where the stuff in *italics* is given as a concrete substitution.