Opened 13 years ago

Closed 9 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 13 years ago by Oleksandr

Keywords: student project added
Owner: changed from somebody to pfister

comment:2 Changed 9 years ago by hannes

Resolution: fixed
Status: newclosed

fixed with db74881f

Note: See TracTickets for help on using tickets.