- Messages
- 1,983
- Reaction score
- 3,044
- Points
- 273
Fellows I want to suggest a simple tool called MathJax to be implemented on xtremepapers which will allow us to write equations very easily.
to type an equation all you need to do it to write mathematical equation between two dollar signs like $$x^2=0$$ which will be rendered as
to write plus minus sign you need to write is \pm so writing
$$x= \pm 3$$ will render
writing fractions is very easy too. \frac{nominator}{denominator} such as
$$\frac{x^2}{x-1}$$ will render as
writing full quadratic formula is very simple
$$\frac{-b \pm \sqrt{b^2-4ac}}{2a}$$
please request moderators and admin to add this feature all they need to do is to add this one single file to the head element of each page:
<script type="text/javascript"
src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
to type an equation all you need to do it to write mathematical equation between two dollar signs like $$x^2=0$$ which will be rendered as
to write plus minus sign you need to write is \pm so writing
$$x= \pm 3$$ will render
writing fractions is very easy too. \frac{nominator}{denominator} such as
$$\frac{x^2}{x-1}$$ will render as
writing full quadratic formula is very simple
$$\frac{-b \pm \sqrt{b^2-4ac}}{2a}$$
please request moderators and admin to add this feature all they need to do is to add this one single file to the head element of each page:
<script type="text/javascript"
src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>