Formatting Guide for Questions and Comments

  Easy Math Editor

For formatting your questions, comments and solutions, you can use Markdown. Using Markdown, you can bold or italicize things, add links and add a full blank line.

For formatting mathematics, we use LaTeX throughout the site. This means that you can format the math parts of your question, comment or solution by putting certain code inside these brackets \( ... \). The tables below contain some symbols that you will need most often, with the "code" in the left column, and the result on the right.

Markdown codeAppears as
*italics* or _italics_ italics
**bold** or __bold__ bold
- bulleted
- list

*Include an additional line break (empty row) before the start of a list.
*Make sure there is a space between the hyphen and list item text.

  • bulleted
  • list
1. numbered
2. list
  1. numbered
  2. list
paragraph 1

paragraph 2

paragraph 1

paragraph 2

> This is a quote
This is a quote
[example link](https://brilliant.org)example link
![Brilliant Logo](http://cl.ly/image/3m1O2L2k380t)Brilliant Logo
```
#By adding three tickmarks I've made a code block.
while True:
    print "Solving problems now..."
print "All done."
```
#By adding three tickmarks I've made a code block.
while True:
    print "Solving problems now..."
print "All done."
```python
#By adding three tickmarks and a language name, I've added syntax highlighting.
while True:
    print "Solving more problems..."
print "Achievement unlocked."
```
#By adding three tickmarks and a language name, I've added syntax highlighting.
while True:
    print "Solving more problems..."
print "Achievement unlocked."
|| 1 || 2 || 3 || 4 ||
|| a || b || c || d ||
1234
abcd
LaTeX CodeAppears as
1 + 21+2 1 + 2
2 \times 32×3 2 \times 3
2 \cdot 323 2 \cdot 3
2 * 323 2 * 3
2^323 2^3
2^{34}234 2^{34}
2^34234 2^34
a_{i-1}ai1 a_{i-1}
a_i-1ai1 a_i-1
2^a_121a 2^a_1
\frac {2}{3}23 \frac {2}{3}
\frac 234234 \frac 234
LaTeX CodeAppears as
\frac {1}{1 + \frac {1}{x}}11+1x \frac {1}{1 + \frac {1}{x}}
\sqrt{2}2 \sqrt{2}
\sqrt[3]{2}23 \sqrt[3]{2}
1 \pm i1±i 1 \pm i
\frac{-b \pm \sqrt{b^2-4ac}}{2a}b±b24ac2a \frac{-b \pm \sqrt{b^2-4ac}}{2a}
2 < 32<3 2 < 3
2 \leq 323 2 \leq 3
3 \geq 232 3 \geq 2
2 \neq 323 2 \neq 3
|x|x |x|
\boxed{123}123 \boxed{123}
LaTeX CodeAppears as
\infty \infty
1 + 2 + 3 + \ldots + 101+2+3++10 1 + 2 + 3 + \ldots + 10
\sum_{i=1}^3i=13 \sum_{i=1}^3
\prod_{i=1}^{31}i=131 \prod_{i=1}^{31}
\displaystyle \sum_{i=1}^3i=13 \displaystyle \sum_{i=1}^3
\log_2 4^6log246 \log_2 4^6
4 \equiv 2 \pmod{2}42(mod2) 4 \equiv 2 \pmod{2}
{6 \choose 3}(63) {6 \choose 3}
\gcd(n,m)gcd(n,m) \gcd(n,m)
\angle ABC = 90 ^ \circABC=90 \angle ABC = 90 ^ \circ
LaTeX CodeAppears as
\sin \thetasinθ \sin \theta
\cos 90^\circ = 0cos90=0 \cos 90^\circ = 0
\tan \frac{\pi}{6} = \frac{1}{\sqrt{3}}tanπ6=13 \tan \frac{\pi}{6} = \frac{1}{\sqrt{3}}
\alpha, \beta, \gamma, \ldotsα,β,γ, \alpha, \beta, \gamma, \ldots
\overline{abba}abba \overline{abba}
\underline{abba}abba \underline{abba}
\rightarrow \rightarrow
\Rightarrow \Rightarrow

For a more extensive list of LaTeX symbols, you may refer to this Wikipedia page.

LaTeX CodeAppears as
\ce{H2O}HX2O \ce{H2O}
\ce{CrO4^2-}CrOX4X2 \ce{CrO4^2-}
\ce{A <--> B}AB \ce{A <--> B}
\ce{A ->[x_i] B}AxXiB \ce{A ->[x_i] B}
\ce{CO2 + C -> 2 CO}COX2+C2CO \ce{CO2 + C -> 2 CO}
\ce{A\bond{~--}B\bond{~=}C\bond{-~-}D}A---B---C---D \ce{A\bond{~--}B\bond{~=}C\bond{-~-}D}
×

Problem Loading...

Note Loading...

Set Loading...