This is an update of the original project GeometricAlgebra. The project should now be compatible with Coq 8.17.0.
Simply run make
to compile the relevant files.
This is the content of the old Readme:
This archive contains all the material of the formalisation of our Grassman Cayley and Clifford formalisation. It has been developped with Coq 8.3 To compile it, a simple make should be enough
Laurent.Fuchs@sic.univ-poitiers.fr Laurent.Thery@inria.fr
GeometricAlgebra
To build and install manually, do:
git clone https://github.com/thery/GeometricAlgebra.git
cd GeometricAlgebra
make # or make -j <number-of-cores-on-your-machine>
make install