Here you will learn what is row matrix definition and order of row matrix with examples.
Let’s begin –
Row Matrix
Definition : A matrix having only one row is called a row-matrix or a row-vector.
It is matrix having all its elements in a single row. It has one row and multiple columns.
The order of row matrix is 1×n.
General form of row matrix is [a11a12……a1n]
Also Read : Different Types of Matrices – Definitions and Examples
Examples :
1). [ 1 5 ] is a row matrix.
The order of the above matrix is 1×2.
2). [ 1 2 -1 2 ] is a row matrix.
The order of above matrix is 1×4.
3). [ 0 ] is a row matrix.
The order of above matrix is 1×1.
4). [ 1 2 5 ] is a row matrix.
The order of above matrix is 1×3.
5). [ 1 2 3 4 5 6 ] is a row matrix.
The order of above matrix is 1×6.