Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.mathematica > #1898
| From | Antonio Mezzacapo <ant.mezzacapo@gmail.com> |
|---|---|
| Newsgroups | comp.soft-sys.math.mathematica |
| Subject | complex equation |
| Date | 2011-04-27 09:38 +0000 |
| Organization | Steven M. Christensen and Associates, Inc and MathTensor, Inc. |
| Message-ID | <ip8o5p$pfi$1@smc.vnet.net> (permalink) |
Hi everyone,
I have a question. Do you know why Mathematica finds solution to this equation
Solve[Sqrt[1 - z^2] == 2, z]
{{z -> -I Sqrt[3]}, {z -> I Sqrt[3]}}
while if I change sign of the right part it doesn't find solution anymore?
Solve[Sqrt[1 - z^2] == -2, z]
{}
Is this related to the phase specification for complex numbers?
Thank you
Antonio Mezzacapo
Back to comp.soft-sys.math.mathematica | Previous | Next — Next in thread | Find similar | Unroll thread
complex equation Antonio Mezzacapo <ant.mezzacapo@gmail.com> - 2011-04-27 09:38 +0000 Re: complex equation Gary Wardall <gwardall@gmail.com> - 2011-04-28 10:36 +0000
csiph-web