I want define new graph in sage. Let V be vector space over finite field GF(q). The graph’s vertices are i-dimensional subspace from V and n-i -dimensional subspace from V and two vertices are adjacent if and only if direct sum of two subspace is V.
I have trouble with define this graph in sage. Any suggestion?
This should get you started:
So this graph is going to be pretty large:
16276 * 2 = 32552vertices. Let’s do a smaller example. Then you could do something like