Question: evalb(a * conjugate(a) = abs(a) ^ 2);

Why does the following code 

evalb(a * conjugate(a) = abs(a) ^ 2);

not produce true?

Please Wait...