[EMAIL PROTECTED] wrote:
> Thank you for this. Now I need to somehow express this as a real
> number. For example, I can transform the real and imaginary parts
> into a polar coordinate giving me the value I want:
>
> z = sqrt( real_part**2 + imaj_part**2 )
>
> but this is an absolute terms.
[EMAIL PROTECTED] writes:
[...]
> Thank you for this. Now I need to somehow express this as a real
> number. For example, I can transform the real and imaginary parts into
> a polar coordinate giving me the value I want:
>
> z = sqrt( real_part**2 + imaj_part**2 )
>
> but this is an absolute terms.
[EMAIL PROTECTED] wrote:
> On Oct 17, 4:05 am, Ken Schutte <[EMAIL PROTECTED]> wrote:
>> [EMAIL PROTECTED] wrote:
>>> Does anyone know of an approximation to raising a negative base to a
>>> fractional exponent? For example, (-3)^-4.1 since this cannot be
>>> computed without using imaginary nu
On Oct 17, 4:05 am, Ken Schutte <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] wrote:
> > Does anyone know of an approximation to raising a negative base to a
> > fractional exponent? For example, (-3)^-4.1 since this cannot be
> > computed without using imaginary numbers. Any help is appreciat
John Machin wrote:
> On Oct 17, 8:03 am, Steve Holden <[EMAIL PROTECTED]> wrote:
>> [EMAIL PROTECTED] wrote:
>>> Does anyone know of an approximation to raising a negative base to a
>>> fractional exponent? For example, (-3)^-4.1 since this cannot be
>>> computed without using imaginary numbers
[EMAIL PROTECTED] wrote:
> Does anyone know of an approximation to raising a negative base to a
> fractional exponent? For example, (-3)^-4.1 since this cannot be
> computed without using imaginary numbers. Any help is appreciated.
As others have said, you can use Python's complex numbers (jus
On Oct 16, 2:48 pm, [EMAIL PROTECTED] wrote:
> Does anyone know of an approximation to raising a negative base to a
> fractional exponent? For example, (-3)^-4.1 since this cannot be
> computed without using imaginary numbers. Any help is appreciated.
Use complex numbers. They are part of pyth
On Oct 17, 8:03 am, Steve Holden <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] wrote:
> > Does anyone know of an approximation to raising a negative base to a
> > fractional exponent? For example, (-3)^-4.1 since this cannot be
> > computed without using imaginary numbers. Any help is apprecia
Steve Holden wrote:
> [EMAIL PROTECTED] wrote:
>> Does anyone know of an approximation to raising a negative base to a
>> fractional exponent? For example, (-3)^-4.1 since this cannot be
>> computed without using imaginary numbers. Any help is appreciated.
>>
> A couple of questions.
>
> 1. Ho
[EMAIL PROTECTED] wrote:
> Does anyone know of an approximation to raising a negative base to a
> fractional exponent? For example, (-3)^-4.1 since this cannot be
> computed without using imaginary numbers. Any help is appreciated.
>
A couple of questions.
1. How do you approximate a complex
10 matches
Mail list logo