Gröbner Bases over a Dual Valuation Domain

Size: px
Start display at page:

Download "Gröbner Bases over a Dual Valuation Domain"

Transcription

1 International Journal of Algebra, Vol. 7, 2013, no. 11, HIKARI Ltd, Gröbner Bases over a Dual Valuation Domain André Saint Eudes Mialébama Bouesso Université Cheikh Anta Diop Département de Mathématiques et Informatique Laboratoire d Algèbre, de Cryptographie, de Géométrie algébrique et applications BP 5005 Dakar Fann, Sénégal sainteudes@gmail.com Copyright c 2013 André Saint Eudes Mialébama Bouesso. This is an open access article distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited. Abstract Buchberger s algorithm was already studied over many kinds of rings such as principal ideal rings, noetherian valuation rings with zero divisors, Dedekind rings with zero divisors, Gaussian rings,.... In this paper, we propose the Buchberger s algorithm over V[ε] satisfying to ε 2 = 0 where V is any noetherian valuation domain and we give some applications in Z pz[ε] where p is a prime number and Z pz = { a b a Z, b/ pz}. Keywords: Gröbner bases, dual noetherian valuation domain, S-polynomials, Buchberger s algorithm 1 Introduction In 1965 Bruno Buchberger introduced the theory of Gröbner bases in polynomials ring over a field in order to solve the ideal membership problem (see [1, 2]). This theory was generalized by many authors in different ways such as [5, 8, 9],... for the noncommutative case and [4, 6, 7, 10, 11] for the commutative case. In [6, 10, 11] authors presented Buchberger s algorithm over noetherian valuation rings with zero divisors and over Dedekind rings with zero divisors.

2 540 André Saint Eudes Mialébama Bouesso Both methods don t cover the ring V[ε] since this ring is neither a valuation ring nor a Dedekind ring. It is also proposed in [4] an interesting method for computing a Gröbner basis over many kinds of rings with zero divisors, such rings cover Z n where n is not a prime number as well as Z n [i] satisfying to i = 0, this method cover many others rings with zero divisors but does not cover the ring of dual valuation domain V[ε] satisfying to ε 2 = 0 where V is a valuation domain. In this paper we propose a method for computing a Gröbner basis over the ring of dual noetherian valuation domain V[ε] and we present some applications in Z pz[ε] where p is a prime number. This paper is organized as follows: Section 1: We study some elementary properties of the ring V[ε] and we recall some necessary tools for computing a Gröbner basis. Section 2: We adapt the Buchberger s algorithm in V[ε]. 2 Basic notions Throughout this paper, we denote by V a noetherian valuation domain, V[ε] the ring of dual valuation domain satisfying to ε 2 = 0, whose elements are of the form a + εb with a, b Vand J ε = ε V[ε] ={εa/a V}the set of zero divisors of V[ε]. If R is a ring and E a subset of R, we denote by E the ideal generated by E. 1. Division in V[ε]: An element z 1 = a 1 + εb 1 divides z 2 = a 2 + εb 2 in V[ε] if and only if a 1 divides a 2 in V and a 1 divides b 2 b 1 a 2 a 1 in V. 2. Let R = V[ε][X 1,...,X m ] be the free associative algebra with commuting variables X 1,...,X m, defined over the ring V[ε]. A monomial in R is a multivariate polynomial of the form g = X α 1 1 Xm αm where α i N. We denote X α = X α 1 1 Xm αm where α =(α 1,...,α m ) and by M the set of all monomials in R. An element of the form zx α where z V[ε][X 1,...,X m ] is called a term. A term zx α divides z X β in R if and only if z divides z in V[ε] and X α divides X β in R. 3. Monomials order: A total order < in M is said to be a monomial order if it is a well ordering and If X α <X β then X α+γ <X β+γ for all α, β, γ N n.

3 Gröbner bases over a dual Noetherian valuation domain 541 Lexicographic order: we say that X α > lex X β if the first left non zero component of α β is > 0. Graded lexicographic order: We say that X α > grlex X β if α > β or if α = α i = β = β i and X α > lex X β for α = (α 1,...,α n ),β=(β 1,...,β n ). 4. Let f = α z α X α be a nonzero polynomial in R. Let I = f 1,...,f s be a finitely generated ideal of R and let us fix a monomial order < in M, then: The multidegree of f is mdeg(f) := max{α/z α 0}. The leading coefficient of f is Lc(f) :=z mdeg(f). The leading monomial of f is Lm(f) :=X mdeg(f). The leading term of f is Lt(f) :=Lc(f) Lm(f). Lt(I) := Lt(g)/g I \{0}. 5. Division algorithm (see [3, 10]) We recall the division algorithm in R. Let < be a monomial order and f 1,...,f s R. Then there exists q 1,...,q s,r R such that f = q i f i + r with mdegf mdeg(q i f i ) for q i f i 0 and r =0or each term occurring in r is not divisible by any of Lt(f i ) 1 i s. Input: f 1,...,f s,f and <. Output: q 1,...,q s,r. Initialization: q 1 := 0,...,q s := 0; r := 0 and p := f. While p 0 do: i := 1 DIVOCCUR:=False while i s and DIVOCCUR:=False do If Lt(f i ) divides Lt(p) then q i := q i + Lt(p) Lt(f i )

4 542 André Saint Eudes Mialébama Bouesso p := q i Lt(p) Lt(f i ) f i DIVOCCUR:=True Else i := i +1 If DIVOCCUR:=False then r := r + Lt(p); p := p Lt(p) Example 2.1. In Z 2Z[ε][x, y] with x< lex y, let us divide f =(3+ 5ε)xy 2 +3εy by f 1 =(5 2ε)x εy 2 and f 2 =(7 3ε)xy. We find: f =( ε) f 1 +( 3 5 εy4 +3εy) if we start the division by f 1. f =( ε)y f 2 +(3εy) if we start the division by f Gröbner basis: A subset G = {g 1,...,g t } of an ideal I R is called Gröbner basis for I with respect to a monomial order < if I = G and Lt(I) = Lt(G). 3 Buchberger s algorithm Definition 3.1. S-polynomials: Let f,g R, and let us consider a monomial order >. Denoting by Lt(f) =(a 1 +εb 1 ) X α, Lt(g) =(a 2 +εb 2 ) X β where a 1,a 2,b 1,b 2 V[ε]; α, β N n. Let γ N n with γ i = max(α i,β i ) for each i, the S-polynomial of f and g is given by: 1. Suppose that f g: Lc(f) J ε and Lc(g) J ε then: S(f,g) = If Lc(f) J ε and Lc(g) / J ε then: S(f,g) = b 2 b 1 X f Xγ α X g if b 1/b β 2 X f b 1 α b 2 X g if b 2/b β 1. a 2 b 1 X α f Xγ X β (εg) if b 1/a 2 f b 1 X α a 2 X (εg) if a 2/b β 1. If Lc(f) / J ε and Lc(g) J ε then replace f by g and vice versa.

5 Gröbner bases over a dual Noetherian valuation domain 543 If Lc(f) / J ε and Lc(g) / J ε then: S(f,g) = 2. Suppose that f = g then: a 2 Xγ (εf) a 1 Xα X (εg) if a 1/a β 2 X (εf) a 1 α a 2 X (εg) if a 1/a β 2. { εf if Lc(f) Jε S(f,f) = 0 if not. Example 3.2. Let us compute in R = Z 2Z[ε][x, y] the S-polynomials of f = (3+5ε)xy 2 +3εy, g =(7 3ε)xy, h 1 =5εx (1+ε)y 2 and h 2 =2εx 2 +(3 2ε)y with respect to X< lex Y : S(f,g) = 7 (εf) y(εg) =0 3 S(f,h 1 )= 5 3 (εf) y2 h 1 =(1+ε)y 4 S(h 1,h 2 )= 2 5 xh 1 h 2 = 2 5 xy2 (3 2ε)y S(h 1,h 1 )= εy 2. Lemma 3.3. Let < be a monomial order, and f 1,...,f s R = V[ε][X 1,...,X m ] such that mdeg(f i )=γ N n for each 1 i s. Suppose that mdeg( z i f i ) < γ for some z 1,...,z s V[ε]: 1. If Lc(f i ) J ε 1 i s then z i f i is a linear combination with coefficients in V[ε] of S-polynomials S(f i,f j ) for 1 i j s. 2. If there exists i 0 such that Lc(f i0 ) / J ε then ε z i f i is a linear combination with coefficients in V[ε] of S-polynomials S(f i,f j ) for 1 i j s. Furthermore, each S-polynomial has multidegree <γ. Proof: 1. Suppose that Lc(f i )=εb i J ε 1 i s and we can assume that / 1 /.../b 1 since V is a valuation domain.

6 544 André Saint Eudes Mialébama Bouesso z i f i = z 1 (f 1 b 1 f s )+z 2 (f 2 b 2 f s )+...+ z s 1 (f s 1 1 f s )+ (z 1 b 1 + z 2 b z s z s )f s. b 1 b 2 1 By hypothesis, we have (z 1 + z z s 1 + z s ) ε = 0 then, b 1 b 2 1 (z 1 + z z s 1 + z s )f s V[ε]S(f s,f s ). We deduce that z i f i = z i,j S(f i,f j ). i,j 2. Let Lc(f i )=a i + εb i and suppose that there exists at least i 0 for which a i0 0 then: ε z i f i = z i (εf i )+ (εf i ). Lc(f i )/ J ε Lc(f i ) J ε Without loss of generalities we set: Lc(f i ) J ε z i (εf i )= i=k+1 z i (εf i )= i=k+1 i=k+1 z i (εf i ), then: z i S(f i,f i ) (*). Lc(f i )/ J ε z i (εf i ) = k z i (εf i ) and Assume that Re(Lc(f k ))/Re(Lc(f k 1 ))/.../Re(Lc(f 1 )) then: k z i (εf i )=z 1 [(εf 1 ) Re(Lc(f 1)) Re(Lc(f k )) (εf k)] + z 2 [(εf 2 ) Re(Lc(f 2)) Re(Lc(f k )) (εf k)] +...+z k 1 [(εf k 1 ) Re(Lc(f k 1)) Re(Lc(f k )) (εf Re(Lc(f 1 )) k)]+(z 1 Re(Lc(f k )) +z Re(Lc(f 2 )) 2 Re(Lc(f k )) + Re(Lc(f k 1 ))...+ z k 1 + z k )(εf k ). Re(Lc(f k )) Since by hypothesis 0 = z 1 Lc(f 1 )+...+ z s Lc(f s )=ε(z 1 Lc(f 1 )+...+ z k Lc(f k )) = ε(z 1 Re(Lc(f 1 )) z k Re(Lc(f k ))) then: k z i (εf i )= z i,j S(f i,f j ) (**). Thus from (*) and (**) we get the i,j desired result.

7 Gröbner bases over a dual Noetherian valuation domain 545 Theorem 3.4. Let < be a monomial order and G = {g 1,...,g s } be a finite set of polynomials of R = V[ε][X 1,...,X m ]. Let I = G be an ideal of R, then G is a Gröbner basis for I if and only if all remainder of S-polynomials S(g i,g j ) by G is zero for 1 i j s. Proof (a) S(g i,g j ) g i,g j G S(g i,g j ) G = 0 where S(g i,g j ) G is the remainder of S(g i,g j ) under the division by G. (b) Conversely, we need to prove that Lt(I) = Lt(G). Let f I then f = h i g i (1) where h i R and mdeg(f) max{mdeg(h i g i )} = γ. Let γ be the i smallest multidegree satisfying to (1), then mdeg(f) γ. If mdeg(f) <γ, from (1) we have: f = h i g i = h i g i + h i g i (2) Notice that: h i g i = mdeg(h i g i )<γ Lt(h i )g i + (3). Let Lt(h i )=m i X α i with m i V[ε], then Lt(h i )g i = m i (X α i g i ) (*). (h i Lt(h i ))g i Suppose that Lc(g i ) J ε i then from the previous lemma (*) become: z ij S(X α i g j ) where z ij Lt(h i )g i = i,j V[ε]. Since S(X α i g j )= Im(Lc(g i)) Im(Lc(g j )) X α i Lm(gi ) (Xα i g i ) X α j Lm(gj ) (Xα j g j )= γ ij S(g i,g j ) with ij = lcm(lm(g i ),Lm(g j )). Therefore z ij γ ij S(g i,g j ) (4). Lt(h i )g i = i,j By hypothesis for 1 i j s, S(g i,g j )= q ijk g k k where mdeg(q ijk g k ) mdeg(s(g i,g j )), then Lt(h i )g i =

8 546 André Saint Eudes Mialébama Bouesso z ij γ ij q ijk g k. i,j,k Since mdeg(s(g i,g j )) γ ij then mdeg( γ ij q ijk g k ) mdeg( γ ij S(g i,g j )) <γ. By minimality of γ, we get a contradiction. Suppose that there exists i 0 such that Lc(g i0 ) / J ε then from the previous lemma (*) become: ε Lt(h i )g i = Lt(h i )(εg i )+ Lt(h i )(εg i ) mdeg(h i (εg i ))=γ mdeg(h i (εg i ))<γ m i (X α i (εg i )) = w i,j S(X α i g j ). i,j Lt(h i )(εg i )= mdeg(h i (εg i ))=γ i From the previous item we have seen that mdeg(s(x α i g j )) < γ and we can easily see that mdeg(m i (X α i εg i )) = mdeg(m i (X α i g i )), we get a contradiction. Suppose that Lc(g i ) / J ε i then from the previous lemma (*) become (ε m i (X α i g i )) = m i (X αi εg i )= mdeg(h i (εg i ))=γ i,j where t i,j V[ε]. From the previous item we have seen that mdeg(s(x α i g j )) <γthus we get a contradiction. Since mdeg(f) = γ, then there exists j 0 such that mdeg(f) = mdeg(h j0 g j0 )=γ. We have Lm(f) =Lm(h j0 )Lm(g j0 )=. Put = {i/lm(h i )Lm(g i )=Lm(h j0 )Lm(g j0 )} then Lc(f) = Lc(h i )Lc(g i ). i Therefore Lt(f) = Lt(h i )Lt(g i ) hence Lt(f) Lt(g i ) i i Lt(G). The previous theorem guaranties that we can compute a Gröbner basis of an ideal of R after a finite number of step. We are now ready to give the algorithm for computing a Gröbner basis. Buchberger s algorithm. Input: g 1,...,g s R and < a monomial order. Output: A Gröbner basis G for I = g 1,...,g s with {g 1,...,g s } G G := {g 1,...,g s } REPEAT G := G t i,j S(X α i g j )

9 Gröbner bases over a dual Noetherian valuation domain 547 For each pair g i,g j in G DO S := S(g i,g j ) G If S 0 THEN G := G {S} UNTIL G = G Example 3.5. Let R = Z 3Z[x, y] and let us fix a monomial order x< lex y. Consider the set F = {f 1 =(3+5ε)xy 2 +3εy, f 2 =5εx (1 + ε)y 2 }. We want to construct a Gröbner basis for I = F in R with respect to x< lex y. Set G = {g 1 := f 1,g 2 := f 2 } S(g 1,g 2 )=(εg 1 ) 3 5 y2 f 2 = g 3, G = {g 1,g 2,g 3 }. 3(1 + ε) y 4 and S(g 1,g 2 ) G = 5 S(g 2,g 2 )=εg 2 = εy 2 = S(g 2,g 2 ) G = g 4, G = {g 1,g 2,g 3,g 4 }. 3(1 + ε) y 4 = 5 Notice that S(g 1,g 4 )=S(g 1,g 3 )=S(g 4,g 4 )=S(g 3,g 4 )=0and S(g 2,g 3 ) G = S(g 2,g 4 ) G =0. Thus G = {(3 + 5ε)xy 2 +3εy, 5εx (1 + ε)y 2 3(1 + ε), y 4, εy 2 } is a 5 Gr bner basis for I = (3 + 5ε)xy 2 +3εy, 5εx (1 + ε)y 2. References [1] B. Buchberger (1965), An algorithm for finding a basis for the residue class ring of a zero-dimensional polynomial ideal, Ph.D. Thesis, Univ. of Innsbruck, Austria, Math., Inst. [2] B. Buchberger, Introduction to Gröbner bases. (B. Buchberger, F. Winkler, eds.) Gröbner bases and Applications, London Mathematical Society Lecture Note Series 251, Cambridge University Press (1998). [3] D. Cox, J. Little and D. O Shea, Ideals, Varieties and Algorithms, 3rd ed., Springer-Verlag, New York, (2007). [4] Deepak Kapur and Yongyang Cai, An Algorithm for Computing a Gröbner Basis of a Polynomial Ideal over a Ring with Zero Divisors. Math.comput.sci. 2 (2009), pp [5] E. Green, Noncommutative Gröbner bases, and projective resolutions. Computational methods for representations of groups and algebras. Papers from the First Euroconference held at the University of Essen. Basel, (1999), P. Dräxler, G. O. Michler, and C. M. Ringel, Eds., no. 173 in Progress in Math., Birkhäuser Verlag, pp

10 548 André Saint Eudes Mialébama Bouesso [6] A. Hadj Kacem and I. Yengui, Dynamical Gröbner bases over Dedekind rings, J. Algebra 324 (2010) pp [7] D. Kapur and K. Madlener, Construction of Gröbner bases in special rings, in Manuscript presented at the Gröbner bases workshop (1988), Cornell. [8] A.S.E.Mialébama Bouesso and D. Sow, Noncommutative Gröbner bases over rings, (preprint), to be published in communications in algebra (2013). [9] T. Mora, Groebner bases for non-commutative polynomial rings, Proc. AAECC3, LNCS 229 (1986) [10] Yengui I., Dynamical Gröbner bases. J. Algebra 301 (2006) pp [11] Yengui I., Corrigendum to Dynamical Gröbner bases [J. Algebra 301 (2) (2006) pp ] &to Dynamical Gröbner bases over Dedekind rings [J. Algebra 324 (1) (2010) pp ]. J. Algebra 339 (2011) pp Received: May 10, 2013

A decoding algorithm for binary linear codes using Groebner bases

A decoding algorithm for binary linear codes using Groebner bases A decoding algorithm for binary linear codes using Groebner bases arxiv:1810.04536v1 [cs.it] 9 Oct 2018 Harinaivo ANDRIATAHINY (1) e-mail : hariandriatahiny@gmail.com Jean Jacques Ferdinand RANDRIAMIARAMPANAHY

More information

Algorithms for computing syzygies over V[X 1,..., X n ] where V is a valuation ring

Algorithms for computing syzygies over V[X 1,..., X n ] where V is a valuation ring Algorithms for computing syzygies over V[X 1,..., X n ] where V is a valuation ring Ihsen Yengui Department of Mathematics, University of Sfax, Tunisia Graz, 07/07/2016 1 Plan Computing syzygies over V[X

More information

Lecture 15: Algebraic Geometry II

Lecture 15: Algebraic Geometry II 6.859/15.083 Integer Programming and Combinatorial Optimization Fall 009 Today... Ideals in k[x] Properties of Gröbner bases Buchberger s algorithm Elimination theory The Weak Nullstellensatz 0/1-Integer

More information

5 The existence of Gröbner basis

5 The existence of Gröbner basis 5 The existence of Gröbner basis We use Buchberger s criterion from the previous section to give an algorithm that constructs a Gröbner basis of an ideal from any given set of generators Hilbert s Basis

More information

POLYNOMIAL DIVISION AND GRÖBNER BASES. Samira Zeada

POLYNOMIAL DIVISION AND GRÖBNER BASES. Samira Zeada THE TEACHING OF MATHEMATICS 2013, Vol. XVI, 1, pp. 22 28 POLYNOMIAL DIVISION AND GRÖBNER BASES Samira Zeada Abstract. Division in the ring of multivariate polynomials is usually not a part of the standard

More information

4 Hilbert s Basis Theorem and Gröbner basis

4 Hilbert s Basis Theorem and Gröbner basis 4 Hilbert s Basis Theorem and Gröbner basis We define Gröbner bases of ideals in multivariate polynomial rings and see how they work in tandem with the division algorithm. We look again at the standard

More information

Problem Set 1 Solutions

Problem Set 1 Solutions Math 918 The Power of Monomial Ideals Problem Set 1 Solutions Due: Tuesday, February 16 (1) Let S = k[x 1,..., x n ] where k is a field. Fix a monomial order > σ on Z n 0. (a) Show that multideg(fg) =

More information

Groebner Bases and Applications

Groebner Bases and Applications Groebner Bases and Applications Robert Hines December 16, 2014 1 Groebner Bases In this section we define Groebner Bases and discuss some of their basic properties, following the exposition in chapter

More information

Gröbner Bases. eliminating the leading term Buchberger s criterion and algorithm. construct wavelet filters

Gröbner Bases. eliminating the leading term Buchberger s criterion and algorithm. construct wavelet filters Gröbner Bases 1 S-polynomials eliminating the leading term Buchberger s criterion and algorithm 2 Wavelet Design construct wavelet filters 3 Proof of the Buchberger Criterion two lemmas proof of the Buchberger

More information

MCS 563 Spring 2014 Analytic Symbolic Computation Monday 27 January. Gröbner bases

MCS 563 Spring 2014 Analytic Symbolic Computation Monday 27 January. Gröbner bases Gröbner bases In this lecture we introduce Buchberger s algorithm to compute a Gröbner basis for an ideal, following [2]. We sketch an application in filter design. Showing the termination of Buchberger

More information

Gröbner Bases & their Computation

Gröbner Bases & their Computation Gröbner Bases & their Computation Definitions + First Results Priyank Kalla Associate Professor Electrical and Computer Engineering, University of Utah kalla@ece.utah.edu http://www.ece.utah.edu/~kalla

More information

On the minimal free resolution of a monomial ideal.

On the minimal free resolution of a monomial ideal. On the minimal free resolution of a monomial ideal. Caitlin M c Auley August 2012 Abstract Given a monomial ideal I in the polynomial ring S = k[x 1,..., x n ] over a field k, we construct a minimal free

More information

Lecture 1. (i,j) N 2 kx i y j, and this makes k[x, y]

Lecture 1. (i,j) N 2 kx i y j, and this makes k[x, y] Lecture 1 1. Polynomial Rings, Gröbner Bases Definition 1.1. Let R be a ring, G an abelian semigroup, and R = i G R i a direct sum decomposition of abelian groups. R is graded (G-graded) if R i R j R i+j

More information

S-Polynomials and Buchberger s Algorithm

S-Polynomials and Buchberger s Algorithm S-Polynomials and Buchberger s Algorithm J.M. Selig Faculty of Business London South Bank University, London SE1 0AA, UK 1 S-Polynomials As we have seen in previous talks one of the problems we encounter

More information

M3P23, M4P23, M5P23: COMPUTATIONAL ALGEBRA & GEOMETRY REVISION SOLUTIONS

M3P23, M4P23, M5P23: COMPUTATIONAL ALGEBRA & GEOMETRY REVISION SOLUTIONS M3P23, M4P23, M5P23: COMPUTATIONAL ALGEBRA & GEOMETRY REVISION SOLUTIONS (1) (a) Fix a monomial order. A finite subset G = {g 1,..., g m } of an ideal I k[x 1,..., x n ] is called a Gröbner basis if (LT(g

More information

Lecture 2: Gröbner Basis and SAGBI Basis

Lecture 2: Gröbner Basis and SAGBI Basis Lecture 2: Gröbner Basis and SAGBI Basis Mohammed Tessema Suppose we have a graph. Suppose we color the graph s vertices with 3 colors so that if the vertices are adjacent they are not the same colors.

More information

Computational Theory of Polynomial Ideals

Computational Theory of Polynomial Ideals Eidgenössische Technische Hochschule Zürich Computational Theory of Polynomial Ideals a Bachelor Thesis written by Paul Steinmann supervised by Prof. Dr. Richard Pink Abstract We provide methods to do

More information

Subring of a SCS-Ring

Subring of a SCS-Ring International Journal of Algebra, Vol. 7, 2013, no. 18, 867-871 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ija.2013.3986 Subring of a SCS-Ring Ishagh ould EBBATT, Sidy Demba TOURE, Abdoulaye

More information

GRÖBNER BASES AND POLYNOMIAL EQUATIONS. 1. Introduction and preliminaries on Gróbner bases

GRÖBNER BASES AND POLYNOMIAL EQUATIONS. 1. Introduction and preliminaries on Gróbner bases GRÖBNER BASES AND POLYNOMIAL EQUATIONS J. K. VERMA 1. Introduction and preliminaries on Gróbner bases Let S = k[x 1, x 2,..., x n ] denote a polynomial ring over a field k where x 1, x 2,..., x n are indeterminates.

More information

1 xa 2. 2 xan n. + c 2 x α 2

1 xa 2. 2 xan n. + c 2 x α 2 Operations Research Seminar: Gröbner Bases and Integer Programming Speaker: Adam Van Tuyl Introduction In this talk I will discuss how to use some of the tools of commutative algebra and algebraic geometry

More information

Computing Minimal Polynomial of Matrices over Algebraic Extension Fields

Computing Minimal Polynomial of Matrices over Algebraic Extension Fields Bull. Math. Soc. Sci. Math. Roumanie Tome 56(104) No. 2, 2013, 217 228 Computing Minimal Polynomial of Matrices over Algebraic Extension Fields by Amir Hashemi and Benyamin M.-Alizadeh Abstract In this

More information

SYMMETRIC POLYNOMIALS

SYMMETRIC POLYNOMIALS SYMMETRIC POLYNOMIALS KEITH CONRAD Let F be a field. A polynomial f(x 1,..., X n ) F [X 1,..., X n ] is called symmetric if it is unchanged by any permutation of its variables: for every permutation σ

More information

ABSTRACT. Department of Mathematics. interesting results. A graph on n vertices is represented by a polynomial in n

ABSTRACT. Department of Mathematics. interesting results. A graph on n vertices is represented by a polynomial in n ABSTRACT Title of Thesis: GRÖBNER BASES WITH APPLICATIONS IN GRAPH THEORY Degree candidate: Angela M. Hennessy Degree and year: Master of Arts, 2006 Thesis directed by: Professor Lawrence C. Washington

More information

PREMUR Seminar Week 2 Discussions - Polynomial Division, Gröbner Bases, First Applications

PREMUR Seminar Week 2 Discussions - Polynomial Division, Gröbner Bases, First Applications PREMUR 2007 - Seminar Week 2 Discussions - Polynomial Division, Gröbner Bases, First Applications Day 1: Monomial Orders In class today, we introduced the definition of a monomial order in the polyomial

More information

Speeding up the Scalar Multiplication on Binary Huff Curves Using the Frobenius Map

Speeding up the Scalar Multiplication on Binary Huff Curves Using the Frobenius Map International Journal of Algebra, Vol. 8, 2014, no. 1, 9-16 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ija.2014.311117 Speeding up the Scalar Multiplication on Binary Huff Curves Using the

More information

Quadrics Defined by Skew-Symmetric Matrices

Quadrics Defined by Skew-Symmetric Matrices International Journal of Algebra, Vol. 11, 2017, no. 8, 349-356 HIKAI Ltd, www.m-hikari.com https://doi.org/10.12988/ija.2017.7942 Quadrics Defined by Skew-Symmetric Matrices Joydip Saha 1, Indranath Sengupta

More information

The F 4 Algorithm. Dylan Peifer. 9 May Cornell University

The F 4 Algorithm. Dylan Peifer. 9 May Cornell University The F 4 Algorithm Dylan Peifer Cornell University 9 May 2017 Gröbner Bases History Gröbner bases were introduced in 1965 in the PhD thesis of Bruno Buchberger under Wolfgang Gröbner. Buchberger s algorithm

More information

Standard Bases for Linear Codes over Prime Fields

Standard Bases for Linear Codes over Prime Fields Standard Bases for Linear Codes over Prime Fields arxiv:1708.05490v1 cs.it] 18 Aug 2017 Jean Jacques Ferdinand RANDRIAMIARAMPANAHY 1 e-mail : randriamiferdinand@gmail.com Harinaivo ANDRIATAHINY 2 e-mail

More information

FOR GRASSMAN ALGEBRAS IN A MAPLE PACKAGE MR. TROY BRACHEY. Tennessee Tech University OCTOBER No

FOR GRASSMAN ALGEBRAS IN A MAPLE PACKAGE MR. TROY BRACHEY. Tennessee Tech University OCTOBER No DEPARTMENT OF MATHEMATICS TECHNICAL REPORT GRÖBNER BASIS ALGORITHMS FOR GRASSMAN ALGEBRAS IN A MAPLE PACKAGE MR. TROY BRACHEY Tennessee Tech University OCTOBER 2008 No. 2008-1 TENNESSEE TECHNOLOGICAL UNIVERSITY

More information

Gröbner bases for the polynomial ring with infinite variables and their applications

Gröbner bases for the polynomial ring with infinite variables and their applications Gröbner bases for the polynomial ring with infinite variables and their applications Kei-ichiro Iima and Yuji Yoshino Abstract We develop the theory of Gröbner bases for ideals in a polynomial ring with

More information

Lesson 14 Properties of Groebner Bases

Lesson 14 Properties of Groebner Bases Lesson 14 Properties of Groebner Bases I. Groebner Bases Yield Unique Remainders Theorem Let be a Groebner basis for an ideal, and let. Then there is a unique with the following properties (i) No term

More information

MATH 497A: INTRODUCTION TO APPLIED ALGEBRAIC GEOMETRY

MATH 497A: INTRODUCTION TO APPLIED ALGEBRAIC GEOMETRY MATH 497A: INTRODUCTION TO APPLIED ALGEBRAIC GEOMETRY These are notes from the Penn State 2015 MASS course Introduction to Applied Algebraic Geometry. This class is taught by Jason Morton and the notes

More information

Abstract Algebra for Polynomial Operations. Maya Mohsin Ahmed

Abstract Algebra for Polynomial Operations. Maya Mohsin Ahmed Abstract Algebra for Polynomial Operations Maya Mohsin Ahmed c Maya Mohsin Ahmed 2009 ALL RIGHTS RESERVED To my students As we express our gratitude, we must never forget that the highest appreciation

More information

Pre-Hilbert Absolute-Valued Algebras Satisfying (x, x 2, x) = (x 2, y, x 2 ) = 0

Pre-Hilbert Absolute-Valued Algebras Satisfying (x, x 2, x) = (x 2, y, x 2 ) = 0 International Journal of Algebra, Vol. 10, 2016, no. 9, 437-450 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ija.2016.6743 Pre-Hilbert Absolute-Valued Algebras Satisfying (x, x 2, x = (x 2,

More information

Polynomials, Ideals, and Gröbner Bases

Polynomials, Ideals, and Gröbner Bases Polynomials, Ideals, and Gröbner Bases Notes by Bernd Sturmfels for the lecture on April 10, 2018, in the IMPRS Ringvorlesung Introduction to Nonlinear Algebra We fix a field K. Some examples of fields

More information

arxiv: v1 [math.ac] 14 Sep 2016

arxiv: v1 [math.ac] 14 Sep 2016 NEW STRATEGIES FOR STANDARD BASES OVER Z arxiv:1609.04257v1 [math.ac] 14 Sep 2016 CHRISTIAN EDER, GERHARD PFISTER, AND ADRIAN POPESCU Abstract. Experiences with the implementation of strong Gröbner bases

More information

Math 4370 Exam 1. Handed out March 9th 2010 Due March 18th 2010

Math 4370 Exam 1. Handed out March 9th 2010 Due March 18th 2010 Math 4370 Exam 1 Handed out March 9th 2010 Due March 18th 2010 Problem 1. Recall from problem 1.4.6.e in the book, that a generating set {f 1,..., f s } of I is minimal if I is not the ideal generated

More information

Coding Theory: A Gröbner Basis Approach

Coding Theory: A Gröbner Basis Approach Eindhoven University of Technology Department of Mathematics and Computer Science Coding Theory: A Gröbner Basis Approach Master s Thesis by D.W.C. Kuijsters Supervised by Dr. G.R. Pellikaan February 6,

More information

Grobner Bases: Degree Bounds and Generic Ideals

Grobner Bases: Degree Bounds and Generic Ideals Clemson University TigerPrints All Dissertations Dissertations 8-2014 Grobner Bases: Degree Bounds and Generic Ideals Juliane Golubinski Capaverde Clemson University, julianegc@gmail.com Follow this and

More information

Counting Zeros over Finite Fields with Gröbner Bases

Counting Zeros over Finite Fields with Gröbner Bases Counting Zeros over Finite Fields with Gröbner Bases Sicun Gao May 17, 2009 Contents 1 Introduction 2 2 Finite Fields, Nullstellensatz and Gröbner Bases 5 2.1 Ideals, Varieties and Finite Fields........................

More information

Groebner Bases, Toric Ideals and Integer Programming: An Application to Economics. Tan Tran Junior Major-Economics& Mathematics

Groebner Bases, Toric Ideals and Integer Programming: An Application to Economics. Tan Tran Junior Major-Economics& Mathematics Groebner Bases, Toric Ideals and Integer Programming: An Application to Economics Tan Tran Junior Major-Economics& Mathematics History Groebner bases were developed by Buchberger in 1965, who later named

More information

Gröbner Bases, Ideal Computation and Computational Invariant Theory

Gröbner Bases, Ideal Computation and Computational Invariant Theory Gröbner Bases, Ideal Computation and Computational Invariant Theory Supervised by Kazuhiro Yokoyama Tristan Vaccon September 10, 2010 1 Contents Preamble 4 Introduction 4 1 Algebraic Geometry 4 1.1 Affine

More information

Applications of results from commutative algebra to the study of certain evaluation codes

Applications of results from commutative algebra to the study of certain evaluation codes Applications of results from commutative algebra to the study of certain evaluation codes Cícero Carvalho 1. Introduction This is the text of a short course given at the meeting CIMPA School on Algebraic

More information

f(x) = h(x)g(x) + r(x)

f(x) = h(x)g(x) + r(x) Monomial Orders. In the polynomial algebra over F a eld in one variable x; F [x], we can do long division (sometimes incorrectly called the Euclidean algorithm). If f(x) = a 0 + a x + ::: + a n x n 2 F

More information

On the Power of Standard Polynomial to M a,b (E)

On the Power of Standard Polynomial to M a,b (E) International Journal of Algebra, Vol. 10, 2016, no. 4, 171-177 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ija.2016.6214 On the Power of Standard Polynomial to M a,b (E) Fernanda G. de Paula

More information

A Generalization of p-rings

A Generalization of p-rings International Journal of Algebra, Vol. 9, 2015, no. 8, 395-401 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ija.2015.5848 A Generalization of p-rings Adil Yaqub Department of Mathematics University

More information

Solving Homogeneous Systems with Sub-matrices

Solving Homogeneous Systems with Sub-matrices Pure Mathematical Sciences, Vol 7, 218, no 1, 11-18 HIKARI Ltd, wwwm-hikaricom https://doiorg/112988/pms218843 Solving Homogeneous Systems with Sub-matrices Massoud Malek Mathematics, California State

More information

r-ideals of Commutative Semigroups

r-ideals of Commutative Semigroups International Journal of Algebra, Vol. 10, 2016, no. 11, 525-533 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/ija.2016.61276 r-ideals of Commutative Semigroups Muhammet Ali Erbay Department of

More information

On the relation of the Mutant strategy and the Normal Selection strategy

On the relation of the Mutant strategy and the Normal Selection strategy On the relation of the Mutant strategy and the Normal Selection strategy Martin Albrecht 1 Carlos Cid 2 Jean-Charles Faugère 1 Ludovic Perret 1 1 SALSA Project -INRIA, UPMC, Univ Paris 06 2 Information

More information

On Permutation Polynomials over Local Finite Commutative Rings

On Permutation Polynomials over Local Finite Commutative Rings International Journal of Algebra, Vol. 12, 2018, no. 7, 285-295 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/ija.2018.8935 On Permutation Polynomials over Local Finite Commutative Rings Javier

More information

THE FUNDAMENTAL THEOREM ON SYMMETRIC POLYNOMIALS. Hamza Elhadi S. Daoub

THE FUNDAMENTAL THEOREM ON SYMMETRIC POLYNOMIALS. Hamza Elhadi S. Daoub THE TEACHING OF MATHEMATICS 2012, Vol. XV, 1, pp. 55 59 THE FUNDAMENTAL THEOREM ON SYMMETRIC POLYNOMIALS Hamza Elhadi S. Daoub Abstract. In this work we are going to extend the proof of Newton s theorem

More information

Order-theoretical Characterizations of Countably Approximating Posets 1

Order-theoretical Characterizations of Countably Approximating Posets 1 Int. J. Contemp. Math. Sciences, Vol. 9, 2014, no. 9, 447-454 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ijcms.2014.4658 Order-theoretical Characterizations of Countably Approximating Posets

More information

Quasi-Bigraduations of Modules, Slow Analytic Independence

Quasi-Bigraduations of Modules, Slow Analytic Independence International Mathematical Forum, Vol 13, 2018, no 12, 547-563 HIKRI Ltd, wwwm-hikaricom https://doiorg/1012988/imf201881060 Quasi-Bigraduations of Modules, Slow nalytic Independence Youssouf M Diagana

More information

MCS 563 Spring 2014 Analytic Symbolic Computation Friday 31 January. Quotient Rings

MCS 563 Spring 2014 Analytic Symbolic Computation Friday 31 January. Quotient Rings Quotient Rings In this note we consider again ideals, but here we do not start from polynomials, but from a finite set of points. The application in statistics and the pseudo code of the Buchberger-Möller

More information

Characterisation of Duo-Rings in Which Every Weakly Cohopfian Module is Finitely Cogenerated

Characterisation of Duo-Rings in Which Every Weakly Cohopfian Module is Finitely Cogenerated Global Journal of Pure and Applied Mathematics. ISSN 0973-1768 Volume 13, Number 4 (2017), pp. 1217-1222 Research India Publications http://www.ripublication.com Characterisation of Duo-Rings in Which

More information

Toric Deformation of the Hankel Variety

Toric Deformation of the Hankel Variety Applied Mathematical Sciences, Vol. 10, 2016, no. 59, 2921-2925 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2016.6248 Toric Deformation of the Hankel Variety Adelina Fabiano DIATIC - Department

More information

Diameter of the Zero Divisor Graph of Semiring of Matrices over Boolean Semiring

Diameter of the Zero Divisor Graph of Semiring of Matrices over Boolean Semiring International Mathematical Forum, Vol. 9, 2014, no. 29, 1369-1375 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/imf.2014.47131 Diameter of the Zero Divisor Graph of Semiring of Matrices over

More information

Algebraic Geometry I

Algebraic Geometry I 6.859/15.083 Iteger Programmig ad Combiatorial Optimizatio Fall 2009 Lecture 14: Algebraic Geometry I Today... 0/1-iteger programmig ad systems of polyomial equatios The divisio algorithm for polyomials

More information

On a Principal Ideal Domain that is not a Euclidean Domain

On a Principal Ideal Domain that is not a Euclidean Domain International Mathematical Forum, Vol. 8, 013, no. 9, 1405-141 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.1988/imf.013.37144 On a Principal Ideal Domain that is not a Euclidean Domain Conan Wong

More information

Reversely Well-Ordered Valuations on Polynomial Rings in Two Variables

Reversely Well-Ordered Valuations on Polynomial Rings in Two Variables Reversely Well-Ordered Valuations on Polynomial Rings in Two Variables Edward Mosteig Loyola Marymount University Los Angeles, California, USA Workshop on Valuations on Rational Function Fields Department

More information

Characterization of Weakly Primary Ideals over Non-commutative Rings

Characterization of Weakly Primary Ideals over Non-commutative Rings International Mathematical Forum, Vol. 9, 2014, no. 34, 1659-1667 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/imf.2014.49155 Characterization of Weakly Primary Ideals over Non-commutative Rings

More information

Block-Transitive 4 (v, k, 4) Designs and Suzuki Groups

Block-Transitive 4 (v, k, 4) Designs and Suzuki Groups International Journal of Algebra, Vol. 10, 2016, no. 1, 27-32 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ija.2016.51277 Block-Transitive 4 (v, k, 4) Designs and Suzuki Groups Shaojun Dai Department

More information

Cross Connection of Boolean Lattice

Cross Connection of Boolean Lattice International Journal of Algebra, Vol. 11, 2017, no. 4, 171-179 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/ija.2017.7419 Cross Connection of Boolean Lattice P. G. Romeo P. R. Sreejamol Dept.

More information

Comparison between XL and Gröbner Basis Algorithms

Comparison between XL and Gröbner Basis Algorithms Comparison between XL and Gröbner Basis Algorithms Gwénolé Ars 1, Jean-Charles Faugère 2, Hideki Imai 3, Mitsuru Kawazoe 4, and Makoto Sugita 5 1 IRMAR, University of Rennes 1 Campus de Beaulieu 35042

More information

Tangent cone algorithm for homogenized differential operators

Tangent cone algorithm for homogenized differential operators Tangent cone algorithm for homogenized differential operators Michel Granger a Toshinori Oaku b Nobuki Takayama c a Université d Angers, Bd. Lavoisier, 49045 Angers cedex 01, France b Tokyo Woman s Christian

More information

Solving systems of polynomial equations and minimization of multivariate polynomials

Solving systems of polynomial equations and minimization of multivariate polynomials François Glineur, Polynomial solving & minimization - 1 - First Prev Next Last Full Screen Quit Solving systems of polynomial equations and minimization of multivariate polynomials François Glineur UCL/CORE

More information

On Generalized Derivations and Commutativity. of Prime Rings with Involution

On Generalized Derivations and Commutativity. of Prime Rings with Involution International Journal of Algebra, Vol. 11, 2017, no. 6, 291-300 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/ija.2017.7839 On Generalized Derivations and Commutativity of Prime Rings with Involution

More information

8 Appendix: Polynomial Rings

8 Appendix: Polynomial Rings 8 Appendix: Polynomial Rings Throughout we suppose, unless otherwise specified, that R is a commutative ring. 8.1 (Largely) a reminder about polynomials A polynomial in the indeterminate X with coefficients

More information

On Commutative FDF-Rings

On Commutative FDF-Rings International Mathematical Forum, Vol. 6, 2011, no. 53, 2637-2644 On Commutative FDF-Rings Mamadou Barry and Papa Cheikhou Diop Département de Mathématiques et Informatique Faculté des Sciences et Techniques

More information

On the BMS Algorithm

On the BMS Algorithm On the BMS Algorithm Shojiro Sakata The University of Electro-Communications Department of Information and Communication Engineering Chofu-shi, Tokyo 182-8585, JAPAN Abstract I will present a sketch of

More information

On Annihilator Small Intersection Graph

On Annihilator Small Intersection Graph International Journal of Contemporary Mathematical Sciences Vol. 12, 2017, no. 7, 283-289 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/ijcms.2017.7931 On Annihilator Small Intersection Graph Mehdi

More information

PBW Bases, Non Degeneracy Conditions and Applications

PBW Bases, Non Degeneracy Conditions and Applications Fields Institute Communications Volume 00, 0000 PBW Bases, Non Degeneracy Conditions and Applications Viktor Levandovskyy Center for Computer Algebra Fachbereich Mathematik Universität Kaiserslautern Postfach

More information

21073 Hamburg, GERMANY

21073 Hamburg, GERMANY International Journal of Pure and Applied Mathematics Volume 91 No. 2 2014, 155-167 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu doi: http://dx.doi.org/10.12732/ijpam.v91i2.2

More information

GENERATING IDEALS IN SUBRINGS OF K[[X]] VIA NUMERICAL SEMIGROUPS

GENERATING IDEALS IN SUBRINGS OF K[[X]] VIA NUMERICAL SEMIGROUPS GENERATING IDEALS IN SUBRINGS OF K[[X]] VIA NUMERICAL SEMIGROUPS SCOTT T. CHAPMAN Abstract. Let K be a field and S be the numerical semigroup generated by the positive integers n 1,..., n k. We discuss

More information

Remarks on Fuglede-Putnam Theorem for Normal Operators Modulo the Hilbert-Schmidt Class

Remarks on Fuglede-Putnam Theorem for Normal Operators Modulo the Hilbert-Schmidt Class International Mathematical Forum, Vol. 9, 2014, no. 29, 1389-1396 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/imf.2014.47141 Remarks on Fuglede-Putnam Theorem for Normal Operators Modulo the

More information

Algebraic Models in Different Fields

Algebraic Models in Different Fields Applied Mathematical Sciences, Vol. 8, 2014, no. 167, 8345-8351 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2014.411922 Algebraic Models in Different Fields Gaetana Restuccia University

More information

Rewriting Polynomials

Rewriting Polynomials Rewriting Polynomials 1 Roots and Eigenvalues the companion matrix of a polynomial the ideal membership problem 2 Automatic Geometric Theorem Proving the circle theorem of Appolonius 3 The Division Algorithm

More information

Lecture Notes on Computer Algebra

Lecture Notes on Computer Algebra Lecture Notes on Computer Algebra Ziming Li Abstract These notes record seven lectures given in the computer algebra course in the fall of 2004. The theory of subresultants is not required for the final

More information

Section III.6. Factorization in Polynomial Rings

Section III.6. Factorization in Polynomial Rings III.6. Factorization in Polynomial Rings 1 Section III.6. Factorization in Polynomial Rings Note. We push several of the results in Section III.3 (such as divisibility, irreducibility, and unique factorization)

More information

Algebra Homework, Edition 2 9 September 2010

Algebra Homework, Edition 2 9 September 2010 Algebra Homework, Edition 2 9 September 2010 Problem 6. (1) Let I and J be ideals of a commutative ring R with I + J = R. Prove that IJ = I J. (2) Let I, J, and K be ideals of a principal ideal domain.

More information

Non-commutative reduction rings

Non-commutative reduction rings Revista Colombiana de Matemáticas Volumen 33 (1999), páginas 27 49 Non-commutative reduction rings Klaus Madlener Birgit Reinert 1 Universität Kaiserslautern, Germany Abstract. Reduction relations are

More information

On the Inoue invariants of the puzzles of Sudoku type

On the Inoue invariants of the puzzles of Sudoku type Communications of JSSAC (2016) Vol. 2, pp. 1 14 On the Inoue invariants of the puzzles of Sudoku type Tetsuo Nakano Graduate School of Science and Engineering, Tokyo Denki University Kenji Arai Graduate

More information

Direct Product of BF-Algebras

Direct Product of BF-Algebras International Journal of Algebra, Vol. 10, 2016, no. 3, 125-132 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ija.2016.614 Direct Product of BF-Algebras Randy C. Teves and Joemar C. Endam Department

More information

Homework 4 Solutions

Homework 4 Solutions Homework 4 Solutions November 11, 2016 You were asked to do problems 3,4,7,9,10 in Chapter 7 of Lang. Problem 3. Let A be an integral domain, integrally closed in its field of fractions K. Let L be a finite

More information

32 Divisibility Theory in Integral Domains

32 Divisibility Theory in Integral Domains 3 Divisibility Theory in Integral Domains As we have already mentioned, the ring of integers is the prototype of integral domains. There is a divisibility relation on * : an integer b is said to be divisible

More information

Generalized Boolean and Boolean-Like Rings

Generalized Boolean and Boolean-Like Rings International Journal of Algebra, Vol. 7, 2013, no. 9, 429-438 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ija.2013.2894 Generalized Boolean and Boolean-Like Rings Hazar Abu Khuzam Department

More information

When is the Ring of 2x2 Matrices over a Ring Galois?

When is the Ring of 2x2 Matrices over a Ring Galois? International Journal of Algebra, Vol. 7, 2013, no. 9, 439-444 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ija.2013.3445 When is the Ring of 2x2 Matrices over a Ring Galois? Audrey Nelson Department

More information

Nonexistence of Limit Cycles in Rayleigh System

Nonexistence of Limit Cycles in Rayleigh System International Journal of Mathematical Analysis Vol. 8, 014, no. 49, 47-431 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.1988/ijma.014.4883 Nonexistence of Limit Cycles in Rayleigh System Sandro-Jose

More information

A gentle introduction to Elimination Theory. March METU. Zafeirakis Zafeirakopoulos

A gentle introduction to Elimination Theory. March METU. Zafeirakis Zafeirakopoulos A gentle introduction to Elimination Theory March 2018 @ METU Zafeirakis Zafeirakopoulos Disclaimer Elimination theory is a very wide area of research. Z.Zafeirakopoulos 2 Disclaimer Elimination theory

More information

A Generalized Fermat Equation with an Emphasis on Non-Primitive Solutions

A Generalized Fermat Equation with an Emphasis on Non-Primitive Solutions International Mathematical Forum, Vol. 12, 2017, no. 17, 835-840 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/imf.2017.78701 A Generalized Fermat Equation with an Emphasis on Non-Primitive Solutions

More information

Non commutative Computations with SINGULAR

Non commutative Computations with SINGULAR Non commutative Computations with SINGULAR Viktor Levandovskyy SFB Project F1301 of the Austrian FWF Research Institute for Symbolic Computation (RISC) Johannes Kepler University Linz, Austria Special

More information

On Bornological Divisors of Zero and Permanently Singular Elements in Multiplicative Convex Bornological Jordan Algebras

On Bornological Divisors of Zero and Permanently Singular Elements in Multiplicative Convex Bornological Jordan Algebras Int. Journal of Math. Analysis, Vol. 7, 2013, no. 32, 1575-1586 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ijma.2013.3359 On Bornological Divisors of Zero and Permanently Singular Elements

More information

Left R-prime (R, S)-submodules

Left R-prime (R, S)-submodules International Mathematical Forum, Vol. 8, 2013, no. 13, 619-626 HIKARI Ltd, www.m-hikari.com Left R-prime (R, S)-submodules T. Khumprapussorn Department of Mathematics, Faculty of Science King Mongkut

More information

Available online at J. Math. Comput. Sci. 4 (2014), No. 3, ISSN: ORDERINGS AND PREORDERINGS ON MODULES

Available online at   J. Math. Comput. Sci. 4 (2014), No. 3, ISSN: ORDERINGS AND PREORDERINGS ON MODULES Available online at http://scik.org J. Math. Comput. Sci. 4 (2014), No. 3, 574-586 ISSN: 1927-5307 ORDERINGS AND PREORDERINGS ON MODULES DONGMING HUANG Department of Applied Mathematics, Hainan University,

More information

On Commutative SCI-Rings and. Commutative SCS-Rings

On Commutative SCI-Rings and. Commutative SCS-Rings International Journal of Algebra, Vol. 4, 2010, no. 12, 585-590 On Commutative SCI-Rings and Commutative SCS-Rings Abdoulaye MBAYE, Mamadou SANGHARÉ and Sidy Demba TOURÉ Département de Mathématiques et

More information

Left Multipliers Satisfying Certain Algebraic Identities on Lie Ideals of Rings With Involution

Left Multipliers Satisfying Certain Algebraic Identities on Lie Ideals of Rings With Involution Int. J. Open Problems Comput. Math., Vol. 5, No. 3, September, 2012 ISSN 2074-2827; Copyright c ICSRS Publication, 2012 www.i-csrs.org Left Multipliers Satisfying Certain Algebraic Identities on Lie Ideals

More information

Counting and Gröbner Bases

Counting and Gröbner Bases J. Symbolic Computation (2001) 31, 307 313 doi:10.1006/jsco.2000.1575 Available online at http://www.idealibrary.com on Counting and Gröbner Bases K. KALORKOTI School of Computer Science, University of

More information

Journal of Symbolic Computation. The Gröbner basis of the ideal of vanishing polynomials

Journal of Symbolic Computation. The Gröbner basis of the ideal of vanishing polynomials Journal of Symbolic Computation 46 (2011) 561 570 Contents lists available at ScienceDirect Journal of Symbolic Computation journal homepage: www.elsevier.com/locate/jsc The Gröbner basis of the ideal

More information

On Reflexive Rings with Involution

On Reflexive Rings with Involution International Journal of Algebra, Vol. 12, 2018, no. 3, 115-132 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/ija.2018.8412 On Reflexive Rings with Involution Usama A. Aburawash and Muna E. Abdulhafed

More information

Two Generalizations of Lifting Modules

Two Generalizations of Lifting Modules International Journal of Algebra, Vol. 3, 2009, no. 13, 599-612 Two Generalizations of Lifting Modules Nil Orhan Ertaş Süleyman Demirel University, Department of Mathematics 32260 Çünür Isparta, Turkey

More information