Accueil › Forums › Programmation WIMS › Programmation dans le langage wims › Ecrire un système d'équation › Répondre à : Ecrire un système d'équation
18 mai 2017 à 08:42
#3867
Maître des clés
::
In OEF the solution with array is OK if you replace by \lbrace
or \lpar
or \lbracket
according to the type of parenthesis
and of course \rbrace
, etc for the right parenthesis if useful.
\statement{
\(\left\lbrace
\begin{array}{lclr}
f(x) & = & \sin(x^{2}) & (1) \\
h(x) & = & \sin\left(x^{\frac{1}{2}}\right) & (2) \\
i(x) & = & \sin(2x) & (3) \\
j(x) & = & \sin(3\cdot x) & (4) \\
k(x) & = & \sin(\sqrt{x}) & (5)
\end{array}
\right.
\)
}