1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-31 12:01:54 +02:00
This commit is contained in:
Pomax
2020-10-18 14:27:57 -07:00
parent 133105d44e
commit 0f6683ca6d
314 changed files with 11182 additions and 266 deletions

View File

@@ -0,0 +1,6 @@
\setmainfont[Ligatures=TeX]TeX Gyre Pagella \setmathfontTeX Gyre Pagella Math
B(n,t), w = {A,B,C,D}
B'(n,t), n = 3, w' = {A',B',C'} = {3 · (B-A), 3 · (C-B), 3 · (D-C)}
B''(n,t), n = 2, w'' = {A'',B''} = {2 · (B'-A'), 2 · (C'-B')}
B'''(n,t), n = 1, w''' = {A'''} = {1 · (B''-A'')}