mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-21 07:51:49 +02:00
ascii
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
\setmainfont[Ligatures=TeX]TeX Gyre Pagella \setmathfontTeX Gyre Pagella Math
|
||||
|
||||
f(x) = cos (x)
|
@@ -0,0 +1,7 @@
|
||||
\setmainfont[Ligatures=TeX]TeX Gyre Pagella \setmathfontTeX Gyre Pagella Math
|
||||
|
||||
linear= (1-t) + t
|
||||
2 2
|
||||
square= (1-t) + 2 · (1-t) · t + t
|
||||
3 2 2 3
|
||||
cubic= (1-t) + 3 · (1-t) · t + 3 · (1-t) · t + t
|
@@ -0,0 +1,8 @@
|
||||
\setmainfont[Ligatures=TeX]TeX Gyre Pagella \setmathfontTeX Gyre Pagella Math
|
||||
|
||||
linear= \colorbluea + \colorredb
|
||||
square= \colorbluea · \colorbluea + \colorbluea · \colorredb + \colorredb · \colorredb
|
||||
cubic= \colorbluea · \colorbluea · \colorbluea + \colorbluea · \colorbluea · \colorredb + \colorbluea · \colorredb · \colorredb + \colorredb ·
|
||||
|
||||
|
||||
\colorredb · \colorredb
|
@@ -0,0 +1,4 @@
|
||||
\setmainfont[Ligatures=TeX]TeX Gyre Pagella \setmathfontTeX Gyre Pagella Math
|
||||
|
||||
{ x = cos (t)
|
||||
y = sin (t)
|
@@ -0,0 +1,6 @@
|
||||
\usepackagexeCJK \xeCJKsetupCJKmath=true \setCJKmainfontipaexm.ttf
|
||||
|
||||
1次= 1 + 1
|
||||
2次= 1 + 2 + 1
|
||||
3次= 1 + 3 + 3 + 1
|
||||
4次= 1 + 4 + 6 + 4 + 1
|
@@ -0,0 +1,6 @@
|
||||
\setmainfont[Ligatures=TeX]TeX Gyre Pagella \setmathfontTeX Gyre Pagella Math
|
||||
|
||||
╭ f (t) = cos (t)
|
||||
╡ a
|
||||
│ f (t) = sin (t)
|
||||
╰ b
|
@@ -0,0 +1,4 @@
|
||||
\setmainfont[Ligatures=TeX]TeX Gyre Pagella \setmathfontTeX Gyre Pagella Math
|
||||
|
||||
3 2
|
||||
f(x) = a · x + b · x + c · x + d
|
@@ -0,0 +1,6 @@
|
||||
\setmainfont[Ligatures=TeX]TeX Gyre Pagella \setmathfontTeX Gyre Pagella Math
|
||||
|
||||
linear= 1 + 1
|
||||
square= 1 + 2 + 1
|
||||
cubic= 1 + 3 + 3 + 1
|
||||
quartic= 1 + 4 + 6 + 4 + 1
|
@@ -0,0 +1,8 @@
|
||||
\usepackagexeCJK \xeCJKsetupCJKmath=true \setCJKmainfontipaexm.ttf
|
||||
|
||||
1次= \colorbluea + \colorredb
|
||||
2次= \colorbluea · \colorbluea + \colorbluea · \colorredb + \colorredb · \colorredb
|
||||
3次= \colorbluea · \colorbluea · \colorbluea + \colorbluea · \colorbluea · \colorredb + \colorbluea · \colorredb · \colorredb + \colorredb · \co
|
||||
|
||||
|
||||
lorredb · \colorredb
|
@@ -0,0 +1,4 @@
|
||||
\setmainfont[Ligatures=TeX]TeX Gyre Pagella \setmathfontTeX Gyre Pagella Math
|
||||
|
||||
f(a) = cos (a)
|
||||
f(b) = sin (b)
|
@@ -0,0 +1,7 @@
|
||||
\usepackagexeCJK \xeCJKsetupCJKmath=true \setCJKmainfontipaexm.ttf
|
||||
|
||||
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,5 @@
|
||||
\usepackagexeCJK \xeCJKsetupCJKmath=true \setCJKmainfontipaexm.ttf
|
||||
|
||||
__ n n-i i
|
||||
Bézier(n,t) = ❯ \underset二項係数部分の項\underbrace\binomni · \ \underset多項式部分の項\underbrace(1-t) · t
|
||||
‾‾ i=0
|
@@ -0,0 +1,5 @@
|
||||
\setmainfont[Ligatures=TeX]TeX Gyre Pagella \setmathfontTeX Gyre Pagella Math
|
||||
|
||||
__ n n-i i
|
||||
Bézier(n,t) = ❯ \undersetbinomial term\underbrace\binomni · \ \undersetpolynomial term\underbrace(1-t) · t
|
||||
‾‾ i=0
|
Reference in New Issue
Block a user