Skip to content

Commit

Permalink
Merge pull request #241 from OrhanBC/master
Browse files Browse the repository at this point in the history
Change \systeme{} to align*
  • Loading branch information
siefkenj authored Apr 3, 2024
2 parents 94ded0d + 4e4be69 commit 0e36cc6
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions book/modules/appendix1.tex
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@
Additional relationships give rise to additional equations, which we express concisely as a
\emph{system of equations}, that is, a list of equations. For example, suppose you know the cake
had six pieces and your brother ate twice as many pieces as you. We might now write the system
\[
\sysdelim..
\systeme{C=M+B,B=2M,C=6}
\]

\begin{align*}
C &= M + B \\
B &= 2M \\
C &= 6
\end{align*}

which should be interpreted as: ``the relationship $C=M+B$ holds \emph{and} the relationship $B=2M$ holds \emph{and}
the relationship $C=6$ holds.''
All this information, taken together, is enough to deduce the unknowns: $M=2$, $B=4$, and $C=6$.
Expand Down

0 comments on commit 0e36cc6

Please sign in to comment.