Skip to content

polyfit multivar higher order and linear system solver in C/C++

Notifications You must be signed in to change notification settings

alanff15/Polyfit_and_linear_systems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C/C++

EN:
Implements the functions:
	linsys() - solves linear systems with any number os unknowns.
	polyfit() - calculates the coefficients of a polynomial fit by the least squares method (multivariable and higher order).
	polyfit_err() - calculates the sum of the squared errors between data and a polynomial fit.

PT:
Implementa as funções:
	linsys() - resolve sistemas lineares com qualquer quantidade de incógnitas.
	polyfit() - calcula os coeficientes de um ajuste de curva polinomial usando o método dos mínimos quadrados (multivariável e de ordem superior).
	polyfit_err() - calcula a soma dos erros quadrados entre os dados e um ajuste de curva polinomial.

About

polyfit multivar higher order and linear system solver in C/C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages