prev  ( testsuite > StrictContent > Calculus > int > int2  )  next (show test run result)

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:StrictContent/Calculus/int/int2
CVS-ID:
Author:Design Science, Inc. (E. Cannon, E. Tabacman, R.Miner)
Description:integral (a + x)dx

passed (p) failed (f) not-tested (n) broken-test (b) some parts pass (s)


Sample Rendering:

Created by: webeq

Your browser's rendering:

defint oriented_interval 0 a lambda x plus a x

Source Code:

<math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <csymbol cd="calculus1">defint</csymbol>
            <apply>
               <csymbol cd="interval1">oriented_interval</csymbol>
               <cn>0</cn>
               <ci>a</ci>
            </apply>
            <bind>
               <csymbol cd="fns1">lambda</csymbol>
               <bvar>
                  <ci>x</ci>
               </bvar>
               <apply>
                  <csymbol cd="arith1">plus</csymbol>
                  <ci>a</ci>
                  <ci>x</ci>
               </apply>
            </bind>
         </apply>
      </math>