Fix typo.
This commit is contained in:
parent
e05b2a6deb
commit
75fe6fa0e3
@ -32,12 +32,12 @@ end );
|
||||
|
||||
#############################################################################
|
||||
##
|
||||
#O IsRighttQuasigroupTable( ls )
|
||||
#O IsRightQuasigroupTable( ls )
|
||||
##
|
||||
## Returns true if <ls> is an n by n matrix with n distinct
|
||||
## integral entries, each occurring exactly once in each column
|
||||
|
||||
InstallMethod( IsRighttQuasigroupTable, "for matrix",
|
||||
InstallMethod( IsRightQuasigroupTable, "for matrix",
|
||||
[ IsMatrix ],
|
||||
mat -> IsLeftQuasigroupTable(TransposedMat(mat))
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user