I have a stupid question: I'm writing a master thesis and I have to describe an iterative method of an algorithm. The method uses vectors which are manipulated at each iteration step.
Now my question: is there any convenient method of writing for example entry $j$ of vector $\mathbf{a}$ on iteration step $k$?
I thought of $\mathbf{a}^k_j$ or $(\mathbf{a}_k)_j$ or $\mathbf{a^{\langle k \rangle}_j}$ but these are all quite ambiguous.
Any ideas?
With kind regards,
Filip M