Types: N/A
Examples: N/A
Constructions: N/A
Generalizations: 3.1 Column Vector

Properties: N/A
Sufficiencies: N/A
Questions: N/A

The ith Coefficient of a Column Vector

Let xRn×1 be a column vector, given by

x=[x1x2xn]

The real number xiR in the ith row of x is called the ith coefficient of vector x for i{1,2,,n}. We refer to the ith coefficient of x using the following notation:

  1. Subscript notation: xi
  2. Entry operator notation: entry i(x) returns the ith entry of xRn.
  3. Matrix index notation: x(i,1) refers to the entry in the ith row and 1st column.

Remark. We will mainly use subscript notation and the matrix index notation.