| prev | ( testsuite > StrictContent > BasicContentElements > lambda > rec-lambda1 ) | next | (show test run result) |
| Alternatives: | (mml file) (full) (simple) (plain) (form) (slideshow) |
| File: | StrictContent/BasicContentElements/lambda/rec-lambda1 |
| CVS-ID: | |
| Author: | MathML 2 Recommendation |
| Description: | lambda sin(x + 1) |
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>x</ci>
</bvar>
<apply>
<csymbol cd="transc1">sin</csymbol>
<apply>
<csymbol cd="arith1">plus</csymbol>
<ci>x</ci>
<cn>1</cn>
</apply>
</apply>
</bind>
</math>