Skip to content

Commit

Permalink
Update benchmarkIdeals.m2
Browse files Browse the repository at this point in the history
  • Loading branch information
trungchaumath authored Jun 1, 2024
1 parent 8e93096 commit bd52490
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion benchmarkIdeals.m2
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@
R=QQ[a..z];
ROW=3;
COLUMN=3;
POWER = 4;
POWER = 5;
I=minors(2,genericMatrix(R,a,ROW, COLUMN));
I=I^POWER;
time radical I

----Decompose is faster than Unmixed here

------------------------------------------------------------------------------------------
-- permanental ideals
Expand Down

0 comments on commit bd52490

Please sign in to comment.