OSDN Git Service

Update bezouts.md
authorUnrated <42771977+ACodreamer@users.noreply.github.com>
Sat, 1 Sep 2018 01:29:23 +0000 (09:29 +0800)
committerGitHub <noreply@github.com>
Sat, 1 Sep 2018 01:29:23 +0000 (09:29 +0800)
docs/math/bezouts.md

index 9215d8e..655e16a 100644 (file)
 
     转证 $a_1x+b_1y=1$. 由带余除法:
 
-    $a_1=q_1b+r_1$, 其中 $0\leq r_1<b_1$.
+    $$a_1=q_1b+r_1(0\leq r_1<b_1)$$
 
-    $b_1=q_2r_1+r_2$, 其中 $0\leq r_2<r_1$.
+    $$b_1=q_2r_1+r_2(0\leq r_2<r_1)$$
 
-    $r_1=q_3r_2+r_3$, 其中 $0\leq r_3<r_2$.
+    $$r_1=q_3r_2+r_3(0\leq r_3<r_2)$$
 
     $$\cdots$$