smMeasure/README.md

8 lines
505 B
Markdown
Raw Permalink Normal View History

2017-10-16 23:13:09 +00:00
#### This is a small part of the research into similarity within abstract groups, and it's properties.
2017-10-16 23:10:58 +00:00
2017-10-16 23:30:23 +00:00
All the txt files contain data from GAP system, that is processed in Python using networkx library.
2017-10-16 23:10:58 +00:00
File *groupalg.g* has the code for S_M similarity measure and the construction of the corresponding similarity matrix.
2017-10-16 23:13:09 +00:00
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.