| prev | ( testsuite > StrictContent > SequencesAndSeries > limit > limit2 ) | next | (show test run result) |
| Alternatives: | (mml file) (full) (simple) (plain) (form) (slideshow) |
| File: | StrictContent/SequencesAndSeries/limit/limit2 |
| CVS-ID: | |
| Author: | Design Science, Inc. (E. Cannon, E. Tabacman, R.Miner) |
| Description: | limit as x goes to a of sin x using <apply> |
Sample Rendering:
| |
Your browser's rendering:
Source Code:
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
<csymbol cd="limit1">limit</csymbol>
<ci>a</ci>
<csymbol cd="limit1">above</csymbol>
<bind>
<csymbol cd="fns1">lambda</csymbol>
<bvar>
<ci>x</ci>
</bvar>
<apply>
<csymbol cd="transc1">sin</csymbol>
<ci>x</ci>
</apply>
</bind>
</apply>
</math>