Skip to content

Commit de1a19e

Browse files
committed
doc: idem
1 parent 77d2792 commit de1a19e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/controller/transcription.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,9 @@ matrix ``\mathbf{C_o}`` and continuity coefficient ``λ_o`` are pre-computed wit
232232
λ_o &= L_0(1)
233233
\end{aligned}
234234
```
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:
235+
where ``\mathbf{P_o}`` is a matrix to evaluate the polynamial values w/o the coefficients
236+
and Y-intercept, and ``\mathbf{Ṗ_o}``, to evaluate its derivatives. The Lagrange polynomial
237+
``L_j(τ)`` bases are defined as:
238238
```math
239239
L_j(τ) = \prod_{i=0, i≠j}^{n_o} \frac{τ - τ_i}{τ_j - τ_i}
240240
```

0 commit comments

Comments
 (0)