Loading [MathJax]/jax/output/HTML-CSS/jax.js

Monday, July 23, 2012

MathJax TeX Test Page

When a0, there are two solutions to ax2+bx+c=0 and they are x=b±b24ac2a. Does that look ok?

Yes. All I did was include this in my HTML code:

<script type="text/x-mathjax-config">
  MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}});
</script >
<script src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript">
</script>

No comments:

Post a Comment