Alas Github Markup doesn't appear to like MathML. Fixes #36

This commit is contained in:
John M. Penn 2015-03-27 16:26:34 -05:00
parent c47e650d1e
commit 68fcb0e885
3 changed files with 2 additions and 39 deletions

View File

@ -18,18 +18,7 @@ Desired outputs are:
* Time of touchdown.
##### Gravity
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
<msub>
<mi>F</mi>
<mi>g</mi>
</msub>
<mo>=</mo>
<mi>m</mi>
<mo>&InvisibleTimes;</mo>
<mi>g</mi>
</mrow>
</math>
![Fgrav=m*g](images/force_of_gravity.png)
Where:
@ -37,33 +26,7 @@ Where:
* g = acceleration of gravity.
##### Drag
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
<msub>
<mi>F</mi>
<mi>d</mi>
</msub>
<mo>=</mo>
<mfrac>
<mn>1</mn>
<mn>2</mn>
</mfrac>
<mo>&InvisibleTimes;</mo>
<mi>&#0961;</mi>
<mo>&InvisibleTimes;</mo>
<msup>
<mi>v</mi>
<mn>2</mn>
</msup>
<mo>&InvisibleTimes;</mo>
<msub>
<mi>C</mi>
<mi>d</mi>
</msub>
<mo>&InvisibleTimes;</mo>
<mi>A</mi>
</mrow>
</math>
![Fdrag=0.5*Cdrag*rho*v^2*A](images/force_of_drag.png)
Where:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 673 B