prev  ( testsuite > Content > ArithmeticAlgebraLogic > max > rec-max2  )  next

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Content/ArithmeticAlgebraLogic/max/rec-max2
CVS-ID:
Author:MathML 2 Recommendation
Description:

Sample Rendering:

Created by: webeq

Your browser's rendering:

x x B x C x

Source Code:


    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <max/> 
        <bvar> 
          <ci>x</ci> 
        </bvar> 
        <condition> 
          <apply> 
            <and/> 
            <apply> 
              <in/> 
              <ci>x</ci> 
              <ci type="set">B</ci> 
            </apply> 
            <apply> 
              <notin/> 
              <ci>x</ci> 
              <ci type="set">C</ci> 
            </apply> 
          </apply> 
        </condition> 
        <ci>x</ci> 
      </apply> 
    </math>