Skip to content

Commit bac8b01

Browse files
authored
Fix typo of n+1 in Lagrange basis (#17)
1 parent 51733f2 commit bac8b01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/05_Interpolation.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ Both a more practical as well as a numerically more stable way to find
311311
(\textcolor{red}{x_i} - x_{i-1})
312312
(\textcolor{red}{x_i} - x_{i+1})
313313
\cdots
314-
(\textcolor{red}{x_i} - x_{n})
314+
(\textcolor{red}{x_i} - x_{n+1})
315315
}
316316
\end{aligned}
317317
```

0 commit comments

Comments
 (0)