hi i have a small problem.
i need to prove that these two expressions are equal :
(n*Sum{i=1,n}Xi*Yi - Sum{i=1,n}Xi*Sum{i=1,n}Yi)/(n*Sum{i=1,n}(Xi)^2 - (Sum{i=1,n}Xi)^2)
and the expression :
(Sum{i=1,n}(Xi)*(Xi*Y^ - Yi*X^))/(Sum{i=1,n}((Xi)^2 - (x^)^2 ))
here is x^ and y^ the...