[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 = "Trace de M"
Dimension = "Taille de M"
RowEchelonForm = "Forme échelonnée de M"
ReducedRowEchelonForm = "Forme échelonnée réduite de M"
Vectors = "Vecteurs"
Dot = "Produit scalaire"
Cross = "Produit vectoriel"
NormVector = "Norme"
Sort = "Tri croissant"
InvSort = "Tri décroissant"
Maximum = "Maximum"