LaTeX for Algebra
Step 1: Open LaTeX Equation Editor window (click here)
Step 2: Study the following lesson while entering the commands into the LaTeX Equation Editor yourself.
-
Study how to enter Exponents
-
Study how to enter Fractions
-
Study how to enter Roots
-
Study how to enter Greek Letters
-
Study how to enter Summation Notation
-
How to enter multiple line solution
\begin{align} \frac{3x^2-3x-6}{x^2+8x+16} &= 3 \\ 3x^2-3x-6 &= 3x^2+24x+48 \\ -3x-6 &= 24x+48\\ -27x &= 54 \\ x&=-2 \end{align}
\begin{align} a &= b \\ a &= b \\ a &= b \\ \end{align} |
  |
\begin{align*} \frac{3x^2-3x-6}{x^2+8x+16} &= 3 \\ 3x^2-3x-6 &= 3x^2+24x+48 \\ -3x-6 &= 24x+48\\ -27x &= 54 \\ x&=-2 \end{align*}
\begin{align*} a &= b \\ a &= b \\ a &= b \\ \end{align*} |
 |
-
How mix English text and Math equations. Mixing English and Math (00:05:08) (reference)
$Start your equations with some
text$\\
\begin{align}
\frac{3x^2-3x-6}{x^2+8x+16} &= 3 \\
3x^2-3x-6 &= 3x^2+24x+48 \\
-3x-6 &= 24x+48\\
-27x &= 54 \\
x&=-2
\end{align}\\
$then end with some more text! |

|
-
Homework Level 1
Problem 1: The equation you see below is
Einstein's Special Relativity's Time Dialation. Re-create the equation
using LaTeX and submit it for your homework

Problem 2: The equation you see below is
Quadratic Formula. Re-create the formula using LaTeX and submit it for
your homework
 |