Dear all,

unfortunately I couldn't find any explanations on a least squares solution
routine in Sage.
http://www.sagemath.org/doc/numerical_sage/scipy.htmltells me that
there exists one, but the documentation is still to be
written. Thus my question is whether someone could explain how to call this
routine.
I have given 18 points which I want to interpolate by a function of the
type
(a_8*x^8+a_7*x^7+a_6*x^6+a_5*x^5+a_4*x^4+a_3*x^3+a_2*x^2+a_1*x^1+a_0)/(b_8*x^8+b_7*x^7+b_6*x^6+b_5*x^5+b_4*x^4+b_3*x^3+b_2*x^2+b_1*x^1+b_0).

Thanks a lot in advance!

Urs Hackstein

-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to