Skip to content

Commit

Permalink
vector
Browse files Browse the repository at this point in the history
  • Loading branch information
SmirkCao committed May 22, 2019
1 parent b92c92c commit 4ab13e3
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion math_markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ L(w)&=\sum\limits^{N}_{i=1}[y_i\log\pi(x_i)+(1-y_i)\log(1-\pi(x_i))]\\

### 表X: 矩阵

#### 普通矩阵

$$
\begin{aligned}
M_1(x)=
Expand Down Expand Up @@ -232,7 +234,8 @@ M_3(x)=
\end{aligned}
```

带省略符号的Matrix
#### 带省略符号的Matrix

$$
X^\mathrm T=
\left[
Expand All @@ -257,6 +260,27 @@ X^\mathrm T=
\right]
```

#### 向量

$$
\left[
\begin{array}
\\2
\\3
\end{array}
\right]
$$

```latex
\left[
\begin{array}
\\2
\\3
\end{array}
\right]
```



$$
\overbrace{abcde}\underbrace{fghij}_{comment}\overline{klmn}\underline{opqr}\overleftarrow{stuv}\overrightarrow{wxyz}
Expand Down

0 comments on commit 4ab13e3

Please sign in to comment.