drawing a curve and find the formula
drawing a curve and find the formula
(OP)
Is there any possibility to draw a line by points and find a polynomial (??) formula that can reproduce the original line so that to search for intermediate coordinates ?
RE: drawing a curve and find the formula
https://mathstat.slu.edu/~may/ExcelCalculus/sec-1-...
RE: drawing a curve and find the formula
RE: drawing a curve and find the formula
============
"Is it the only lesson of history that mankind is unteachable?"
--Winston S. Churchill
RE: drawing a curve and find the formula
https://res.cloudinary.com/engineering-com/raw/upload/v1678427617/tips/FITCURVE_par2uk.BAS
There was an HP publication on curve fitting... I'll see if I can dig it up... I may have the original, and I know I scanned it... It had numerous approaches to curve fitting for various types of curves and various types of data.
-----*****-----
So strange to see the singularity approaching while the entire planet is rapidly turning into a hellscape. -John Coates
-Dik
RE: drawing a curve and find the formula
these were the curve functions...
Stuff I did 30 years ago... used BASIC in lieu of C... the Microsoft Basic math library used the Fortran library and was faster than the C library. With 8088 processors, it mattered back then...
-----*****-----
So strange to see the singularity approaching while the entire planet is rapidly turning into a hellscape. -John Coates
-Dik
RE: drawing a curve and find the formula
RE: drawing a curve and find the formula
https://newtonexcelbach.com/?s=fit+polynomial
Including buit-in functions, Alglib, and Python functions.
Doug Jenkins
Interactive Design Services
http://newtonexcelbach.wordpress.com/
RE: drawing a curve and find the formula