I am new to sage. I have learned the basics of sage programming from various online notes.
I am interested to apply sage in linear algebra and graph theory.
My problem is I want to draw a graph as follows:
Vertices : Subspaces of a vector space of dimension n.
Edges: V1V2⟺V1⊂V2 or V2⊂V1.
Please don't give me the solution.
Please help me how to write it step by step or give some resources from where I can find this.