Skip to content

Fix interpolation indexing#26

Merged
inducer merged 1 commit intomainfrom
interp-indexing
Mar 28, 2026
Merged

Fix interpolation indexing#26
inducer merged 1 commit intomainfrom
interp-indexing

Conversation

@inducer
Copy link
Copy Markdown
Owner

@inducer inducer commented Mar 28, 2026

No description provided.

@inducer inducer marked this pull request as ready for review March 28, 2026 19:22
Copilot AI review requested due to automatic review settings March 28, 2026 19:22
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the interpolation lecture notes to use consistent indexing for the number of nodes and to explicitly state index ranges in the Lagrange/Newton basis definitions.

Changes:

  • Replace the node-count symbol m with N in the “Lagrange Polynomials: General Form” section.
  • Update interpolant notation from (p_{m-1}) / (\sum_{j=1}^m) to (p_{N-1}) / (\sum_{j=1}^N).
  • Add explicit index domains (j\in{1,\dots,N}) to the Lagrange and Newton basis formulas.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@inducer inducer merged commit 5a86961 into main Mar 28, 2026
5 checks passed
@inducer inducer deleted the interp-indexing branch March 28, 2026 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants