ZVON > References > MathML Reference

Go to Standard
Element:vectorproduct
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>
     <eq/>
     <apply>
          <vectorproduct/>
          <ci type="vector"> A </ci>
          <ci type="vector"> B </ci>
     </apply>
     <apply>
          <times/>
          <ci> a </ci>
          <ci> b </ci>
          <apply>
               <sin/>
               <ci> &theta; </ci>
          </apply>
          <ci type="vector"> N </ci>
     </apply>
</apply>