|
[Date Index]
[Thread Index]
[Author Index]
Simplify[ {Re[Sqrt[-1 + eta^2]], Im[Sqrt[-1 + eta^2]]}, eta<1]
- To: mathgroup at smc.vnet.net
- Subject: [mg50617] Simplify[ {Re[Sqrt[-1 + eta^2]], Im[Sqrt[-1 + eta^2]]}, eta<1]
- From: psa at laplacian.co.uk (peteraptaker)
- Date: Mon, 13 Sep 2004 02:19:33 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Have I missed something - my apologies if this is answered in a FAQ
I want to make the simple Re and Im parts simplify properly?
test =
{Re[Sqrt[-1 + eta^2]], Im[Sqrt[-1 + eta^2]]}
FullSimplify[test, eta > 1]
gives*{Sqrt[-1 + eta^2], 0}
But
FullSimplify[test, eta < 1]
gives
{Re[Sqrt[-1 + eta^2]], Im[Sqrt[-1 + eta^2]]}
Needs["Algebra`ReIm`"] does not seem to help
Real numbers demonstrate what should happen:
test) /. {{eta -> 0.1}, {eta -> 2}}
{{0., 0.99498743710662}, {Sqrt[3], 0}}
Prev by Date:
more than 1 function with Plot3D
Next by Date:
Some printing questions
Previous by thread:
Re: more than 1 function with Plot3D
Next by thread:
Re: Simplify[ {Re[Sqrt[-1 + eta^2]], Im[Sqrt[-1 + eta^2]]}, eta<1]
|