prev  ( testsuite > Content > Calculus > uplimit > rec-uplimit1  )  next

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Content/Calculus/uplimit/rec-uplimit1
CVS-ID:
Author:MathML 2 Recommendation
Description:

Sample Rendering:

Created by: webeq

Your browser's rendering:

x a b f x

Source Code:


    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <int/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <lowlimit> 
          <ci> a </ci> 
        </lowlimit> 
        <uplimit> 
          <ci> b </ci> 
        </uplimit> 
        <apply> 
          <ci type="fn"> f </ci> 
          <ci> x </ci> 
        </apply> 
      </apply> 
    </math>