Skip to content

A GUI application for the polynomial interpolation

License

BSD-3-Clause, Unknown licenses found

Licenses found

BSD-3-Clause
LICENSE
Unknown
LICENSE.txt
Notifications You must be signed in to change notification settings

PeterLaptik/GetCurve

Repository files navigation

GetCurve

A GUI application for polynomial interpolation. Computes up to 20 data points. Displays linear and logarithmic scales. Data points can be inputed by hand or mouse picking (an external image can be scaled and underlaid on screen). The interpolation is implemented in the Lagrange form.

Outputs results as:

  • PNG image of curent curve;
  • CSV table of a polynomial coefficients;
  • C-function for calculating any polynomial values;
  • ODT text document with tables and images.

github-small

Installation (Windows)

The program has no installer: just download and unpack release archive. It includes binary file and all necessary libraries.

Assembling

Windows

Replace the Makefile in root directory by the appropriate one from Makefiles folder. Open it with notepad, and change variables CC, CRES, LIBINCLUDE, LIBDLL, LIBA to the right compiler and wxWidgets-library paths.

Use your compiler's make utility.

FreeBSD

Use make utility with the Makefile in root directory (the copy is kept in Makefiles folder).

Note: wxWidgets (wxLib-3.0) has to be installed and configured before use make.

About

A GUI application for the polynomial interpolation

Topics

Resources

License

BSD-3-Clause, Unknown licenses found

Licenses found

BSD-3-Clause
LICENSE
Unknown
LICENSE.txt

Stars

Watchers

Forks

Packages

No packages published