prev  ( testsuite > Content > SequencesAndSeries > limit > limit6  )  next (show test run result)

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Content/SequencesAndSeries/limit/limit6
CVS-ID:
Author:Design Science, Inc. (E. Cannon, E. Tabacman, R.Miner)
Description:limit as x goes to a of sin(x + y)2b using <apply>

passed (p) failed (f) not-tested (n) broken-test (b) some parts pass (s)


Sample Rendering:

Created by: webeq

Your browser's rendering:

x x a x y 2 b

Source Code:


    <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> 
          <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>