Given column vector and row vector , if column vector A in rewritten as row vector B, such that entries in matrix A become entries in matrix B, where , then which of the following statements are necessarily correct?
If vector A has a rank of 1, then vector B also has a rank of 1.
If vector A is in reduced row-echelon form, then vector B will also be in reduced row-echelon form.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Since they are both row or column vectors, maximum rank can be 1. If the rank of A is 1, it just means that at least one of the element in A must be non zero. Thus correspondingly B's rank will also be 1 as it will also have at least one non zero element.
If A is in row echelon form, then the first element of A must be 1 and all the rest must be 0. Thus, B will also have first element as 1 in its first (and only) row, which satisfies the row echelon criteria. Therefore both statements are true.