ZVON > References > MathML Reference

Go to Standard
Element:inverse
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
---
<apply>
     <inverse/>
     <ci> f </ci>
</apply>
XHTML documentMathML Source
---
<apply>
     <inverse definitionURL="../MyDefinition.htm" encoding="text"/>
     <ci> f </ci>
</apply>
XHTML documentMathML Source
---
<apply>
     <apply>
          <inverse/>
          <ci type="matrix"> a </ci>
     </apply>
     <ci> A </ci>
</apply>