-
It would be nice to have a convenient constructor for Clifford algebras, which either takes a quadratic form, or a field (ring?) `F` plus a dimension `n` (and then chooses a "standard" quadratic form …
-
I'm talking about this here: http://www.sagemath.org/doc/developer/doctesting.html
I am pretty sure that `./sage -tp 10 --long src/` should be replaced by `./sage -tp 10 --long --all`. And even tha…
-
my first thought on this module, is that it would be nice to generate the algebras during build time based on a user-defined config, instead of manual creating sub modules for each algebra. maybe a…
-
References:
- [What should Sage look like in Lean?](https://leanprover.zulipchat.com/#narrow/stream/113488-general/topic/What.20should.20Sage.20look.20like.20in.20Lean.3F)
- [Verifying CAS algorit…
-
Might be a good idea to submit a manuscript to JoSfAaG
https://msp.org/jsag/about/journal/about.html
-
Books and Lectures
----------------------
* http://geocalc.clas.asu.edu/GA_Primer/GA_Primer/index.html
* http://geocalc.clas.asu.edu/html/Intro.html
* http://www.geometricalgebra.net/index.html
…
-
I think if x is a blade then x*rev(x) is a scalar, this could be used to define `is.blade()`
-
This should hopefully allow us to extend the current linalg free inverse method to arbitrary algebras, details in this paper: https://arxiv.org/pdf/2005.04015.pdf
-
Hi Juraj, I've just come across this library in the last couple of days when having a look around the internet for python double double arithmetic libraries and I am fan of it! Nice and simple, does t…
-
Initial implementation of Lie algebras in sage.
This will contain the following:
- Free Lie algebras
* Hall basis
* Lyndon basis
- Abelian Lie algebras
- Lie algebras from an associative algeb…