The numbers in a matrix are called the entries or elements of the matrix. For example, for the matrix in (2.1.1), the entry on the first row and third column is 11. Often we will use the notation \(a_{1,3} = 11\text{,}\) where the subscript 1 is the row number and \(3\) is the column number.
A vector is a matrix with one of its dimensions is 1. If a matrix only has one column it is called a column vector. If the matrix has only one row it is called a a row vector. The number of elements (numbers) in the vector is called the length.
A scalar is a fancy term for a number. Mathematicians use this term to distinguish them from matrices and vectors, which are not scalars. Whenever variables are used for scalars, then lower case letters will be used. For example, \(a, n\) and \(x\) are scalar variables.
In general, a matrix \(A\) can be written \([a_{ij}]\text{.}\) These will be used in proofs later on in this chapter and for defintions of operations. A vector \(\vec{v}\) can be written \([v_i]\) and although this notation can be used for both column and row vectors, unless denoted as such vectors will be consider as column vectors. We will see later in this chapter that we can simply write a row vector as a transformation of a column vector.