Line 631: | Line 631: | ||
<script type="text/javascript" src="https://2016.igem.org/Team:DTU-Denmark/bootstrap-js?action=raw&ctype=text/javascript"> | <script type="text/javascript" src="https://2016.igem.org/Team:DTU-Denmark/bootstrap-js?action=raw&ctype=text/javascript"> | ||
− | + | <!-- Load in MathJax to use for mathematical expressions | |
<script src="https://2016.igem.org/common/MathJax-2.5-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> | <script src="https://2016.igem.org/common/MathJax-2.5-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> | ||
Line 642: | Line 642: | ||
</script> | </script> | ||
+ | |||
+ | --> | ||
</script> | </script> | ||
+ | |||
+ | <script type="text/x-mathjax-config"> | ||
+ | MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}}); | ||
+ | </script> | ||
+ | |||
+ | <script type="text/javascript" async | ||
+ | src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML"> | ||
+ | </script> | ||
+ | |||
+ | </head> | ||
+ | <body> | ||
+ | When $a \ne 0$, there are two solutions to \(ax^2 + bx + c = 0\) and they are | ||
+ | $$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$ | ||
+ | </body> | ||
+ | |||
</body> | </body> | ||
</html> | </html> |
Revision as of 16:07, 29 September 2016
--> When $a \ne 0$, there are two solutions to \(ax^2 + bx + c = 0\) and they are $$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$