Number of distinct base

  • Context: Graduate 
  • Thread starter Thread starter infinityQ
  • Start date Start date
  • Tags Tags
    Base
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
infinityQ
Messages
9
Reaction score
0
Hello, everyone.

I would like to get some concrete examples of the number of distinct bases of k-dimensional vector space W over a finite field F with q elements.

The formula for the number of distinct bases of W is ( p 412 Dummit )
(q^k - 1 )(q^k - q)(q^k - q^2)...(q^k - q ^(k-1) )

I am having a hard time finding an example of F with 2 elements and W be 2-dimensional vector space. According to the formula, 6 distinct bases of W should be acquired.

I will appreciate if anyone shows these 6 distinct bases of W.

Thanks in advance.
 
Physics news on Phys.org
take the [tex]Z_2[/tex] field and the vector space [tex](Z_2)^2[/tex] meaning the vectors are { (0,0), (0,1), (1,0), (1,1) }
any two of the three last vectors are a base for the vector space
 
6 distinct bases of W might be

(0,1)(1,0)
(0,1)(1,1)
(1,0)(0,1)
(1,0)(1,1)
(1,1)(0,1)
(1,1)(1,0)

But my question is second one and fifth one, for instance, does not look distinct. So it seems to me just four distinct bases exists for W.

Any suggestion?