Is the words unordered bases and distinct bases of a vector space meaning same thing ?
Actually I have to solve the following problem.
$\underline{Problem}:$
Find the number of distinct bases of a two dimensional vector space of the finite field $\mathbb{F}_3$.
My approach:
Any two dimensional vector space $V$ over $\mathbb{F}_3$ can be considered as $V=\mathbb{F}_3^2$.
So we have to find the number of distinct bases (or unordered bases) of $\mathbb{F}_3^2$ over $\mathbb{F}_3$.
Now as $V$ is two dimensional any basis will be like $\{v_1,v_2 \}$.
So we have to check that given any non-zero vector $v_1 \in V=\mathbb{F}_3^2$, how many independent $v_2 \in V$ is there ?
Let $v_1$ is non-zero then $v_1$ has $9-1=8$ choices as there are $9$ elements in $\mathbb{F}_3^2$.
But how to count choices of $v_2$ for each choices of $v_1$ so that $\{v_1, v_2 \}$ are basis?
Help me