Subalgebra
Opened this issue · 0 comments
tBuLi commented
Subalgebra's might be a convenient function to make MV's that only occupy a given subspace and also to be able to visualize them.
pga3d = Algebra(3, 0, 1)
pga2d = pga3d.subalgebra(2, 0, 1)
vga2d = pga2d.subalgebra(2)