Code for S_M similarity measure and examples on groups
Go to file
EddieCueto aaec1adc59 Minor changes to the readme file 2017-10-16 18:10:58 -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 Minor changes to the readme file 2017-10-16 18:10:58 -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 Initial commit 2017-10-15 14:59:50 -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 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.