diff --git a/doc/maxplusmat.xml b/doc/maxplusmat.xml index fa336c359..b8a4538e4 100644 --- a/doc/maxplusmat.xml +++ b/doc/maxplusmat.xml @@ -20,11 +20,10 @@ - true or false. Every matrix over a semiring in &SEMIGROUPS; is a member of one of these - categories, which are subcategory of . + categories, which are subcategories of .

IsTropicalMatrix is a supercategory of @@ -37,7 +36,7 @@ BookName="ref"/>, the underlying list of lists used to create the matrix can be accessed using , the rows of mat can be accessed using mat[i] where i is between - 1 and the dimension of the matrix, it also possible to loop over + 1 and the dimension of the matrix, it is also possible to loop over the rows of a matrix; for tropical matrices ; for ntp matrices and . @@ -180,13 +179,14 @@ gap> PeriodNTPMatrix(mat); An integer matrix. - If mat is an integer matrix (i.e. belongs to the category - ) whose inverse (if it exists) is also an - integer matrix, then InverseOp returns the inverse of mat. + If mat is an integer matrix whose inverse (if it exists) is also + an integer matrix (i.e. a matrix whose is ), then + InverseOp returns the inverse of mat.

An integer matrix has an integer matrix inverse if and only if it - has determinant one. + has determinant \pm 1. mat := Matrix(Integers, [[0, 0, -1], > [0, 1, 0], @@ -206,9 +206,10 @@ true true or false - If mat is an integer matrix (i.e. belongs to the - category ), then IsTorsion returns - true if mat is torsion and false otherwise.

+ If mat is an integer matrix (i.e. a matrix whose is ), then IsTorsion returns true if + mat is torsion and false otherwise.

An integer matrix mat is torsion if and only if there exists an integer n such that mat to the power of n is @@ -238,7 +239,7 @@ false An integer or infinity. - If mat is an integer matrix, then InverseOp returns the + If mat is an integer matrix, then Order returns the order of mat. The order of mat is the smallest integer power of mat equal to the identity. If no such integer exists, the order is equal to infinity.