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:
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 |
@@ -0,0 +1,5 @@
|
||||
|
||||
1차= 1 + 1
|
||||
2차= 1 + 2 + 1
|
||||
3차= 1 + 3 + 3 + 1
|
||||
4차= 1 + 4 + 6 + 4 + 1
|
@@ -0,0 +1,4 @@
|
||||
|
||||
__ n n-i i
|
||||
Bézier(n,t) = ❯ \underset 이항계수 부분\underbrace\binomni · \ \underset 문자 부분\underbrace(1-t) · t
|
||||
‾‾ i=0
|
@@ -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
|
@@ -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
|
Reference in New Issue
Block a user