Which among the following can always represent a vector?
a row matrix
A row matrix is of the order 1 x n where n can be any natural number. If you consider a vector for example 3^i+4^j+5^k, it can be represented as [3 4 5] which at essentially is a row matrix. In this case the order of the resulting row matrix is 1×3.