Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

fitting a curve to a straight line

How can I use sage to fit some points like

x = [1, 3, 4...] y = [1.2, 4.5, 3.6, ...]

to a straight line using method of least squares?

fitting a curve to a straight line

How can I use sage to fit some points like

x = [1, 3, 4...] y = [1.2, 4.5, 3.6, ...]

to a straight line using method of least squares?squares And make a plot of the points and the line?

click to hide/show revision 3
retagged

fitting a curve to a straight line

How can I use sage to fit some points like

x = [1, 3, 4...] y = [1.2, 4.5, 3.6, ...]

to a straight line using method of least squares And make a plot of the points and the line?

click to hide/show revision 4
retagged

fitting a curve to a straight line

How can I use sage to fit some points like

x = [1, 3, 4...] y = [1.2, 4.5, 3.6, ...]

to a straight line using method of least squares And make a plot of the points and the line?