prev  ( testsuite > Content > ArithmeticAlgebraLogic > power > power3  )  next

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Content/ArithmeticAlgebraLogic/power/power3
CVS-ID:
Author:Design Science, Inc. (E. Cannon, E. Tabacman, R.Miner)
Description:- ( (x + y) ^ (n - 3) )

Sample Rendering:

Created by: webeq

Your browser's rendering:

x y n 3

Source Code:


    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <minus/> 
        <apply> 
          <power/> 
          <apply> 
            <plus/> 
            <ci> x </ci> 
            <ci>y</ci> 
          </apply> 
          <apply> 
            <minus/> 
            <cn>n</cn> 
            <cn>3</cn> 
          </apply> 
        </apply> 
      </apply> 
    </math>