Skip to content

math testing

SOLV-Code edited this page Mar 4, 2023 · 2 revisions

Testing the math editor as per https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/writing-mathematical-expressions

Inline

This sentence uses $ delimiters to show math inline: $\sqrt{3x-1}+(1+x)^2$

block

The Cauchy-Schwarz Inequality

$$\left( \sum_{k=1}^n a_k b_k \right)^2 \leq \left( \sum_{k=1}^n a_k^2 \right) \left( \sum_{k=1}^n b_k^2 \right)$$

Clone this wiki locally