Both in fix [closes #7]
This commit is contained in:
parent
80057a1ea9
commit
600803d6cc
|
@ -624,7 +624,7 @@ For example, in the above set
|
||||||
New sets can be constructed using set operations:
|
New sets can be constructed using set operations:
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item The \key{intersection} $A \cap B$ consists of elements
|
\item The \key{intersection} $A \cap B$ consists of elements
|
||||||
that are both in $A$ and $B$.
|
that are in both $A$ and $B$.
|
||||||
For example, if $A=\{1,2,5\}$ and $B=\{2,4\}$,
|
For example, if $A=\{1,2,5\}$ and $B=\{2,4\}$,
|
||||||
then $A \cap B = \{2\}$.
|
then $A \cap B = \{2\}$.
|
||||||
\item The \key{union} $A \cup B$ consists of elements
|
\item The \key{union} $A \cup B$ consists of elements
|
||||||
|
|
Loading…
Reference in New Issue