1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-30 19:50:01 +02:00

[ko-KR] Chapter 3 translation (#340)

* Automated build

* Automated build

* Translate chapter 3 into ko-KR

Co-authored-by: Bezierinfo CI <action@github.com>
This commit is contained in:
잇창명
2022-02-28 04:04:58 +09:00
committed by GitHub
parent bc1bffb8e6
commit ccf59ba778
19 changed files with 21976 additions and 50901 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 12 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 17 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 22 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 19 KiB

View File

@@ -0,0 +1,5 @@
1차= 1 + 1
2차= 1 + 2 + 1
3차= 1 + 3 + 3 + 1
4차= 1 + 4 + 6 + 4 + 1

View File

@@ -0,0 +1,4 @@
__ n n-i i
Bézier(n,t) = \underset 이항계수 부분\underbrace\binomni · \ \underset 문자 부분\underbrace(1-t) · t
‾‾ i=0

View File

@@ -0,0 +1,6 @@
1차= (1-t) + t
2 2
2차= (1-t) + 2 · (1-t) · t + t
3 2 2 3
3차= (1-t) + 3 · (1-t) · t + 3 · (1-t) · t + t

View File

@@ -0,0 +1,7 @@
1차= \colorblue a + \colorred b
2차= \colorblue a · \colorblue a + \colorblue a · \colorred b + \colorred b · \colorred b
3차= \colorblue a · \colorblue a · \colorblue a + \colorblue a · \colorblue a · \colorred b + \colorblue a · \colorred b · \colorred b + \colorr
ed b · \colorred b · \colorred b