Maths Example with Mathjax

Below is an example of maths using mathjax.

Any page needing maths should start with the frontmatter:

usemathjax: true
y=y(x,t)=Aeiθ=A(cosθ+isinθ)=A(cos(kxωt)+isin(kxωt))=Acos(kxωt)+iAsin(kxωt)=Acos(2πλx2πvλt)+iAsin(2πλx2πvλt)=Acos2πλ(xvt)+iAsin2πλ(xvt)

Inline maths can be written with the \\( and \\) characters, producing inline maths such as δ(t)F1.

The above is accomplished with thanks to Alan Duan and Zichen Vincent Zhang.