| prev | next |
| File: | Content/Calculus/int/rec-int3.html | |
| Author: | MathML 2 Recommendation | |
| Description: | integral of f(x) with bounds | |
| Sample Rendering: |
|
Your browser's rendering:
Source Code:
<math>
<apply>
<int/>
<bvar>
<ci> x </ci>
</bvar>
<lowlimit>
<cn> 0 </cn>
</lowlimit>
<uplimit>
<ci> a </ci>
</uplimit>
<apply>
<ci> f </ci>
<ci> x </ci>
</apply>
</apply>
</math>