Consider the vector space of 2 x 2 matrices :\begin{bmatrix}a&b\\0&c\end{bmatrix} such that a and c are rational numbers and b is a real number with rational numbers as the field of this vector space. I need to compute the dimension of this vector space so how can i find a basis for this vector space??.
The issue finding a basis is basically i: how can i generate the real number entry "b" ?. This is an module theory problem so arguments that goes further than linear algebra are OK. Thanks and sorry for the sloppy gramar :(
You've probably already realized that your basis will include the two vectors $$ \begin{bmatrix} 1 & 0 \\ 0 & 0 \end{bmatrix}\quad \begin{bmatrix} 0 & 0 \\ 0 & 1 \end{bmatrix} $$ so our problem is to find a $\Bbb Q$-basis for the space of all matrices of the form $$ \begin{bmatrix} 0 & r\\ 0 & 0 \end{bmatrix} $$ where $r\in\Bbb R$. Of course, this is equivalent to finding a basis for $\Bbb R$ as a vector space over $\Bbb Q$. It turns out that $\Bbb R$ is infinite dimensional when considered as a vector space over $\Bbb Q$, which might be part of your problem here. There is a lot written about this. Personally I find this blog post a nice place to read about this space.