Now have vectors, bivectors and trivectors as basics, plus #3D display in #python and #pyqtgraph

Next #GeometricAlgebra topic is true #multivectors

I should probably have limited myself to 2D. 3D makes a #ui to manipulate individual points difficult.

I think I now understand #vector and #bivector in their most basic forms. #python #code can make a BiVector given two vectors but represents it internally as bivector components. Can then ask for two vectors that it would be the outer product of for the purposes of drawing it in #3d in #pyqtgraph

Need to fix up some coordinate system agreement issues and some singularities plus add color and transparency.

Then possibly time to move to #GeometricAlgebra #multivectors and then some operators