From b3e9bbb9a195e45b88a19c272b872822d3cd914d Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Mon, 25 Nov 2024 15:42:23 +0000 Subject: [PATCH] updated references --- examples/lomb.m | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/examples/lomb.m b/examples/lomb.m index 65b2a15..d5dabbd 100644 --- a/examples/lomb.m +++ b/examples/lomb.m @@ -1,3 +1,9 @@ +/* +This Magma code example is from Davide Lombardo's page: + +https://people.dm.unipi.it/lombardo/files/Lab.m +*/ + /****** Elementary approach to enumerating groups of order 2^n, n \leq 6 *******/