Mathematics
Quadratic formula - formula in LaTeX
A math formula - one of the most frequently typed in assignments, lecture notes and calculus or algebra homework.
LaTeX code
$$
x = \dfrac{-b \pm \sqrt{b^2 - 4ac}}{2a}
$$How to use this formula in LaTeX?
- Copy the code with the button above -
$$…$$is centered display math. - Paste it into the CamteX editor, Overleaf or any LaTeX document.
- Inside a sentence, use single
$…$instead of double. - The formula needs the
amsmathpackage - CamteX templates include it in the preamble.
Related formulas - Mathematics
Drawing formulas is faster than typing them.
Draw a formula, table or chart - CamteX AI turns it into ready LaTeX and inserts it into your document.