
Curve Fitting Interpolation Program
Software as a Service
NoCategory
Desktop Application DevelopmentClients
Mapua University
Techstack
C++
Purpose
The activity required a C++ program that fits polynomial curves to data points and interpolates between them, presenting each computed coefficient set clearly so results can be checked step by step.
Description
A C++ program that performs polynomial curve fitting and interpolation on user-supplied data points, handling polynomials up to the fourth degree. It computes and accumulates coefficient sets for each fitted segment, reads test data from file, and prints formatted coefficient tables for x^4 through the constant term. The project was built in Dev-C++ and ships as a compiled Windows executable.




