| prev | next |
| File: | Content/SequencesAndSeries/limit/limit2.html | |
| 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>
<apply>
<limit/>
<bvar>
<ci> x </ci>
</bvar>
<condition>
<apply>
<tendsto type="above"/>
<ci> x </ci>
<ci> a </ci>
</apply>
</condition>
<apply>
<sin/>
<ci> x </ci>
</apply>
</apply>
</math>