[poincare] Add ref and rref matrix functions

Change-Id: Id0e57a4f85d551ca5320c4b6e3c0baadae70946d
This commit is contained in:
Hugo Saint-Vignes
2020-06-22 16:46:42 +02:00
committed by Émilie Feral
parent 997c103fba
commit 007c38652f
28 changed files with 349 additions and 13 deletions

View File

@@ -134,6 +134,8 @@ Determinant = "Determinante"
Transpose = "Matriz transposta"
Trace = "Traço"
Dimension = "Dimensão"
RowEchelonForm = "Matriz escalonada"
ReducedRowEchelonForm = "Matriz escalonada reduzida"
Sort = "Ordem crescente"
InvSort = "Ordem decrescente"
Maximum = "Máximo"