| prev | next |
| File: | Content/SequencesAndSeries/limit/limit5.html | |
| Author: | Design Science, Inc. (E. Cannon, E. Tabacman, R.Miner) | |
| Description: | limit as x goes to a of sin(x + y)2b using <reln> | |
| Sample Rendering: |
|
Your browser's rendering:
Source Code:
<math>
<apply>
<limit/>
<bvar>
<ci> x </ci>
</bvar>
<condition>
<reln>
<tendsto type="above"/>
<ci> x </ci>
<ci> a </ci>
</reln>
</condition>
<apply>
<times/>
<apply>
<sin/>
<apply>
<times/>
<ci> x </ci>
<ci> y </ci>
</apply>
</apply>
<apply>
<times/>
<cn>2</cn>
<ci>b</ci>
</apply>
</apply>
</apply>
</math>