1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-30 19:50:01 +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

@@ -24,12 +24,12 @@ So we turn to numerical approaches again. The method we'll look at here is the [
\int_{-1}^{1}f(t) dt
\simeq
\left [
\underset{strip\ 1}{ \underbrace{ C_1 \cdot f\left(t_1\right) }}
\ +\ ...
\ +\ \underset{strip\ n}{ \underbrace{ C_n \cdot f\left(t_n\right) }}
\underset{strip~1}{ \underbrace{ C_1 \cdot f\left(t_1\right) }}
~+~...
~+~\underset{strip~n}{ \underbrace{ C_n \cdot f\left(t_n\right) }}
\right ]
=
\underset{strips\ 1\ through\ n}{
\underset{strips~1~through~n}{
\underbrace{
\sum_{i=1}^{n}{
C_i \cdot f\left(t_i\right)