Corrected Grammar

This commit is contained in:
EddieCueto 2017-10-16 18:13:09 -05:00
parent aaec1adc59
commit 061a93686b
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#### This is a small part of research into similarity within abstract groups, and it's properties.
#### 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.
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.