Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
GBNP: Simple doc change for patchbot
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomer Bauer committed Aug 4, 2022
1 parent 581538d commit d293e67
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions src/sage/algebras/gbnp.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@
# http://www.gnu.org/licenses/
#*****************************************************************************

import sage.all
from sage.libs.gap.libgap import libgap
from sage.misc.misc_c import prod
from sage.algebras.free_algebra import FreeAlgebra_generic
Expand Down Expand Up @@ -380,7 +379,7 @@ def groebner_basis(self, max_iters=10, strong=True):

def is_groebner_basis(self, strong=True):
"""
Returns ``True`` if the generators of the given ideal form a Groebner
Return ``True`` if the generators of the given ideal form a Groebner
basis, else ``False``.
INPUT:
Expand Down Expand Up @@ -508,7 +507,7 @@ def __init__(self, R, I, names=None, category=None):

def get_basis(self, maxno=0):
r"""
Returns a basis for the quotient algebra.
Return a basis for the quotient algebra.
INPUT:
Expand Down Expand Up @@ -547,7 +546,7 @@ def get_basis(self, maxno=0):

def dim(self):
"""
Returns the dimension of the quotient algebra.
Return the dimension of the quotient algebra.
EXAMPLES:
Expand Down Expand Up @@ -629,7 +628,7 @@ def get_matrix(self, gen_index, basis):

def get_matrices(self, basis):
"""
Returns the matrices corresponding to multiplication by each generator
Return the matrices corresponding to multiplication by each generator
of the algebra.
INPUT:
Expand Down Expand Up @@ -732,7 +731,7 @@ def reduce(self, elem, check=True):

def get_leading_monomials(self, gap_obj=False):
"""
Returns the leading monomials of the generators of the defining ideal.
Return the leading monomials of the generators of the defining ideal.
INPUT:
Expand Down Expand Up @@ -834,7 +833,7 @@ def growth(self, exact=True):

def is_finite_dimensional(self):
"""
Returns ``True`` if the quotient algebra is finite dimensional, otherwise
Return ``True`` if the quotient algebra is finite dimensional, otherwise
returns ``False``.
EXAMPLES:
Expand Down Expand Up @@ -862,7 +861,7 @@ def is_finite_dimensional(self):

def hilbert_series(self, deg):
r"""
Returns the first ``deg`` coefficients of the Hilbert series for the given
Return the first ``deg`` coefficients of the Hilbert series for the given
quotient algebra.
INPUT:
Expand Down

0 comments on commit d293e67

Please sign in to comment.