From 72a8ca0572c2846170bde9e3e46f48979b3aa0b0 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sat, 6 Mar 2021 13:39:45 -0500 Subject: [PATCH] eja: add the AlbertAlgebra to the TODO. --- mjo/eja/TODO | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mjo/eja/TODO b/mjo/eja/TODO index 0624ddb..2a13855 100644 --- a/mjo/eja/TODO +++ b/mjo/eja/TODO @@ -39,3 +39,5 @@ sage: a0 = (1/4)*X[4]**2*X[6]**2 - (1/2)*X[2]*X[5]*X[6]**2 - (1/2)*X[3]*X[4]*X[6 sage: x.is_invertible() == (x.det() != 0) in eja_element.py returns False. + +9. Add an alias for AlbertAlgebra. -- 2.43.2