
08-July-2008, 04:42 AM
|
|
Senior Member
|
|
Join Date: Jul 2008
Posts: 130
|
|
Quote:
Originally Posted by alainprice
p.s. if X = AB, then X^2 is not equal to A^2*B^2.
X^2 = (AB)^2
This is a classic mistake. It's like saying the sqrt(A+B) = sqrt(A) + sqrt(B)
|
x=ab then
x^2 = (A*B)^2
= (A*B)*(A*B)
= A*A*B*B
= (A*A)*(B*B)
= (A^2)*(B^2)

|