Writing Single summation with two variables

261 Views Asked by At

I have the following summation,

enter image description here

What its the mathematically correct way to write this summation using the summation symbol? Note that I will need 2 variables.

2

There are 2 best solutions below

0
On BEST ANSWER

You have

$$\sum_{i=1}^{N-t}A_{t+i}(k-i)\;.$$

This can also be written

$$\sum_{i=t+1}^NA_i(k+t-i)\;.$$

0
On

Here is one way to write it: $$ \sum_{j=1}^{N-t}A_{t+j}(k-j) $$