tBuLi / kingdon

A symbolically optimized and pythonic Clifford (geometric) algebra library named after none other than William Kingdon Clifford.
https://tbuli.github.io/teahouse/
MIT License
45 stars 5 forks source link

Subalgebra #54

Open tBuLi opened 3 months ago

tBuLi commented 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)