Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Gin & External Algebra
PostPosted: Mon Mar 06, 2006 5:54 pm 

Joined: Mon Mar 06, 2006 5:52 pm
Posts: 1
Hello,

I would like to make some GB-computations (such as generic initial ideal) over an external algebra.
Is it possible to use Singular for such purposes?
Is Singular able to deal with skew-commutative rings?


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Re: Gin & External Algebra
PostPosted: Wed Mar 08, 2006 2:04 am 

Joined: Thu Aug 11, 2005 8:03 pm
Posts: 40
Location: RWTH Aachen, Germany
Hello Ibar,

the computations you request (and indeed, much more) may be done using Singular, by its non-commutative extension Plural. Please go to the Online Manual -> Plural, there you will see the complete documentation of the non-commutative part of Singular.

First, defining the exterior algebra in Singular. We represent it as a factor-algebra of an anticommutative ring (that is, a ring with
the generators X_1,...,X_N and relations Xj*Xi = -Xi*Xj, for all i<j) modulo the two-sided ideal, generated by squares of the generators, that is {Xi^2 | 1<=i<=N}.

The automatic way to set an exterior algebra up is the function 'Exterior()' from the library nctools.lib, which requires from you only to set up a commutative ring, the rest will be done automatically along the lines described above. Take a look on the documentation and example of this function (e.g. http://www.singular.uni-kl.de/Manual/3-0-0/sing_445.htm#SEC497).

Of course, you can define an exterior algebra manually (like described e.g. in http://www.singular.uni-kl.de/Manual/3-0-0/sing_367.htm#SEC407).

After you have defined exterior algebra (note, that it is of type qring), you can use 'std' for Groebner bases, 'syz' for syzygies, 'nres' or 'mres' for free resolutions, 'betti' for graded Betti numbers and so on - please consult with the documentation.

Good luck! Please inform us on your progress.

Viktor Levandovskyy


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

It is currently Fri May 13, 2022 11:00 am
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group