Can I write vectors in nullspaces or solution sets of linear systems as row vectors instead of column vectors? Do they mean the same thing?
For example, when a homogeneous equation Ax=0 has a general solution x =s$ (-1,1,0,0,0)^T \ $ + t$(-1,0,-1,0,1)^T \ $, where s and t are arbitrary parameters. Then the basis for the nullspace of A is $ \{(-1,1,0,0,0)^T \ $, $(-1,0,-1,0,1)^T \} $ Can I also write that the basis for nullspace of A to be $ \{(-1,1,0,0,0)$, $(-1,0,-1,0,1) \} $ as row vectors instead? Do they mean the same thing? I'm quite confused about the notation.
Conventionally, $x$ is taken to be a column vector, and since the nullspace is the set of all $x$ such that $Ax=0$, so the nullspace also consists of column vectors.