prev  ( testsuite > Content > TheoryOfSets > intersect > intersect1  )  next

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Content/TheoryOfSets/intersect/intersect1
CVS-ID:
Author:Design Science, Inc. (E. Cannon, E. Tabacman, R.Miner)
Description:A intersect (B union C)

Sample Rendering:

Created by: webeq

Your browser's rendering:

A B C

Source Code:


    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <intersect/> 
        <ci type="set"> A </ci> 
        <apply> 
          <union/> 
          <ci type="set"> B </ci> 
          <ci type="set"> C </ci> 
        </apply> 
      </apply> 
    </math>