<?xml-stylesheet type="text/xsl" href="mathml.xsl"?>

<!--
Copyright David Carlisle 2001, 2002.

Use and distribution of this code are permitted under the terms of the <a
href="http://www.w3.org/Consortium/Legal/copyright-software-19980720"
>W3C Software Notice and License</a>.
-->

<html xmlns="http://www.w3.org/1999/xhtml"
  xmlns:pref="http://www.w3.org/2002/Math/preference"
  pref:renderer="mathplayer"
>
<head>
<title>Content MathML Examples</title>
</head>
<body>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <compose/>
  <fn><ci> f </ci></fn>
  <fn><ci> g </ci></fn>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <compose/>
  <fn><ci> f </ci></fn>
  <fn><ci> g </ci></fn>
</apply>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <compose/>
  <ci type="fn"> f </ci>
  <ci type="fn"> g </ci>
  <ci type="fn"> h </ci>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <compose/>
  <ci type="fn"> f </ci>
  <ci type="fn"> g </ci>
  <ci type="fn"> h </ci>
</apply>
</math></div>

<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">

<apply>
  <apply><compose/>
    <fn><ci> f </ci></fn>
    <fn><ci> g </ci></fn>
  </apply>
  <ci> x </ci>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">

<apply>
  <apply><compose/>
    <fn><ci> f </ci></fn>
    <fn><ci> g </ci></fn>
  </apply>
  <ci> x </ci>
</apply>
</math></div>

<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <fn><ci> f </ci></fn>
  <apply>
    <fn><ci> g </ci></fn>
    <ci> x </ci>
  </apply>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <fn><ci> f </ci></fn>
  <apply>
    <fn><ci> g </ci></fn>
    <ci> x </ci>
  </apply>
</apply>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <eq/>
  <apply><compose/>
    <fn><ci> f </ci></fn>
    <apply><inverse/>
      <fn><ci> f </ci></fn>
    </apply>
  </apply>
  <ident/>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <eq/>
  <apply><compose/>
    <fn><ci> f </ci></fn>
    <apply><inverse/>
      <fn><ci> f </ci></fn>
    </apply>
  </apply>
  <ident/>
</apply>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <eq/>
  <apply><domain/>
    <fn><ci> f </ci></fn>
  </apply>
  <reals/>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <eq/>
  <apply><domain/>
    <fn><ci> f </ci></fn>
  </apply>
  <reals/>
</apply>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
<eq/>
<apply>
  <abs/>
  <ci> x </ci>
</apply>
<piecewise>
  <piece>
      <apply><minus/><ci> x </ci></apply>
      <apply><lt/><ci> x </ci> <cn> 0 </cn></apply>
  </piece>
  <piece>
      <cn> 0 </cn>
      <apply><eq/><ci> x </ci> <cn> 0 </cn></apply>
  </piece>
  <piece>
      <ci> x </ci>
      <apply><gt/><ci> x </ci> <cn> 0 </cn></apply>
  </piece>
</piecewise>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
<eq/>
<apply>
  <abs/>
  <ci> x </ci>
</apply>
<piecewise>
  <piece>
      <apply><minus/><ci> x </ci></apply>
      <apply><lt/><ci> x </ci> <cn> 0 </cn></apply>
  </piece>
  <piece>
      <cn> 0 </cn>
      <apply><eq/><ci> x </ci> <cn> 0 </cn></apply>
  </piece>
  <piece>
      <ci> x </ci>
      <apply><gt/><ci> x </ci> <cn> 0 </cn></apply>
  </piece>
</piecewise>
</apply>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <divide/>
  <ci> a </ci>
  <ci> b </ci>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <divide/>
  <ci> a </ci>
  <ci> b </ci>
</apply>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <power/>
  <ci> x </ci>
  <cn> 3 </cn>
</apply>

</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <power/>
  <ci> x </ci>
  <cn> 3 </cn>
</apply>

</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <times/>
  <ci> a </ci>
  <ci> b </ci>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <times/>
  <ci> a </ci>
  <ci> b </ci>
</apply>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <times/>
  <cn> 1 </cn>
  <cn> 2 </cn>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <times/>
  <cn> 1 </cn>
  <cn> 2 </cn>
</apply>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <times/>
  <cn> 1 </cn>
  <cn> 2 </cn>
  <apply>
  <plus/>
  <cn> 1 </cn>
  <cn> 2 </cn>
 </apply>
  <cn> 3 </cn>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <times/>
  <cn> 1 </cn>
  <cn> 2 </cn>
  <apply>
  <plus/>
  <cn> 1 </cn>
  <cn> 2 </cn>
 </apply>
  <cn> 3 </cn>
</apply>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <plus/>
  <cn> 1 </cn>
  <cn> 2 </cn>
  <apply>
  <times/>
  <cn> 1 </cn>
  <cn> 2 </cn>
 </apply>
  <cn> 3 </cn>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <plus/>
  <cn> 1 </cn>
  <cn> 2 </cn>
  <apply>
  <times/>
  <cn> 1 </cn>
  <cn> 2 </cn>
 </apply>
  <cn> 3 </cn>
</apply>
</math></div>



<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <plus/>
  <apply><times/>
  <cn> 111 </cn>
  <ci> x </ci>
 </apply>
  <apply><times/>
  <apply><minus/>
  <cn> 222 </cn>
  </apply>
  <ci> x </ci>
  <ci> y </ci>
 </apply>
  <apply><times/>
  <cn> 333 </cn>
  <ci> x </ci>
</apply>
  <apply><times/>
  <cn> -444 </cn>
  <ci> x </ci>
</apply>
  <apply><times/>
  <cn> 555</cn>
  <ci> x </ci>
</apply>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <plus/>
  <apply><times/>
  <cn> 111 </cn>
  <ci> x </ci>
 </apply>
  <apply><times/>
  <apply><minus/>
  <cn> 222 </cn>
  </apply>
  <ci> x </ci>
  <ci> y </ci>
 </apply>
  <apply><times/>
  <cn> 333 </cn>
  <ci> x </ci>
</apply>
  <apply><times/>
  <cn> -444 </cn>
  <ci> x </ci>
</apply>
  <apply><times/>
  <cn> 555</cn>
  <ci> x </ci>
</apply>
</apply>
</math></div>



<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <root/>
  <ci> a </ci>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <root/>
  <ci> a </ci>
</apply>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <root/>
  <degree><ci type='integer'> n </ci></degree>
  <ci> a </ci>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <root/>
  <degree><ci type='integer'> n </ci></degree>
  <ci> a </ci>
</apply>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <not/>
  <ci> a </ci>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <not/>
  <ci> a </ci>
</apply>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <implies/>
  <ci> A </ci>
  <ci> B </ci>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <implies/>
  <ci> A </ci>
  <ci> B </ci>
</apply>
</math></div>

<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <forall/>
  <bvar><ci> x </ci></bvar>
  <apply><eq/>
    <apply>
      <minus/><ci> x </ci><ci> x </ci>
    </apply>
    <cn>0</cn>
  </apply>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <forall/>
  <bvar><ci> x </ci></bvar>
  <apply><eq/>
    <apply>
      <minus/><ci> x </ci><ci> x </ci>
    </apply>
    <cn>0</cn>
  </apply>
</apply>
</math></div>

<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <forall/>
  <bvar><ci> p </ci></bvar>
  <bvar><ci> q </ci></bvar>
  <condition>
    <apply><and/>
      <apply><in/><ci> p </ci><rationals/></apply>
      <apply><in/><ci> q </ci><rationals/></apply>
      <apply><lt/><ci> p </ci><ci> q </ci></apply>
    </apply>
  </condition>
  <apply><lt/>
      <ci> p </ci>
      <apply>
          <power/>
        <ci> q </ci>
        <cn> 2 </cn>
      </apply>
  </apply>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <forall/>
  <bvar><ci> p </ci></bvar>
  <bvar><ci> q </ci></bvar>
  <condition>
    <apply><and/>
      <apply><in/><ci> p </ci><rationals/></apply>
      <apply><in/><ci> q </ci><rationals/></apply>
      <apply><lt/><ci> p </ci><ci> q </ci></apply>
    </apply>
  </condition>
  <apply><lt/>
      <ci> p </ci>
      <apply>
          <power/>
        <ci> q </ci>
        <cn> 2 </cn>
      </apply>
  </apply>
</apply>
</math></div>

<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <forall/>
  <bvar><ci> n </ci></bvar>
  <condition>
    <apply><and/>
      <apply><gt/><ci> n </ci><cn> 0 </cn></apply>
      <apply><in/><ci> n </ci><integers/></apply>
    </apply>
  </condition>
  <apply>
    <exists/>
    <bvar><ci> x </ci></bvar>
    <bvar><ci> y </ci></bvar>
    <bvar><ci> z </ci></bvar>
    <condition>
      <apply><and/>
        <apply><in/><ci> x </ci><integers/></apply>
        <apply><in/><ci> y </ci><integers/></apply>
        <apply><in/><ci> z </ci><integers/></apply>
      </apply>
    </condition>
    <apply>
      <eq/>
      <apply>
        <plus/>
        <apply><power/><ci> x </ci><ci> n </ci></apply>
        <apply><power/><ci> y </ci><ci> n </ci></apply>
      </apply>
      <apply><power/><ci> z </ci><ci> n </ci></apply>
    </apply>
  </apply>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <forall/>
  <bvar><ci> n </ci></bvar>
  <condition>
    <apply><and/>
      <apply><gt/><ci> n </ci><cn> 0 </cn></apply>
      <apply><in/><ci> n </ci><integers/></apply>
    </apply>
  </condition>
  <apply>
    <exists/>
    <bvar><ci> x </ci></bvar>
    <bvar><ci> y </ci></bvar>
    <bvar><ci> z </ci></bvar>
    <condition>
      <apply><and/>
        <apply><in/><ci> x </ci><integers/></apply>
        <apply><in/><ci> y </ci><integers/></apply>
        <apply><in/><ci> z </ci><integers/></apply>
      </apply>
    </condition>
    <apply>
      <eq/>
      <apply>
        <plus/>
        <apply><power/><ci> x </ci><ci> n </ci></apply>
        <apply><power/><ci> y </ci><ci> n </ci></apply>
      </apply>
      <apply><power/><ci> z </ci><ci> n </ci></apply>
    </apply>
  </apply>
</apply>
</math></div>

<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <abs/>
  <ci> x </ci>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <abs/>
  <ci> x </ci>
</apply>
</math></div>

<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <conjugate/>
  <apply>
    <plus/>
    <ci> x </ci>
    <apply><times/>
      <cn> i</cn>
      <ci> y </ci>
    </apply>
  </apply>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <conjugate/>
  <apply>
    <plus/>
    <ci> x </ci>
    <apply><times/>
      <cn> i</cn>
      <ci> y </ci>
    </apply>
  </apply>
</apply>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <arg/>
  <apply><plus/>
    <ci> x </ci>
    <apply><times/>
      <cn> i </cn>
      <ci> y </ci>
    </apply>
  </apply>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <arg/>
  <apply><plus/>
    <ci> x </ci>
    <apply><times/>
      <cn> i </cn>
      <ci> y </ci>
    </apply>
  </apply>
</apply>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <real/>
  <apply><plus/>
    <ci> x </ci>
    <apply><times/>
      <cn> i </cn>
      <ci> y </ci>
    </apply>
  </apply>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <real/>
  <apply><plus/>
    <ci> x </ci>
    <apply><times/>
      <cn> i </cn>
      <ci> y </ci>
    </apply>
  </apply>
</apply>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <imaginary/>
  <apply><plus/>
    <ci> x </ci>
    <apply><times/>
      <cn> i </cn>
      <ci> y </ci>
    </apply>
  </apply>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <imaginary/>
  <apply><plus/>
    <ci> x </ci>
    <apply><times/>
      <cn> i </cn>
      <ci> y </ci>
    </apply>
  </apply>
</apply>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <int/>
  <bvar>
    <ci> x </ci>
  </bvar>
  <lowlimit>
    <cn> 0 </cn>
  </lowlimit>
  <uplimit>
    <ci> a </ci>
  </uplimit>
  <apply>
    <ci> f </ci>
    <ci> x </ci>
  </apply>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <int/>
  <bvar>
    <ci> x </ci>
  </bvar>
  <lowlimit>
    <cn> 0 </cn>
  </lowlimit>
  <uplimit>
    <ci> a </ci>
  </uplimit>
  <apply>
    <ci> f </ci>
    <ci> x </ci>
  </apply>
</apply>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <int/>
  <bvar>
    <ci> x </ci>
  </bvar>
  <interval>
    <ci> a </ci>
    <ci> b </ci>
  </interval>
  <apply><cos/>
    <ci> x </ci>
  </apply>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <int/>
  <bvar>
    <ci> x </ci>
  </bvar>
  <interval>
    <ci> a </ci>
    <ci> b </ci>
  </interval>
  <apply><cos/>
    <ci> x </ci>
  </apply>
</apply>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <int/>
  <bvar>
    <ci> x </ci>
  </bvar>
  <condition>
    <apply><in/>
      <ci> x </ci>
      <ci type="set"> D </ci>
    </apply>
  </condition>
  <apply><ci type="fn"> f </ci>
    <ci> x </ci>
  </apply>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <int/>
  <bvar>
    <ci> x </ci>
  </bvar>
  <condition>
    <apply><in/>
      <ci> x </ci>
      <ci type="set"> D </ci>
    </apply>
  </condition>
  <apply><ci type="fn"> f </ci>
    <ci> x </ci>
  </apply>
</apply>
</math></div>



<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <diff/>
  <ci> f </ci>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <diff/>
  <ci> f </ci>
</apply>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <diff/>
  <bvar>
    <ci> x </ci>
  </bvar>
  <apply><ci type="fn"> f </ci>
    <ci> x </ci>
  </apply>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <diff/>
  <bvar>
    <ci> x </ci>
  </bvar>
  <apply><ci type="fn"> f </ci>
    <ci> x </ci>
  </apply>
</apply>
</math></div>



<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <diff/>
  <bvar>
    <ci> x </ci>
    <degree>
      <cn> 2 </cn>
    </degree>
  </bvar>
  <apply><fn><ci>f</ci></fn>
    <ci> x </ci>
  </apply>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <diff/>
  <bvar>
    <ci> x </ci>
    <degree>
      <cn> 2 </cn>
    </degree>
  </bvar>
  <apply><fn><ci>f</ci></fn>
    <ci> x </ci>
  </apply>
</apply>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<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>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<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>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<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>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<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>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply><partialdiff/>
 <bvar><ci> x </ci><degree><cn>2</cn></degree></bvar>
 <bvar><ci> y </ci></bvar>
 <apply><ci type="fn"> f </ci>
  <ci> x </ci>
  <ci> y </ci>
 </apply>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply><partialdiff/>
 <bvar><ci> x </ci><degree><cn>2</cn></degree></bvar>
 <bvar><ci> y </ci></bvar>
 <apply><ci type="fn"> f </ci>
  <ci> x </ci>
  <ci> y </ci>
 </apply>
</apply>
</math></div>



<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply><partialdiff/>
 <bvar><ci> x </ci><degree><ci>a</ci></degree></bvar>
 <bvar><ci> y </ci></bvar>
 <apply><ci type="fn"> f </ci>
  <ci> x </ci>
  <ci> y </ci>
 </apply>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply><partialdiff/>
 <bvar><ci> x </ci><degree><ci>a</ci></degree></bvar>
 <bvar><ci> y </ci></bvar>
 <apply><ci type="fn"> f </ci>
  <ci> x </ci>
  <ci> y </ci>
 </apply>
</apply>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply><partialdiff/>
<list><cn>1</cn><cn>1</cn><cn>3</cn></list>
<ci type="fn">f</ci>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply><partialdiff/>
<list><cn>1</cn><cn>1</cn><cn>3</cn></list>
<ci type="fn">f</ci>
</apply>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <partialdiff/>
  <bvar>
    <degree><cn>2</cn></degree>
    <ci>x</ci>
  </bvar>
  <bvar><ci>y</ci></bvar>
  <bvar><ci>x</ci></bvar>
  <degree><cn>4</cn></degree>
  <ci type="fn">f</ci>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <partialdiff/>
  <bvar>
    <degree><cn>2</cn></degree>
    <ci>x</ci>
  </bvar>
  <bvar><ci>y</ci></bvar>
  <bvar><ci>x</ci></bvar>
  <degree><cn>4</cn></degree>
  <ci type="fn">f</ci>
</apply>
</math></div>




<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<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>]]>
</pre>
<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></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <grad/>
  <ci> f</ci>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <grad/>
  <ci> f</ci>
</apply>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <eq/>
  <apply><laplacian/>
    <ci> f </ci>
  </apply>
  <apply>
    <divergence/>
    <apply><grad/>
      <ci> f </ci>
    </apply>
  </apply>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <eq/>
  <apply><laplacian/>
    <ci> f </ci>
  </apply>
  <apply>
    <divergence/>
    <apply><grad/>
      <ci> f </ci>
    </apply>
  </apply>
</apply>
</math></div>



<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<set>
  <ci> b </ci>
  <ci> a </ci>
  <ci> c </ci>
</set>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<set>
  <ci> b </ci>
  <ci> a </ci>
  <ci> c </ci>
</set>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<set>
  <bvar><ci> x </ci></bvar>
  <condition>
    <apply><and/>
      <apply><lt/>
        <ci> x </ci>
        <cn> 5 </cn>
      </apply>
      <apply><in/>
        <ci> x </ci>
        <naturalnumbers/>
      </apply>
    </apply>
  </condition>
  <ci> x </ci>
</set>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<set>
  <bvar><ci> x </ci></bvar>
  <condition>
    <apply><and/>
      <apply><lt/>
        <ci> x </ci>
        <cn> 5 </cn>
      </apply>
      <apply><in/>
        <ci> x </ci>
        <naturalnumbers/>
      </apply>
    </apply>
  </condition>
  <ci> x </ci>
</set>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<list>
  <ci> a </ci>
  <ci> b </ci>
  <ci> c </ci>
</list>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<list>
  <ci> a </ci>
  <ci> b </ci>
  <ci> c </ci>
</list>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<list order="numeric">
  <bvar><ci> x </ci></bvar>
  <condition>
    <apply><lt/>
      <ci> x </ci>
      <cn> 5 </cn>
    </apply>
  </condition>
  <ci> x </ci>
</list>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<list order="numeric">
  <bvar><ci> x </ci></bvar>
  <condition>
    <apply><lt/>
      <ci> x </ci>
      <cn> 5 </cn>
    </apply>
  </condition>
  <ci> x </ci>
</list>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <union/>
  <ci> A </ci>
  <ci> B </ci>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <union/>
  <ci> A </ci>
  <ci> B </ci>
</apply>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <intersect/>
  <ci type="set"> A </ci>
  <ci type="set"> B </ci>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <intersect/>
  <ci type="set"> A </ci>
  <ci type="set"> B </ci>
</apply>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <notin/>
  <ci> a </ci>
  <ci> A </ci>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <notin/>
  <ci> a </ci>
  <ci> A </ci>
</apply>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <subset/>
  <ci> A </ci>
  <ci> B </ci>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <subset/>
  <ci> A </ci>
  <ci> B </ci>
</apply>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <prsubset/>
  <ci> A </ci>
  <ci> B </ci>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <prsubset/>
  <ci> A </ci>
  <ci> B </ci>
</apply>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <notsubset/>
  <ci> A </ci>
  <ci> B </ci>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <notsubset/>
  <ci> A </ci>
  <ci> B </ci>
</apply>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <notprsubset/>
  <ci> A </ci>
  <ci> B </ci>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <notprsubset/>
  <ci> A </ci>
  <ci> B </ci>
</apply>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <setdiff/>
  <ci> A </ci>
  <ci> B </ci>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <setdiff/>
  <ci> A </ci>
  <ci> B </ci>
</apply>
</math></div>



<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
  <apply><cartesianproduct/>
    <ci> A </ci>
    <ci> B </ci>
  </apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <apply><cartesianproduct/>
    <ci> A </ci>
    <ci> B </ci>
  </apply>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
  <apply><cartesianproduct/>
    <reals/>
    <reals/>
    <reals/>
  </apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <apply><cartesianproduct/>
    <reals/>
    <reals/>
    <reals/>
  </apply>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <sum/>
  <bvar>
    <ci> x </ci>
  </bvar>
  <lowlimit>
    <ci> a </ci>
  </lowlimit>
  <uplimit>
    <ci> b </ci>
  </uplimit>
  <apply><ci type="fn"> f </ci>
    <ci> x </ci>
  </apply>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <sum/>
  <bvar>
    <ci> x </ci>
  </bvar>
  <lowlimit>
    <ci> a </ci>
  </lowlimit>
  <uplimit>
    <ci> b </ci>
  </uplimit>
  <apply><ci type="fn"> f </ci>
    <ci> x </ci>
  </apply>
</apply>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <sum/>
  <bvar>
    <ci> x </ci>
  </bvar>
  <condition>
    <apply> <in/>
      <ci> x </ci>
      <ci type="set"> B </ci>
    </apply>
  </condition>
  <apply><ci type="fn"> f </ci>
    <ci> x </ci>
  </apply>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <sum/>
  <bvar>
    <ci> x </ci>
  </bvar>
  <condition>
    <apply> <in/>
      <ci> x </ci>
      <ci type="set"> B </ci>
    </apply>
  </condition>
  <apply><ci type="fn"> f </ci>
    <ci> x </ci>
  </apply>
</apply>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <product/>
  <bvar>
    <ci> x </ci>
  </bvar>
  <lowlimit>
    <ci> a </ci>
  </lowlimit>
  <uplimit>
    <ci> b </ci>
  </uplimit>
  <apply><ci type="fn"> f </ci>
    <ci> x </ci>
  </apply>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <product/>
  <bvar>
    <ci> x </ci>
  </bvar>
  <lowlimit>
    <ci> a </ci>
  </lowlimit>
  <uplimit>
    <ci> b </ci>
  </uplimit>
  <apply><ci type="fn"> f </ci>
    <ci> x </ci>
  </apply>
</apply>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <product/>
  <bvar>
    <ci> x </ci>
  </bvar>
  <condition>
    <apply> <in/>
      <ci> x </ci>
      <ci type="set"> B </ci>
    </apply>
  </condition>
  <apply><ci type="fn"> f </ci>
    <ci> x </ci>
  </apply>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <product/>
  <bvar>
    <ci> x </ci>
  </bvar>
  <condition>
    <apply> <in/>
      <ci> x </ci>
      <ci type="set"> B </ci>
    </apply>
  </condition>
  <apply><ci type="fn"> f </ci>
    <ci> x </ci>
  </apply>
</apply>
</math></div>



<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <limit/>
  <bvar>
    <ci> x </ci>
  </bvar>
  <lowlimit>
    <cn> 0 </cn>
  </lowlimit>
  <apply><sin/>
    <ci> x </ci>
  </apply>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <limit/>
  <bvar>
    <ci> x </ci>
  </bvar>
  <lowlimit>
    <cn> 0 </cn>
  </lowlimit>
  <apply><sin/>
    <ci> x </ci>
  </apply>
</apply>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <limit/>
  <bvar>
    <ci> x </ci>
  </bvar>
  <condition>
    <apply>
      <tendsto type="above"/>
      <ci> x </ci>
      <ci> a </ci>
    </apply>
  </condition>
  <apply><sin/>
     <ci> x </ci>
  </apply>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <limit/>
  <bvar>
    <ci> x </ci>
  </bvar>
  <condition>
    <apply>
      <tendsto type="above"/>
      <ci> x </ci>
      <ci> a </ci>
    </apply>
  </condition>
  <apply><sin/>
     <ci> x </ci>
  </apply>
</apply>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <sin/>
  <ci> x </ci>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <sin/>
  <ci> x </ci>
</apply>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <sin/>
  <apply>
    <plus/>
    <apply><cos/>
      <ci> x </ci>
    </apply>
    <apply>
      <power/>
      <ci> x </ci>
      <cn> 3 </cn>
    </apply>
  </apply>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <sin/>
  <apply>
    <plus/>
    <apply><cos/>
      <ci> x </ci>
    </apply>
    <apply>
      <power/>
      <ci> x </ci>
      <cn> 3 </cn>
    </apply>
  </apply>
</apply>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <exp/>
  <ci> x </ci>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <exp/>
  <ci> x </ci>
</apply>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <log/>
  <logbase>
    <cn> 3 </cn>
  </logbase>
  <ci> x </ci>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <log/>
  <logbase>
    <cn> 3 </cn>
  </logbase>
  <ci> x </ci>
</apply>
</math></div>



<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <mean/>
  <ci> X </ci>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <mean/>
  <ci> X </ci>
</apply>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <sdev/>
  <ci> X </ci>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <sdev/>
  <ci> X </ci>
</apply>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <variance/>
  <ci> X </ci>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <variance/>
  <ci> X </ci>
</apply>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <moment/>
  <degree>
    <cn> 3 </cn>
  </degree>
  <momentabout>
    <ci> p </ci>
  </momentabout>
  <ci> X </ci>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <moment/>
  <degree>
    <cn> 3 </cn>
  </degree>
  <momentabout>
    <ci> p </ci>
  </momentabout>
  <ci> X </ci>
</apply>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<vector>
  <cn> 1 </cn>
  <cn> 2 </cn>
  <cn> 3 </cn>
  <ci> x </ci>
</vector>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<vector>
  <cn> 1 </cn>
  <cn> 2 </cn>
  <cn> 3 </cn>
  <ci> x </ci>
</vector>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<matrix>
  <matrixrow>
    <cn> 0 </cn> <cn> 1 </cn> <cn> 0 </cn>
  </matrixrow>
  <matrixrow>
    <cn> 0 </cn> <cn> 0 </cn> <cn> 1 </cn>
  </matrixrow>
  <matrixrow>
    <cn> 1 </cn> <cn> 0 </cn> <cn> 0 </cn>
  </matrixrow>
</matrix>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<matrix>
  <matrixrow>
    <cn> 0 </cn> <cn> 1 </cn> <cn> 0 </cn>
  </matrixrow>
  <matrixrow>
    <cn> 0 </cn> <cn> 0 </cn> <cn> 1 </cn>
  </matrixrow>
  <matrixrow>
    <cn> 1 </cn> <cn> 0 </cn> <cn> 0 </cn>
  </matrixrow>
</matrix>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <determinant/>
  <ci type="matrix"> A </ci>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <determinant/>
  <ci type="matrix"> A </ci>
</apply>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <determinant/>
<matrix>
  <matrixrow>
    <cn> 0 </cn> <cn> 1 </cn> <cn> 0 </cn>
  </matrixrow>
  <matrixrow>
    <cn> 0 </cn> <cn> 0 </cn> <cn> 1 </cn>
  </matrixrow>
  <matrixrow>
    <cn> 1 </cn> <cn> 0 </cn> <cn> 0 </cn>
  </matrixrow>
</matrix>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <determinant/>
<matrix>
  <matrixrow>
    <cn> 0 </cn> <cn> 1 </cn> <cn> 0 </cn>
  </matrixrow>
  <matrixrow>
    <cn> 0 </cn> <cn> 0 </cn> <cn> 1 </cn>
  </matrixrow>
  <matrixrow>
    <cn> 1 </cn> <cn> 0 </cn> <cn> 0 </cn>
  </matrixrow>
</matrix>
</apply>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <transpose/>
  <ci type="matrix"> A </ci>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <transpose/>
  <ci type="matrix"> A </ci>
</apply>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <selector/>
  <ci type="matrix"> A </ci>
  <cn> 3 </cn>
  <cn> 2 </cn>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <selector/>
  <ci type="matrix"> A </ci>
  <cn> 3 </cn>
  <cn> 2 </cn>
</apply>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<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> &#952; </ci>
    </apply>
    <ci type="vector"> N </ci>
  </apply>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<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> &#952; </ci>
    </apply>
    <ci type="vector"> N </ci>
  </apply>
</apply>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <eq/>
  <apply><scalarproduct/>
    <ci type="vector"> A </ci>
    <ci type="vector">B </ci>
  </apply>
  <apply><times/>
    <ci> a </ci>
    <ci> b </ci>
    <apply><cos/>
      <ci>  &#952; </ci>
    </apply>
  </apply>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <eq/>
  <apply><scalarproduct/>
    <ci type="vector"> A </ci>
    <ci type="vector">B </ci>
  </apply>
  <apply><times/>
    <ci> a </ci>
    <ci> b </ci>
    <apply><cos/>
      <ci>  &#952; </ci>
    </apply>
  </apply>
</apply>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<semantics>
  <apply>
    <plus/>
    <apply>
      <sin/>
      <ci> x </ci>
    </apply>
    <cn> 5 </cn>
  </apply>
  <annotation encoding="Maple">
    sin(x) + 5
  </annotation>
  <annotation-xml encoding="MathML-Presentation">
   <mrow>
     <mn>5</mn>
     <mo>+</mo>
     <mrow><mi>sin</mi><mi>x</mi></mrow>
   </mrow>
  </annotation-xml>
  <annotation encoding="Mathematica">
    Sin[x] + 5
  </annotation>
  <annotation encoding="TeX">
    \sin x + 5
  </annotation>
  <annotation-xml encoding="OpenMath">
    <OMA xmlns="http://www.openmath.org/OpenMath">
	  <OMS cd="transc1" name="sin"/>
	  <OMI>5</OMI>
    </OMA>
  </annotation-xml>
</semantics>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<semantics>
  <apply>
    <plus/>
    <apply>
      <sin/>
      <ci> x </ci>
    </apply>
    <cn> 5 </cn>
  </apply>
  <annotation encoding="Maple">
    sin(x) + 5
  </annotation>
  <annotation-xml encoding="MathML-Presentation">
   <mrow>
     <mn>5</mn>
     <mo>+</mo>
     <mrow><mi>sin</mi><mi>x</mi></mrow>
   </mrow>
  </annotation-xml>
  <annotation encoding="Mathematica">
    Sin[x] + 5
  </annotation>
  <annotation encoding="TeX">
    \sin x + 5
  </annotation>
  <annotation-xml encoding="OpenMath">
    <OMA xmlns="http://www.openmath.org/OpenMath">
	  <OMS cd="transc1" name="sin"/>
	  <OMI>5</OMI>
    </OMA>
  </annotation-xml>
</semantics>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<semantics>
   <mrow>
     <mn>5</mn>
     <mo>+</mo>
     <mrow><mi>sin</mi><mi>x</mi></mrow>
   </mrow>
  <annotation encoding="Maple">
    sin(x) + 5
  </annotation>
  <annotation-xml encoding="MathML-Content">
  <apply>
    <plus/>
    <apply>
      <sin/>
      <ci> x </ci>
    </apply>
    <cn> 5 </cn>
  </apply>
  </annotation-xml>
  <annotation encoding="Mathematica">
    Sin[x] + 5
  </annotation>
  <annotation encoding="TeX">
    \sin x + 5
  </annotation>
  <annotation-xml encoding="OpenMath">
    <OMA xmlns="http://www.openmath.org/OpenMath">
	  <OMS cd="transc1" name="sin"/>
	  <OMI>5</OMI>
    </OMA>
  </annotation-xml>
</semantics>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<semantics>
   <mrow>
     <mn>5</mn>
     <mo>+</mo>
     <mrow><mi>sin</mi><mi>x</mi></mrow>
   </mrow>
  <annotation encoding="Maple">
    sin(x) + 5
  </annotation>
  <annotation-xml encoding="MathML-Content">
  <apply>
    <plus/>
    <apply>
      <sin/>
      <ci> x </ci>
    </apply>
    <cn> 5 </cn>
  </apply>
  </annotation-xml>
  <annotation encoding="Mathematica">
    Sin[x] + 5
  </annotation>
  <annotation encoding="TeX">
    \sin x + 5
  </annotation>
  <annotation-xml encoding="OpenMath">
    <OMA xmlns="http://www.openmath.org/OpenMath">
	  <OMS cd="transc1" name="sin"/>
	  <OMI>5</OMI>
    </OMA>
  </annotation-xml>
</semantics>
</math></div>



<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <in/>
  <cn type="integer"> 42 </cn>
  <integers/>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <in/>
  <cn type="integer"> 42 </cn>
  <integers/>
</apply>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <in/>
  <cn type="complex-cartesian">17<sep/>29</cn>
  <complexes/>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <in/>
  <cn type="complex-cartesian">17<sep/>29</cn>
  <complexes/>
</apply>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply> <eq/>
  <apply>
    <or/>
    <true/>
    <ci type = "logical">P</ci>
  </apply>
  <true/>
</apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply> <eq/>
  <apply>
    <or/>
    <true/>
    <ci type = "logical">P</ci>
  </apply>
  <true/>
</apply>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
  <apply>
    <neq/>
    <integers/>
    <emptyset/>
  </apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <apply>
    <neq/>
    <integers/>
    <emptyset/>
  </apply>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
    <approx/>
    <pi/>
    <cn type = "rational">22<sep/>7</cn>
  </apply>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
    <approx/>
    <pi/>
    <cn type = "rational">22<sep/>7</cn>
  </apply>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<eulergamma/>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<eulergamma/>
</math></div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<infinity/>
</math>]]>
</pre>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<infinity/>
</math></div>




</body>
</html>