|
[Date Index]
[Thread Index]
[Author Index]
Re: Finding the real part of a symbolic complex expression
- To: mathgroup at smc.vnet.net
- Subject: [mg126595] Re: Finding the real part of a symbolic complex expression
- From: Cisco Lane <travlorf at yahoo.com>
- Date: Tue, 22 May 2012 05:20:12 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
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)]]]]
Prev by Date:
Fourier DFT scaling problem
Next by Date:
Non-trivial Non- linear fit
Previous by thread:
Re: Finding the real part of a symbolic complex expression
Next by thread:
Amortization Schedule--Global Symbol Value Error
|