[apps/toolbox] Add Vector operation toolbox menus

Change-Id: Iab8faa45a3f30be979f7d705ac169e8f2b801da9
This commit is contained in:
Hugo Saint-Vignes
2020-07-21 10:40:21 +02:00
committed by Émilie Feral
parent 8688fd5b95
commit ca91b7c43d
9 changed files with 38 additions and 0 deletions

View File

@@ -136,6 +136,10 @@ Trace = "Spoor"
Dimension = "Afmeting"
RowEchelonForm = "Echelonvorm"
ReducedRowEchelonForm = "Gereduceerde echelonvorm"
Vectors = "Vectoren"
Dot = "Inwendig product"
Cross = "Kruisproduct"
NormVector = "Norm"
Sort = "Sorteer oplopend "
InvSort = "Sort aflopend"
Maximum = "Maximum"