Skip to content

Instantly share code, notes, and snippets.

@nick3499
Created April 19, 2016 14:53
Show Gist options
  • Save nick3499/52d375329ed8b2f5242b0335027051b4 to your computer and use it in GitHub Desktop.
Save nick3499/52d375329ed8b2f5242b0335027051b4 to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="en">
<head>
<meta charset=utf-8>
<title>
Gravitational Force
</title>
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
</head>
<body>
<section>
<math xmlns='http://www.w3.org/1998/Math/MathML'>
<msub>
<mi>F</mi>
<mn>1</mn>
</msub>
<mi>&equals;</mi>
<msub>
<mi>F</mi>
<mn>2</mn>
</msub>
<mi>&equals;</mi>
<mfrac>
<mrow>
<mi>G</mi>
<msub>
<mi>m</mi>
<mn>1</mn>
</msub>
<msub>
<mi>m</mi>
<mn>2</mn>
</msub>
</mrow>
<msup>
<mi>r</mi>
<mn>2</mi>
</msup>
<mi>r</mi>
</mfrac>
<mover>
<mi>r</mi>
<mo>&Hat;</mo>
</mover>
</math>
</section>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment