MathML in Amaya

Some screen shots

F(y)      see MathML source

C(t)     see MathML source

G(z)       see MathML source

Integral      see MathML source

Maxwell's equations

Mawell's equation

How to do this? Just download Amaya and experiment its math feature. You can also read the online manual page about math editing.

Here is how it looks in your browser:

· E = ρ ε 0  ;  × E = - B t  ;  c 2 × B = E t + j ε 0  ;  · B = 0

Here is the source code representing the beginning of the above expression, but you don't need to learn that language: a few simple commands in Amaya allow you to build complex expressions in a few seconds.

   <mrow>
     <mrow>
       <mi fontstyle="normal">&nabla;</mi>
       <mo>&CenterDot;</mo>
       <mi fontstyle="normal">E</mi>
     </mrow>
     <mo>=</mo>
     <mfrac>
       <mi>&rho;</mi>
       <msub>
         <mi>&epsi;</mi>
         <mn>0</mn>
       </msub>
     </mfrac>
   </mrow>
   <mtext>&nbsp;;&nbsp;</mtext>
   <mrow>
     <mrow>
       <mi fontstyle="normal">&nabla;</mi>
       <mo>&times;</mo>
       <mi fontstyle="normal">E</mi>
     </mrow>
     <mo>=</mo>
     <mrow>
       <mo>-</mo>
       <mfrac>
         <mrow>
           <mi>&PartialD;</mi>
           <mo>&ApplyFunction;</mo>
           <mi fontstyle="normal">B</mi>
         </mrow>
         <mrow>
           <mi>&PartialD;</mi>
           <mo>&ApplyFunction;</mo>
           <mi>t</mi>
         </mrow>
       </mfrac>
     </mrow>
   </mrow>

Irčne Vatton