Skip to content

Commit

Permalink
Add documentation for getMaxIndependent and positivity
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin Alstad authored and Colin Alstad committed Feb 9, 2024
1 parent 2037e9c commit 18ac0a3
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion Valuations/Valuations.m2
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,6 @@ doc ///
orderedQQn
///


doc ///
Key
"valM"
Expand Down Expand Up @@ -913,6 +912,28 @@ doc ///
coneToValuation
///

doc ///
Key
getMaxIndependent
Headline
Finds the maximum number of linearly independent columns of a given matrix.
Description
Text
Given a matrix $M$, this function returns a matrix $M^{\prime}$ that is
composed of a maximal number of linearly indedpendent columns of the matrix $M$.s
///

doc ///
Key
positivity
Headline
Scale the rows of a list of matrices based on a tropical variety.
Description
Text
Given a list of matrices, this function scales each matrix by a positive
vector in the lineality space of the a given tropical variety.
///

doc ///
Key
OrderedQQn
Expand Down

0 comments on commit 18ac0a3

Please sign in to comment.