1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-29 19:20:39 +02:00

updated curve fitting 'revisiting' forumula

This commit is contained in:
Pomax
2021-07-11 09:50:12 -07:00
parent 30a62f93fa
commit 8ebd0d0d45
13 changed files with 3559 additions and 55 deletions

View File

@@ -46,9 +46,9 @@ With that arrangement, we can easily decompose this as a matrix multiplication:
\begin{bmatrix}1 & t & t^2 \end{bmatrix}
\cdot
\begin{bmatrix}
a & 0 & 0 \\
-2a & 2b & 0 \\
a &-2b & c
a &+& 0 &+& 0 \\
-2a &+& 2b &+& 0 \\
a &+&-2b &+& c
\end{bmatrix}
=
\begin{bmatrix}1 & t & t^2 \end{bmatrix}