OSDN Git Service

:pencil2: fix a typo
authorouuan <y___o___u@126.com>
Thu, 5 Sep 2019 03:58:17 +0000 (11:58 +0800)
committerouuan <y___o___u@126.com>
Thu, 5 Sep 2019 03:58:17 +0000 (11:58 +0800)
docs/math/vector.md

index beab5fc..0988e66 100644 (file)
@@ -115,8 +115,7 @@ $$
 若两向量 $\mathbf a=(m,n)$, $\mathbf b=(p,q)$ ,则:
 
 $$
-\mathbf a+\mathbf b=(m+
-p,n+q)\\
+\mathbf a+\mathbf b=(m+p,n+q)\\
 \mathbf a-\mathbf b=(m-p,n-q)\\
 k\mathbf a=(km,kn)
 $$