You define a vector as an 1xn matrix or nx1 matrix and transpose of it will change to nx1 or 1xn correspondingly but still the transpose is a vector with the same components.
It does not matter whether its a row vector or column vector. My question is that if i have a vector (row or column) and i plot it and then i take its transpose and then plot the transpose, how i will explain the transpose plot of that vector.
It does not matter whether its a row vector or column vector. My question is that if i have a vector (row or column) and i plot it and then i take its transpose and then plot the transpose, how i will explain the transpose plot of that vector.