[MATRIX-SIG] complex conjugate
Martin Holz
holz@zib.de
Mon, 4 Aug 1997 14:18:57 +0200
MISS. K.L.COLLIER writes:
> Hi,
> I have an array of complex elements (after performing FFT2d) and wish to find
> the complex conjugate.
> Is there a function for doing this?
>
Yes, there is ufunc in Numeric, named conjugate.
y = Numeric.conjugate(x) should do it.
Always try the obvious first in python :-).
Tschuess
Martin
_______________
MATRIX-SIG - SIG on Matrix Math for Python
send messages to: matrix-sig@python.org
administrivia to: matrix-sig-request@python.org
_______________