mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/toolbox] Matrix > Identity command
This commit is contained in:
@@ -40,6 +40,7 @@ const ToolboxMessageTree arithmeticChildren[] = {
|
||||
#if MATRICES_ARE_DEFINED
|
||||
const ToolboxMessageTree matricesChildren[] = {
|
||||
ToolboxMessageTree::Leaf(I18n::Message::MatrixCommandWithArg, I18n::Message::NewMatrix, false, I18n::Message::MatrixCommand),
|
||||
ToolboxMessageTree::Leaf(I18n::Message::IndentityCommandWithArg, I18n::Message::Identity),
|
||||
ToolboxMessageTree::Leaf(I18n::Message::InverseCommandWithArg, I18n::Message::Inverse),
|
||||
ToolboxMessageTree::Leaf(I18n::Message::DeterminantCommandWithArg, I18n::Message::Determinant),
|
||||
ToolboxMessageTree::Leaf(I18n::Message::TransposeCommandWithArg, I18n::Message::Transpose),
|
||||
|
||||
@@ -31,6 +31,7 @@ FloorCommandWithArg = "floor(x)"
|
||||
FracCommandWithArg = "frac(x)"
|
||||
GcdCommandWithArg = "gcd(p,q)"
|
||||
ImCommandWithArg = "im(z)"
|
||||
IndentityCommandWithArg = "identity(n)"
|
||||
IntCommand = "int(\x11,x,\x11,\x11)"
|
||||
IntCommandWithArg = "int(f(x),x,a,b)"
|
||||
InverseCommandWithArg = "inverse(M)"
|
||||
|
||||
@@ -8,6 +8,7 @@ Probability = "Kombinatorik"
|
||||
Arithmetic = "Arithmetik"
|
||||
Matrices = "Matrizen"
|
||||
NewMatrix = "Neue Matrix"
|
||||
Identity = "Einheitsmatrix der Größe n"
|
||||
Lists = "Listen"
|
||||
HyperbolicTrigonometry = "Hyperbelfunktionen"
|
||||
Fluctuation = "Konfidenzintervall"
|
||||
|
||||
@@ -8,6 +8,7 @@ Probability = "Combinatorics"
|
||||
Arithmetic = "Arithmetic"
|
||||
Matrices = "Matrix"
|
||||
NewMatrix = "New matrix"
|
||||
Identity = "Identity matrix of size n"
|
||||
Lists = "List"
|
||||
HyperbolicTrigonometry = "Hyperbolic trigonometry"
|
||||
Fluctuation = "Prediction Interval"
|
||||
|
||||
@@ -8,6 +8,7 @@ Probability = "Combinatoria"
|
||||
Arithmetic = "Aritmética"
|
||||
Matrices = "Matriz"
|
||||
NewMatrix = "Nueva matriz"
|
||||
Identity = "Matriz identidad de tamaño n"
|
||||
Lists = "Listas"
|
||||
HyperbolicTrigonometry = "Trigonometría hiperbólica"
|
||||
Fluctuation = "Interval de predicción"
|
||||
|
||||
@@ -8,6 +8,7 @@ Probability = "Dénombrement"
|
||||
Arithmetic = "Arithmétique"
|
||||
Matrices = "Matrices"
|
||||
NewMatrix = "Nouvelle matrice"
|
||||
Identity = "Matrice identité de taille n"
|
||||
Lists = "Listes"
|
||||
HyperbolicTrigonometry = "Trigonométrie hyperbolique"
|
||||
Fluctuation = "Intervalle fluctuation"
|
||||
|
||||
@@ -8,6 +8,7 @@ Probability = "Combinatoria"
|
||||
Arithmetic = "Aritmetica"
|
||||
Matrices = "Matrizes"
|
||||
NewMatrix = "Nova matriz"
|
||||
Identity = "Matriz identidade de ordem n"
|
||||
Lists = "Listas"
|
||||
HyperbolicTrigonometry = "Funcoes hiperbolicas"
|
||||
Fluctuation = "Intervalo de confianca"
|
||||
|
||||
Reference in New Issue
Block a user