1
$\begingroup$

I want to describe a vector of n length, where each element is described by it's index. What is the correct notation?

As it is now, to describe the vector [ 1 4 9 16 ] i write:

$\{a^{2}\}_{a=1}^{4}$

But I can't remember if this is something i made up in my own mind.

  • 1
    Using $\{ \ldots \}$ would suggest a set. You should use $( \ldots )$ instead.2011-04-14

1 Answers 1

3

I will advise you to write $\mathbf{a} = (a_1,...,a_4 )$ where $a_i = i^2$. A little bit longer but correct.

  • 2
    I also advise you to predefine this notation in the form with an explanation of the notation and then use the notation which you need.2011-04-14