La plateforme de wiki sera arrêtée le vendredi 11/04/2025 de 07h45 à 08h15 - Application des mises à jour de sécurité

MathJaxMacro

Modifié par Admin le 08/11/2024 - 07:54

Example usage of the {{mathjax}} macro:

Normal Wiki text followed by a formula

\begin{eqnarray} 1 & = & a x + b y\label{eq:first} \\ 0 & = & c x + d y\label{eq:second} \end{eqnarray}

Solving equation \ref{eq:second} for x and substituting back into equation \ref{eq:first} yields

\begin{equation} y = \frac{c}{cb-ad} \end{equation}