Code for S_M similarity measure and examples on groups
Go to file
Eddie Cueto-Mendoza b7af67f21b Merge pull request #3 from EddieCueto/macOS_work
Mac os work
2017-10-16 18:21:31 -05:00
.DS_Store Initial commit 2017-10-15 14:59:50 -05:00
.gitattributes Initial commit 2017-10-15 14:59:50 -05:00
GrpSz.txt Initial commit 2017-10-15 14:59:50 -05:00
GrpSz_5040.txt Initial commit 2017-10-15 14:59:50 -05:00
LICENSE Initial commit 2017-10-15 14:59:50 -05:00
README.md Corrected Grammar 2017-10-16 18:13:09 -05:00
SymMat.txt Initial commit 2017-10-15 14:59:50 -05:00
c_x_times(1-2000,100).txt Initial commit 2017-10-15 14:59:50 -05:00
d_x_times(1-2000,100).txt Initial commit 2017-10-15 14:59:50 -05:00
groupalg.g changed to test abelian group 2017-10-16 16:42:04 -05:00
groupalg_num.g Initial commit 2017-10-15 14:59:50 -05:00
numExp.py Initial commit 2017-10-15 14:59:50 -05:00
time.txt Initial commit 2017-10-15 14:59:50 -05:00
visual.py Initial commit 2017-10-15 14:59:50 -05:00

README.md

This is a small part of the research into similarity within abstract groups, and it's properties.

All the txt files contain data from GAP system, that it is processed in Python using networkx library.

File groupalg.g has the code for S_M similarity measure and the construction of the corresponding similarity matrix.

File groupalg_num.g has a numerical test to check that the complexity of the algorithm to build the similarity matrix of a group, is in fact quadratic on the order of the group.