Least-squares circle fitting: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 14: Line 14:
brd.unsuspendUpdate();
brd.unsuspendUpdate();


/*
 
var M = [], y = [], MT, B, c, coeffs, len;
var M = [], y = [], MT, B, c, coeffs, len;
len = p.length;
len = p.length;
Line 26: Line 26:
coeffs = JXG.Math.Numerics.Gauss(B, c);
coeffs = JXG.Math.Numerics.Gauss(B, c);
alert(coeffs.toString());
alert(coeffs.toString());
*/
 





Revision as of 15:41, 5 November 2010