| prev | next |
| File: | Content/BasicContentElements/lambda/rec-lambda1.html | |
| Author: | MathML 2 Recommendation | |
| Description: | lambda sin(x + 1) | |
| Sample Rendering: |
|
Your browser's rendering:
Source Code:
<math>
<lambda>
<bvar>
<ci> x </ci>
</bvar>
<apply>
<sin/>
<apply>
<plus/>
<ci> x </ci>
<cn> 1 </cn>
</apply>
</apply>
</lambda>
</math>