-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
25 lines (17 loc) · 825 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Concrete TODO:
- write robertson for deposit
- how do we set malcev collection as underlying collector ?
- Run group computations with Malcev collector.
- integrate code from symbolic.g
How can we speed up the computation of the star polynomials ?
- investigate why the computation of the log,exp polynomials
is so fast, once we have the star polys.
For example in F_2,8 using the symbolic Lie bracket is very slow.
But it seems that using the star pols for computing log and exp
does not take much more time.
- Long term aim:
The user comes along with a pc-group G.
In a first step a good polycyclic sequence of G is computed.
Second the Mal'cev correspondence is set up and everything else
that is needed for the fast multiplication.
Then collection can be performed using this setup.