测试
This commit is contained in:
parent
c2f993410c
commit
ae1aa4421c
@ -41,10 +41,10 @@ $$
|
|||||||
d(A,B) = \sqrt{\sum_{i=1}^n{(a_i-b_i)^2}}
|
d(A,B) = \sqrt{\sum_{i=1}^n{(a_i-b_i)^2}}
|
||||||
$$
|
$$
|
||||||
|
|
||||||
平面中两点 (x1,y1) 和 (x2,y2) 之间的直线距离就是欧式距离:
|
求平面中两点 $(x_1,y_1)$ 和 $(x_2,y_2)$ 之间的直线距离(即欧式距离):
|
||||||
|
|
||||||
$$
|
$$
|
||||||
\sqrt{(x_1-x_2)^2 + (y_1-y_2)^2}
|
\sqrt{(x_1-x_2)^2 + (y_1-y_2)^2} \tag{欧式距离公式}
|
||||||
$$
|
$$
|
||||||
|
|
||||||
冰雹函数
|
冰雹函数
|
||||||
@ -59,7 +59,7 @@ $$
|
|||||||
|
|
||||||
$$
|
$$
|
||||||
\begin{equation}
|
\begin{equation}
|
||||||
E = mc^2 \tag{哈哈1}
|
E = mc^2 \tag{质能方程}
|
||||||
\end{equation}
|
\end{equation}
|
||||||
$$
|
$$
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user