Skip to content

Markdown 学习笔记

Tips

折叠 表格

My top languages
RankLanguages
1Javascript
2Python
3SQL

引用


Quote1
Quote2
-Silent Hunter

Quote

Quote1
Quote2
-Silent Hunter

数学表达式

内联表达式

使用美元符号分隔表达式 $

This sentence uses $ delimiters to show math inline:

表达式块

开始一个新行并用两个美元符号分隔表达式 $$

The Cauchy-Schwarz Inequality

或者,使用 ```math 代码块语法将数学表达式显示为块。(github only)

Here is some math!

math
\sqrt{3}

使用数学表达式

MathJax 中可用的 TEX 命令

二次方程

$$x = {-b \pm \sqrt{b^2-4ac} \over 2a}$$
 
$(a+b)^2$
 
$$\eqalign{
(a+b)^2 &= (a+b)(a+b) \\
        &= a^2 + ab + ba + b^2 \\
        &= a^2 + 2ab + b^2
}$$
 
$(a-b)^2$
 
$$\eqalign{
(a-b)^2 &= (a-b)(a-b) \\
        &= a^2 - ab - ba + b^2 \\
        &= a^2 - 2ab + b^2
}$$
 
$(a-b)(a+b)$
 
$$\eqalign{
(a+b)(a-b)  &= a^2 - ab + ba - b^2 \\
        &= a^2 - b^2
}$$

函数

三角学

微分

If and find ?

积分

矩阵

求和

This website is released under the MIT License.