Read-only forum archive

steps of computing a standard basis

steps of computing a standard basis

Guest · Wed Sep 08, 2010 12:24 pm

Hello,

is there a command to see all the steps of computing a standard basis?

thank you

Re: steps of computing a standard basis

Guest · Wed Sep 08, 2010 2:47 pm

page 57 of A Singular Introduction to Commutative Algebra mentions the algorithm of standard basis

Re: steps of computing a standard basis

Guest · Wed Sep 08, 2010 7:11 pm

Excuse me, maybe my question wasn't clear
I meant, is their a command in singular that permits to see these computations
before reducing and giving the final awser.
because I need to see from where come some generators.
for example genartor 7 of the standard basis comes from S(generator 4 of the given base, generator 3)

Guest wrote:
page 57 of A Singular Introduction to Commutative Algebra mentions the algorithm of standard basis

Re: steps of computing a standard basis

Guest · Thu Sep 09, 2010 4:11 pm

Use Procedure standard from library teachstd.lib. With a sufficiently high printlevel you can see all intermediate results.

Re: steps of computing a standard basis

Guest · Sun Sep 12, 2010 9:09 am

Guest wrote:
Use Procedure standard from library teachstd.lib. With a sufficiently high printlevel you can see all intermediate results.



thank you, I'll try it.

Re: steps of computing a standard basis

Guest · Sun Sep 12, 2010 1:20 pm

It seems it just works with a global ordering, I use a weihted local ordering.


Guest wrote:
Guest wrote:
Use Procedure standard from library teachstd.lib. With a sufficiently high printlevel you can see all intermediate results.



thank you, I'll try it.

Re: steps of computing a standard basis

vinay · Tue Sep 14, 2010 6:12 am

I believe it is possible only with the debug version of Singular. (at least it used to be the case with 2-x-x versions, I am not aware of any improvements in 3-x-x).

-- VInay