OSDN Git Service

:pencil2: fix typo
authorouuan <y___o___u@126.com>
Fri, 6 Sep 2019 16:38:46 +0000 (00:38 +0800)
committerouuan <y___o___u@126.com>
Fri, 6 Sep 2019 16:38:46 +0000 (00:38 +0800)
docs/math/complex.md
docs/math/vector.md

index 920fc3f..6ade358 100644 (file)
@@ -94,7 +94,7 @@ $$
 
 #### 复数的乘法与除法
 
-我们规定,复数的法规则如下:
+我们规定,复数的法规则如下:
 
 设 $z_1=a+b\text{i},z_2=c+d\text{i}$ ,那么
 
index a8cb128..b710148 100644 (file)
@@ -193,7 +193,7 @@ $$
 
 #### 向量旋转
 
-设 $\mathbf a=(x,y)$ ï¼\8cå\80¾è§\92为 $\theta$ ï¼\8cé\95¿åº¦ä¸º $l=\sqrt{x^2+y^2}$ ã\80\82å\88\99 $x=l\cos \theta,y=l\sin\theta$ ã\80\82令å\85¶é¡º时针旋转 $\alpha$ 度角,得到向量 $\mathbf b=(l\cos(\theta+\alpha),l\sin(\theta+\alpha))$ 。
+设 $\mathbf a=(x,y)$ ï¼\8cå\80¾è§\92为 $\theta$ ï¼\8cé\95¿åº¦ä¸º $l=\sqrt{x^2+y^2}$ ã\80\82å\88\99 $x=l\cos \theta,y=l\sin\theta$ ã\80\82令å\85¶é\80\86时针旋转 $\alpha$ 度角,得到向量 $\mathbf b=(l\cos(\theta+\alpha),l\sin(\theta+\alpha))$ 。
 
 ![](./images/misc1.png)