How to write mathematical equations in WordPress

Default featured post

One of the WordPress drawbacks is lack of default support of math formulas. Fortunately, there are few plugins available to facilitate adding LaTeX style equations. Among them, WP QuickLaTeX and Jetpack by WordPress.com plugins seem to work the best. Simply just install one of them and add your equation in any sections of a post as follows:

sim(a,b)=\frac{\sum_{p\epsilon P}({r_{a,p}}-\bar{r}_{a})(r_{b,p}-\bar{r}_{b})}{\sqrt{\sum _{p\epsilon P}(r_{a,p}-\bar{r}_{a})^{2}}{\sqrt{\sum _{p\epsilon P}(r_{b,p}-\bar{r}_{b})^{2}}}}
view raw equation.tex hosted with ❤ by GitHub

The output is this.
sim(a,b)=\frac{\sum_{p\epsilon P}({r_{a,p}}-\bar{r}_{a})(r_{b,p}-\bar{r}_{b})}{\sqrt{\sum _{p\epsilon P}(r_{a,p}-\bar{r}_{a})^{2}}{\sqrt{\sum _{p\epsilon P}(r_{b,p}-\bar{r}_{b})^{2}}}}

Personally, I have found writing LaTeXequations without any visual tool cumbersome.

Happily Codecogs is available for such a task which alleviates much of the pain. It works perfectly fine, just write your equations and then cut/paste to WordPress.