I'm working on linear algebra and just wanted to clear up an uncertainty regarding whether there is a difference in the use of i and k as the dummy variables for the index of summation?
$\sum\limits_{i=1}^\infty {i^2} = \sum\limits_{k=1}^{\infty} {k^2}$ ?
I got confused at first since I was working with vectors [i, j] with a summation indicating k=1 , although k was indicating the z dimension (i and j indicating x and y respectively).
Just to clarify, the choice of i and k as dummy variables is completely arbitrary - right?
I found my way to this page at Wolfram MathWorld and it actually switches from i to k in the course of a short piece of text, is this normal and nothing to concern me or should I take note of differences like this?
Summation indices are dummy variables that are completely arbitrary.
If $i$, $j$, and $k$ are already being used for vector notation, it would be good to use a different index for summation. The letter $m$ would be one sensible choice, if you are writing things like $\sum_{m = 0}^n$, and $l$ is another possibility (just because it is close in the alphabet to $i,j,k,m,$ and $n$). Of course you are free to use any variable that hasn't already been given a meaning, but it is good to use letters that will have the psychological connotation of being an index (so letters like $x$, $y$, and $z$ are fairly uncommon as summation indices).