|
[Date Index]
[Thread Index]
[Author Index]
Re: Complex Conjugation
- To: mathgroup at smc.vnet.net
- Subject: [mg12815] Re: Complex Conjugation
- From: Leszek Sczaniecki <lsczan at concentric.net>
- Date: Fri, 12 Jun 1998 04:05:45 -0400
- Organization: Concentric Internet Services
- References: <6llbpl$deh@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Kieran Mullen wrote:
> I *know* I've seen this done somewhere. But I can't find it in
> DejaNews, or my references.
>
> I want a simple complex conjugation function that simply maps
>
> I /. -> -I
>
This will work:I /. Complex[0,1]->-Complex[0,1]
Leszek
> everywhere. (The Mathematica Conjugate function often gets confused.)
> But I can't
> make the substitution because the imaginary constant, I, is Locked.
> What's the right way?
>
> Thanks!
>
> --
> ---------------------------------------------------------------------------
> Kieran Mullen email: kieran at mail.nhn.ou.edu
> Dept. of Physics and Astronomy phone: (405) 325-3961
> The University of Oklahoma FAX: (405) 325-7557
> Norman, OK 73019, USA http://www.nhn.ou.edu/~kieran/
Prev by Date:
Re: plotting singular functions
Next by Date:
Image Manipulation -- Graphics Question
Previous by thread:
Re: Complex Conjugation
Next by thread:
Re: Complex Conjugation
|