测试页
条评论文章目录
测试用
1
2
3
4
5
6
1
2
3
|
|
test
斜体 加粗 加粗的斜体 下划线
title1 | title2 | title3 |
---|---|---|
左侧对齐 | 居中 | 右侧对齐 |
x | y | z |
$ x^n $
$ C^2_3 $
$$ T(n)=\begin{cases} \Theta(1)\quad n=1\ T(n-q)+\Theta(n) \quad n>1 \end{cases} $$
$$ \begin{bmatrix} 1 & 2 & 3 \\ 4 & 5 & 6 \\ 7 & 8 & 9 \\ \end{bmatrix} \tag{1} $$
$$ \begin{equation} %开始数学环境 \left( %左括号 \begin{array}{ccc} %该矩阵一共3列,每一列都居中放置 a11 & a12 & a13\\ %第一行元素 a21 & a22 & a23\\ %第二行元素 \end{array} \right) %右括号 \end{equation} $$
$$ J(\theta) = \frac{1}{2m}\sum_{i=0}^m(y^i - h_\theta(x^i))^2 $$
This is an inline $a^*=x-b^*$ equation.
These are block equations:
$a^*=x-b^*$
$a^*=x-b^*$
$$ a^*=x-b^* $$
These are block equations using alternate delimiters:
$$a^*=x-b^*$$
$$ a^*=x+b^* $$
$$ a^*=x-b^* $$
- 1
- 2
- 3
- 本文链接: https://blog.weearc.top/posts/2197/
- 版权声明: 除特殊声明,转载需遵循 CC BY-NC-SA 4.0