Test LaTex : \(ax^2 + bx + c = 0\)
Par Vutheany LOCH
—
Dernière modification
16/01/2024 09:51
Les formules maths en TeX, LaTex et MathML sont affichées grâce au MathJax "https://www.mathjax.org"
$$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$
Comment faire
On insère le TeX ou LaTex directement dans cet éditeur wyswyg, mais il faut respecter les délimiteurs : $$...$$ ou \(...\) ou bien \[...\]).
Pour les MathsML, il faut insérer les balises dans le code source :
<math xmlns="http://www.w3.org/1998/Math/MathML"> <mfrac> <mrow> <mo>-</mo> <mi>b</mi> <mo>±</mo> <msqrt> <mrow> <msup> <mi>b</mi> <mn>2</mn> </msup> <mo>-</mo> <mn>4</mn> <mi>a</mi> <mi>c</mi> </mrow> </msqrt> </mrow> <mrow> <mn>2</mn> <mi>a</mi> </mrow> </mfrac> </math>
Démo
En TeX
When \(a \ne 0\), there are two solutions to \(ax^2 + bx + c = 0\) and they are
$$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$
en MathML
- b ± b 2 - 4 a c 2 a
En laTex
$$\frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$$
$$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$
When $a \ne 0$, there are two solutions to \(ax^2 + bx + c = 0\) and they are
$$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$