Skip to content

Commit

Permalink
correcting whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
darijgr committed Mar 30, 2015
1 parent 0a442cb commit 82c96d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sage/combinat/alternating_sign_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,11 +297,11 @@ def rotate_ccw(self):

def inversion_number(self):
r"""
Return the inversion number of ``self``.
Return the inversion number of ``self``.
If we denote the entries of the alternating sign matrix as `a_{i,j}`,
If we denote the entries of the alternating sign matrix as `a_{i,j}`,
the inversion number is defined as `\sum_{i>k}\sum_{j<l}a_{i,j}a_{k,l}`.
When restricted to permutation matrices, this gives the usual inversion
When restricted to permutation matrices, this gives the usual inversion
number of the permutation.
This definition is equivalent to the one given in [MiRoRu]_.
Expand Down

0 comments on commit 82c96d7

Please sign in to comment.