]> gitweb.michael.orlitzky.com - sage.d.git/history - mjo/octonions.py
octonions: alias abs() to norm().
[sage.d.git] / mjo / octonions.py
2021-03-03 Michael Orlitzkyoctonions: alias abs() to norm().
2021-03-02 Michael Orlitzkymatrix_algebra: factor out a generic matrix algebra...
2021-03-02 Michael Orlitzkyoctonions: use more generic variable names in a few...
2021-03-02 Michael Orlitzkyoctonions: rename octonions() accessor to entry_algebra().
2021-03-02 Michael Orlitzkyoctonions: add list() method for octonion matrices.
2021-03-02 Michael Orlitzkyoctonions: rename to_list() -> to_nested_list().
2021-03-02 Michael Orlitzkyoctonions: add is_hermitian() for octonion matrices.
2021-03-02 Michael Orlitzkyoctonions: add matrix_space() method for elements and...
2021-03-02 Michael Orlitzkyoctonions: replace yesterday's hacky octonion matrices...
2021-03-02 Michael Orlitzkyoctonions: begin adding OctonionMatrix pseudo-matrix...
2021-03-02 Michael Orlitzkyoctonions: add Cayley-Dickson representation.
2021-03-01 Michael OrlitzkyNew module mjo.octonions implementing the algebra of...