| prev | ( testsuite > StrictContent > BasicContentElements > lambda > rec-lambda2 ) | next | (show test run result) |
| Alternatives: | (mml file) (full) (simple) (plain) (form) (slideshow) |
| File: | StrictContent/BasicContentElements/lambda/rec-lambda2 |
| CVS-ID: | |
| Author: | MathML 2 Recommendation |
| Description: | lambda integral f(x)dx |
Sample Rendering:
| |
Your browser's rendering:
Source Code:
<math xmlns="http://www.w3.org/1998/Math/MathML">
<bind>
<csymbol cd="fns1">lambda</csymbol>
<bvar>
<ci>b</ci>
</bvar>
<apply>
<csymbol cd="calculus1">defint</csymbol>
<apply>
<csymbol cd="interval1">oriented_interval</csymbol>
<ci>a</ci>
<ci>b</ci>
</apply>
<bind>
<csymbol cd="fns1">lambda</csymbol>
<bvar>
<ci>x</ci>
</bvar>
<apply>
<ci>f</ci>
<ci>x</ci>
</apply>
</bind>
</apply>
</bind>
</math>