Section 5 Math Content
This section helps with testing aspects of math content.
Checkpoint 5.1. Math Elements and Alignment.
In this exercise we demonstrate the allowed math elements: <m>
, <me>
, and <md>
. The last of these may have attribute @alignment
with options gather
, align
, or alignat
. The first two are used by default, depending on if you have &
or \amp
in your math.
If \(a=5\) and \(b=12\text{,}\) then
Here, we solve an equation.
Here we have a three-way inequality to solve.
And here, we see a system of equations.
Checkpoint 5.2. Intertext.
With an <md>
you might have <intertext>
among the rows.
Here, we solve an equation.
Now subtract \(1\) from each side.
Now divide by \(2\) on each side.
We should also test when the <md>
is within a list.
Start a list.
-
\begin{equation*} \begin{aligned} 2x+1 \amp= 3 \end{aligned} \end{equation*}
Now subtract \(1\) from each side.
\begin{equation*} \begin{aligned} 2x \amp= 2 \end{aligned} \end{equation*}Now divide by \(2\) on each side.
\begin{equation*} \begin{aligned} x \amp= 1 \end{aligned} \end{equation*} Still in the list?