Testing...
This commit is contained in:
@@ -5,14 +5,11 @@
|
|||||||
(a_1 + a_2)^2 = a_1^2 + 2a_1a_2 + a_2^2
|
(a_1 + a_2)^2 = a_1^2 + 2a_1a_2 + a_2^2
|
||||||
```
|
```
|
||||||
|
|
||||||
As rendered by MathJax: $ (a_1 + a_2)^2 = a_1^2 + 2a_1a_2 + a_2^2 $
|
As rendered by MathJax: $(a_1 + a_2)^2 = a_1^2 + 2a_1a_2 + a_2^2$
|
||||||
|
|
||||||
As rendered by SwiftMath:
|
|
||||||
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Quadratic Formula
|
## Quadratic Formula
|
||||||
```LaTeX
|
```LaTeX
|
||||||
x = \frac{-b \pm \sqrt{b^2-4ac}}{2a}
|
x = \frac{-b \pm \sqrt{b^2-4ac}}{2a}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user