Index

testsuite:content:sequencesandseries:limit:limit4

limit4

limit as x goes to a of sin(x + y) using <apply>

W3C sample WIRIS
x x a x y
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <apply>
    <limit/>
    <bvar>
      <ci>x</ci>
    </bvar>
    <condition>
      <apply>
        <tendsto type="above"/>
        <ci>x</ci>
        <ci>a</ci>
      </apply>
    </condition>
    <apply>
      <sin/>
      <apply>
        <plus/>
        <ci>x</ci>
        <ci>y</ci>
      </apply>
    </apply>
  </apply>
</math>

Author: Design Science, Inc. (E. Cannon, E. Tabacman, R.Miner)

testsuite/content/sequencesandseries/limit/limit4.txt · Last modified: 2015/12/22 12:19 (external edit)