Le 14 octobre à 22:56:59 Hans Hagen
| there are some helpers in the new graph module, but Alan has to give | an example
| % least-squares "fit" to a polynomial | % | % example : | % | % path p[] ; | % numeric a[] ; a0 := 1 ; a1 := .1 ; a2 := .01 ; a3 := .001 ; a4 := | 0.0001 ; | % p0 := makefunctionpath(0,5,10,polynomial_function(a,4,x)) ;
| (it fails here so I probably misunderstand it)
I could not find this module ? (I always update with --modules=all) -- Jean