@@ -3313,7 +3313,7 @@ cdef class Matroid(SageObject):
3313
3313
3314
3314
over all bases `B` of the matroid. Here `e_i` are the standard
3315
3315
basis vectors of `\R R^ n`. An arbitrary labelling of the
3316
- groundset by `{0,\l dots,n-1}` is chosen.
3316
+ groundset by `\ { 0,\l dots,n-1\ } ` is chosen.
3317
3317
3318
3318
.. SEEALSO::
3319
3319
@@ -3360,7 +3360,7 @@ cdef class Matroid(SageObject):
3360
3360
3361
3361
over all independent sets `I` of the matroid. Here `e_i` are
3362
3362
the standard basis vectors of `\R R^ n`. An arbitrary labelling
3363
- of the groundset by `{0,\l dots,n-1}` is chosen.
3363
+ of the groundset by `\ { 0,\l dots,n-1\ } ` is chosen.
3364
3364
3365
3365
.. SEEALSO::
3366
3366
@@ -3411,7 +3411,7 @@ cdef class Matroid(SageObject):
3411
3411
- ``other`` -- a matroid
3412
3412
- ``certificate`` -- boolean ( default: ``False``)
3413
3413
3414
- OUTPUT: boolean, and, if ``certificate = True``, a dictionary or
3414
+ OUTPUT: boolean, and, if ``certificate= True``, a dictionary or
3415
3415
``None``
3416
3416
3417
3417
EXAMPLES::
@@ -6081,7 +6081,7 @@ cdef class Matroid(SageObject):
6081
6081
False
6082
6082
"""
6083
6083
if self .rank() >= 2 :
6084
- for X in combinations(self .groundset(), self .rank()- 1 ):
6084
+ for X in combinations(self .groundset(), self .rank() - 1 ):
6085
6085
if not self ._is_independent(frozenset (X)):
6086
6086
return False
6087
6087
return True
@@ -8343,7 +8343,7 @@ cdef class Matroid(SageObject):
8343
8343
matroids.
8344
8344
8345
8345
Let `( M_1, M_2, \l dots, M_k) ` be a list of matroids where each `M_i`
8346
- has groundset `E_i`. The matroid sum `( E_1,I_1) ,\l dots,( E_n,I_n) `
8346
+ has groundset `E_i`. The matroid sum of `( E_1,I_1) ,\l dots,( E_n,I_n) `
8347
8347
is a matroid `( E,I) ` where `E= \b igsqcup_{i=1}^ n E_i` and
8348
8348
`I= \b igsqcup_{i=1}^ n I_i`.
8349
8349
0 commit comments