Open tBuLi opened 3 months ago
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)
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.