Example for Gauss-Jordan linear equation system solver
f = function(x) { return x*x; } JXG.debug( JXG.Math.Numerics.fzero(f, 1) + ' ### ' + JXG.Math.Numerics.Newton(f, 1) );