For Programmers: Free Programming Magazines  


Home > Archive > Mathematica > May 2006 > Simplification and Arg









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Simplification and Arg
Andrew Moylan

2006-05-21, 10:10 pm

Should Mathematica be able to simplify the following expression? (It is
easily seen to be zero under the given condition, x > 0.)

FullSimplify[
Arg[1 + I * x] + Arg[1 - I * x],
{x > 0}
]

In particular, I would have expected the following to yield ArcTan[b /
a], from which the above expression is easily reduced to zero:

FullSimplify[
Arg[a + I b],
{a > 0, b > 0}
]

Any ideas?

Cheers,

Andrew

P.S. Apologies if I have sent this twice; my original message seems not
to have worked.

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com