Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#66 closed proposed feature (fixed)

5.1.44 groebner has some defects

Reported by: Oleksandr Owned by: hannes
Priority: trivial Milestone: Release 3-1-0
Component: singular-lib-doc Version:
Keywords: groebner; MP Cc: hannes

Description

The entry "5.1.44 groebner" of online manual has the following at the end of example:

if (system("with","MP")) {groebner(i,10,"std");}
==> Singular error: MP (resp. MPT) syntax error : MPT: MPT tree has wrong syn\
   tax/structureSingular error: read: Error for link of type MPtcp, mode: fo\
   rk, name: child
defined(Standard::groebner_error);

which doesn't seem correct to me...

ps: in the Syntax header:

  1. the following should be in separated lines:
    groebner ( module_expression, int_expression ) groebner ( ideal_expression, list of string_expressions )
    
  2. duplication of
groebner ( ideal_expression, int_expression )
  1. no analog for module_expression:
groebner ( ideal_expression, list of string_expressions ) 
groebner ( ideal_expression, list of string_expressions and int_expression )

Change History (3)

comment:1 Changed 14 years ago by seelisch

Owner: changed from somebody to hannes

comment:2 Changed 14 years ago by hannes

Resolution: fixed
Status: newclosed

example removed, everthing else: see ticket #1

comment:3 Changed 14 years ago by seelisch

Milestone: Release 3-1-0
Note: See TracTickets for help on using tickets.