prev  ( testsuite > Content > Calculus > degree > rec-degree1  )  next

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Content/Calculus/degree/rec-degree1
CVS-ID:
Author:MathML 2 Recommendation
Description:

Sample Rendering:

Created by: webeq

Your browser's rendering:

x n y m x y

Source Code:


    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <partialdiff/> 
        <bvar> 
          <ci> x </ci> 
          <degree> 
            <ci> n </ci> 
          </degree> 
        </bvar> 
        <bvar> 
          <ci> y </ci> 
          <degree> 
            <ci> m </ci> 
          </degree> 
        </bvar> 
        <apply> 
          <sin/> 
          <apply> 
            <times/> 
            <ci> x </ci> 
            <ci> y </ci> 
          </apply> 
        </apply> 
      </apply> 
    </math>