Message Boards Message Boards

0
|
1884 Views
|
2 Replies
|
2 Total Likes
View groups...
Share
Share this post:

Does AbsArg work for generic expressions?

Posted 2 years ago

Hi... I want get Abs[z] and Arg[z] and I'm using the AbsArg[] command but, it works for 'numeric' complex... For generic expression, I've trouble. Can someone help me?

enter image description here

POSTED BY: Luis Claudio LA
2 Replies

It takes some nudging:

FullSimplify[ComplexExpand[AbsArg[1/(I w - 2)^2],
  TargetFunctions -> {Re, Im}],
 Element[w, Reals]]

Arg is not easy to deal with symbolically, because of the discontinuities.

POSTED BY: Gianluca Gorni

Thanks... :-D

POSTED BY: Luis Claudio LA
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract