Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: Finding the real part of a symbolic complex expression

11 views
Skip to first unread message

Cisco Lane

unread,
May 22, 2012, 5:21:24 AM5/22/12
to
I think it needs to be simplified in order to get the assumptions to kick in. Also, Mathematica doesn't know to expand, so I would write:

Assuming[Element[{a, b, c, d}, Reals],Simplify[Re[Expand[(a + I b) (c + I d)]]]]

0 new messages