From b3bf72f5d0ff59d6113ef174ba11e47cda0ab4ad Mon Sep 17 00:00:00 2001 From: Mike Cummings <64451595+mgacummings@users.noreply.github.com> Date: Sun, 2 Jun 2024 15:25:02 -0600 Subject: [PATCH] added comment --- benchmarkIdeals.m2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarkIdeals.m2 b/benchmarkIdeals.m2 index f109c75..995f729 100644 --- a/benchmarkIdeals.m2 +++ b/benchmarkIdeals.m2 @@ -1,7 +1,7 @@ -- file with ideals to benchmark radical code ----------------------------------------------------------------------------------------- -Ideals associated to determinantal varieties +-- Ideals associated to determinantal varieties ----------------------------------------------------------------------------------------- R=QQ[x_1,x_2,y_1..y_3] I=ideal(x_2*y_1-x_1*y_2,x_2*y_2-x_1*y_3,y_2^2-y_1*y_3)