|
[Date Index]
[Thread Index]
[Author Index]
Is this a bug?
- To: mathgroup at smc.vnet.net
- Subject: [mg90816] Is this a bug?
- From: "mailcwc at gmail.com" <mailcwc at gmail.com>
- Date: Fri, 25 Jul 2008 06:14:49 -0400 (EDT)
I tried to solve the following equation with mathematica 6.03
Solve[{Abs[X+Y I]==5,X==3},{X,Y}]
and got the answer
{{X -> 3, Y -> -2 I}, {X -> 3, Y -> 8 I}}
Am I suppose to get {{X -> 3, Y -> 4 I}, {X -> 3, Y -> -4 I}} ?
Prev by Date:
Re: Interval arithmetic bug
Next by Date:
Cos[a x - b] displayed as Cos[b - a x]
Previous by thread:
Re: Mathematica in Education and Research
Next by thread:
Re: Is this a bug?
|