Skip to content

Commit

Permalink
Fix one small LaTeX issue in matrix_integer_dense.pyx caught by malb
Browse files Browse the repository at this point in the history
  • Loading branch information
mabshoff committed Feb 22, 2008
1 parent 1c673ed commit e2f2aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/matrix/matrix_integer_dense.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -1342,7 +1342,7 @@ cdef class Matrix_integer_dense(matrix_dense.Matrix_dense): # dense or sparse
3. Check max_dets random dets of submatrices to see if their
gcd (with p) is 1 -- if so matrix is saturated and we're done.
4. Finally, use that if A is a matrix of full rank, then
$hnf(transpose(A))^(-1)*A$
$hnf(transpose(A))^{-1}*A$
is a saturation of A.
EXAMPLES:
Expand Down

0 comments on commit e2f2aa2

Please sign in to comment.