Post a reply
Username:
Note:If not registered, provide any username. For more comfort, register here.
Subject:
Message body:
Enter your message here, it may contain no more than 60000 characters. 

Smilies
:D :) :( :o :shock: :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen:
Font size:
Font colour
Options:
BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON
Disable BBCode
Disable smilies
Do not automatically parse URLs
Confirmation of post
To prevent automated posts the board requires you to enter a confirmation code. The code is displayed in the image you should see below. If you are visually impaired or cannot otherwise read this code please contact the %sBoard Administrator%s.
Confirmation code:
Enter the code exactly as it appears. All letters are case insensitive, there is no zero.
   

Topic review - Gin & External Algebra
Author Message
  Post subject:  Re: Gin & External Algebra  Reply with quote
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
Post Posted: Wed Mar 08, 2006 2:04 am
  Post subject:  Gin & External Algebra  Reply with quote
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?
Post Posted: Mon Mar 06, 2006 5:54 pm


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