Opened 12 years ago
Closed 8 years ago
#367 closed bug (fixed)
command system("HC") not documented
Reported by: | steenpass | Owned by: | pfister |
---|---|---|---|
Priority: | minor | Milestone: | 3-1-4 and higher |
Component: | doc | Version: | 3-1-3 |
Keywords: | system, highcorner, student project | Cc: |
Description
system("HC") is used in classify.lib, but I can't find it in the manual. It seems to be connected to highcorner(), but it doesn't give the same result:
> ring r = 0,(x,y),ds; > poly f = x2y+y6; > system("HC"); 0 > ideal i = std(jacob(f)); > system("HC"); 7 > deg(highcorner(i)); 5 >
Change History (2)
comment:1 Changed 11 years ago by
Keywords: | student project added |
---|---|
Owner: | changed from somebody to pfister |
comment:2 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
fixed with db74881f