ZVON > References > MathML Reference

Go to Standard
Element:partialdiff
Attributes:class | definitionURL | encoding | id | other | style | xlink:href | xref |
Parents:apply | bvar | condition | declare | degree | domainofapplication | fn | interval | lambda | list | logbase | lowlimit | matrix | matrixrow | momentabout | otherwise | piece | reln | semantics | set | uplimit | vector |

Examples:

XHTML documentMathML Source
Example from standard
<apply>
     <partialdiff/>
     <bvar>
          <ci> x </ci>
          <degree>
               <ci> m </ci>
          </degree>
     </bvar>
     <bvar>
          <ci> y </ci>
          <degree>
               <ci> n </ci>
          </degree>
     </bvar>
     <degree>
          <ci> k </ci>
     </degree>
     <apply>
          <ci type="fn"> f </ci>
          <ci> x </ci>
          <ci> y </ci>
     </apply>
</apply>
XHTML documentMathML Source
Example from standard
<apply>
     <partialdiff/>
     <bvar>
          <ci> x </ci>
     </bvar>
     <bvar>
          <ci> y </ci>
     </bvar>
     <apply>
          <ci type="fn"> f </ci>
          <ci> x </ci>
          <ci> y </ci>
     </apply>
</apply>
XHTML documentMathML Source
Example from standard
<apply>
     <partialdiff/>
     <list>
          <cn>1</cn>
          <cn>1</cn>
          <cn>3</cn>
     </list>
     <ci type="fn">f</ci>
</apply>