Skip to content

A small web-app showcasing Newton's Interpolation Algorithm in a visually pleasing way.

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
license.md
Notifications You must be signed in to change notification settings

code-mc/newtoninterpolation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Newton Interpolation

A small web-app showcasing Newton's Interpolation Algorithm in a visually pleasing way.

TLDR

You can check the project over at codecrafted.net/newton.

What in the world is "Newton's interpolation algorithm"?

This is one of the many algorithms around to map a function through a set of points. Other well known algorithms are Lagrange's and more "basic" algorithms like cosine interpolation and cubic interpolation.

Why did you make this?

I recently had to study a bunch of these algorithms so I figured, why not. The whole concept of being able to map a function through an arbitrary amount of points amazed me for some odd reason.

Then again, it is mathematics, so I completely understand if this is boring to you.

Can I u- Sure go ahead.

License

Released under the Apache 2.0 License

About

A small web-app showcasing Newton's Interpolation Algorithm in a visually pleasing way.

Resources

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
license.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages