Page 1 of 4

2^?

Posted: Tue Apr 02, 2013 8:26 pm
by Mikemk
What is your favorite power of 2?

Re: 2^?

Posted: Tue Apr 02, 2013 9:37 pm
by Nessphoro
The power of magic.

Re: 2^?

Posted: Tue Apr 02, 2013 9:50 pm
by VolTeK
.5

Re: 2^?

Posted: Wed Apr 03, 2013 12:21 am
by iansjack
-i

Re: 2^?

Posted: Wed Apr 03, 2013 12:44 am
by Antti
I usually think about the bit pattern.

Code: Select all

	00000001	Quite OK
	00000100	Bad
	00001000	OK
	10000000	Nice
Let's just say 128.

Re: 2^?

Posted: Wed Apr 03, 2013 7:10 am
by Mikemk
iansjack wrote:-i
Wouldn't that be 1?

Re: 2^?

Posted: Wed Apr 03, 2013 7:21 am
by AJ
m12 wrote:Wouldn't that be 1?
Only if i was zero and then you don't need the minus sign ;)

Re: 2^?

Posted: Wed Apr 03, 2013 7:31 am
by Mikemk
I thought you meant i as in √(-1). the square root of √1 is 1, so logically -√(-1) = √1 = 1

Re: 2^?

Posted: Wed Apr 03, 2013 7:44 am
by Nessphoro
You can't just multiply by negative 1 to covert complex-real numbers

Re: 2^?

Posted: Wed Apr 03, 2013 7:50 am
by iansjack
2 to the power of -i is most definitely not 1! (And -i is most definitely not 1 either.)

Re: 2^?

Posted: Wed Apr 03, 2013 7:53 am
by bluemoon
Why not? 0 + i and 0 - i are valid complex numbers.

By the way, how about 2^e

Re: 2^?

Posted: Wed Apr 03, 2013 8:05 am
by CWood
pi-th root of 2 (2^(1/pi))

I'm sure there will be some of you who get the reference

Re: 2^?

Posted: Wed Apr 03, 2013 8:14 am
by Griwes
m12 wrote:I thought you meant i as in √(-1). the square root of √1 is 1, so logically -√(-1) = √1 = 1
This is one of the most frequent problems with understanding complex numbers. i IS NOT sqrt(-1). This is NOT its definition. x = sqrt(-1) is NOT i.

i is defined as follows:

i^2 = -1

No other definition of i is correct, and all of them create the bullshit you wrote before, when you said -i = 1. -i is conceptually the same as (0, -1) in R2, which is *completely different thing* than 1, which is, again conceptually, (1, 0) in R2.


Please educate yourself on such basic things before diving into talking about it.

Re: 2^?

Posted: Wed Apr 03, 2013 8:23 am
by AJ
Hi,
Griwes wrote:i^2 = -1

No other definition of i is correct
i^6 = -1?

Cheers,
Adam

Re: 2^?

Posted: Wed Apr 03, 2013 8:26 am
by Griwes
That ain't a definition. You used the fact that i^2 is -1, which is *the* definition, and you just used that fact to write (i^2)^3 = -1, which is the same as (-1)^3 = -1.