We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77d2792 commit de1a19eCopy full SHA for de1a19e
1 file changed
src/controller/transcription.jl
@@ -232,9 +232,9 @@ matrix ``\mathbf{C_o}`` and continuity coefficient ``λ_o`` are pre-computed wit
232
λ_o &= L_0(1)
233
\end{aligned}
234
```
235
-where ``\mathbf{P_o}`` is a matrix to evaluate the polynamial values w/o the Y-intercept,
236
-and ``\mathbf{Ṗ_o}``, to evaluate its derivatives. The Lagrange polynomial ``L_j(τ)`` bases
237
-are defined as:
+where ``\mathbf{P_o}`` is a matrix to evaluate the polynamial values w/o the coefficients
+and Y-intercept, and ``\mathbf{Ṗ_o}``, to evaluate its derivatives. The Lagrange polynomial
+``L_j(τ)`` bases are defined as:
238
```math
239
L_j(τ) = \prod_{i=0, i≠j}^{n_o} \frac{τ - τ_i}{τ_j - τ_i}
240
0 commit comments