Solved
Better simplification
- March 11, 2016
- 3 replies
- 2194 views
Hello everyone. There is someone who kindly can tell me what to do to get a better simplification?

You are symbolically evaluating an equation, not a math expression, and so the result can only be TRUE or FALSE, in Mathcad thats 1 or 0.
The rectangular command applies to the result of the whole calculation (0 or 1).
So if Q=1/3 is TRUE (1) we have Re(1)+Im(1)*j=1+0j=1 -> that's TRUE
If Q=1/3 is FALSE (0) we have Re(0)+Im(0)*j=0+0j=0 -> that's FALSE.
So Mathcad is perfectly right - it gives you the truth value as commanded in rectangular form.
What you expected to see can be easily achieved by "assume, omega.0=real" or, if that applies, by "assume, ALL=real".
Sometimes a "simplify" or "simplify, max" is additionally needed and ever so often muPad refuses to give us the results we expect and need - bad luck.

Regards,
Werner
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.