Forum: Hardware
2007-09-17, 06:51
|
Replies: 12
Views: 1,918
Humm, 1PHz we will se, but -1 Kelvin?
Tell...
Humm, 1PHz we will se, but -1 Kelvin?
Tell you what, if you get -1 Kelvin, I'll find the address in Stockholm:wink:
Somehow my monkey seem to wera out to soon, if I spank it too fast.:grin:
...
|
Forum: Homework Help
2007-08-27, 12:42
|
Replies: 6
Views: 2,838
|
Forum: Miscellaneous Math
2007-08-07, 07:14
|
Replies: 18
Views: 2,971
I have now proven FLT. This is what I did:
...
I have now proven FLT. This is what I did:
1) I went to the religious fanatics and asked them.
They said: Oure God says there is no solution.
2) I went to the dictators and tyrans and asked...
|
Forum: Miscellaneous Math
2007-07-17, 10:18
|
Replies: 5
Views: 1,739
Quick and dirty
Lest just make a quick and dirty survey.
This code
def f(n):
a = 1
for i in range (2,n+1):
a = a*i
return a
|
Forum: Lounge
2007-07-03, 13:18
|
Replies: 23
Views: 1,804
|
Forum: Software
2007-06-13, 13:41
|
Replies: 11
Views: 1,619
|
Forum: Miscellaneous Math
2007-05-23, 13:47
|
Replies: 9
Views: 3,900
|
Forum: Miscellaneous Math
2007-05-23, 06:59
|
Replies: 9
Views: 3,900
Hi
OK, I get it. I thought:
To test Mx you...
Hi
OK, I get it. I thought:
To test Mx you do: 2^(2*(x-1))Mod Mx + 2^(2*(x-2)) Mod Mx +... 2^0 Mod Mx.
Was to be interpretatet as: (2^(2*(x-1))Mod (Mx + 2^(2*(x-2)))) Mod (Mx +... 2^0) Mod Mx....
|
Forum: Miscellaneous Math
2007-05-22, 07:27
|
Replies: 9
Views: 3,900
Update:
This Python code should print the...
Update:
This Python code should print the term after each Mod operation:
Mx = 5
term = 2**(2*(Mx-1))
for i in range(2,Mx+1):
print term
term = term % (Mx + 2**(2*(Mx-i)))
print term
|
Forum: Miscellaneous Math
2007-05-22, 07:09
|
Replies: 9
Views: 3,900
|
Forum: Miscellaneous Math
2007-05-22, 06:34
|
Replies: 244
Views: 19,942
|
Forum: Software
2007-05-16, 06:50
|
Replies: 1
Views: 416
|
Forum: Homework Help
2007-05-15, 06:51
|
Replies: 32
Views: 5,622
Hi T
Like zacariaz know nothing about...
Hi T
Like zacariaz know nothing about Phyton, I know nothing about PARI/gp. The algoritm looks the same. Do you sieve from 3 to 1000?
Update: Downloaded PARI/gp. Humm, how can I cut and paste...
|
Forum: Homework Help
2007-05-14, 13:54
|
Replies: 32
Views: 5,622
|
Forum: Miscellaneous Math
2007-05-14, 06:13
|
Replies: 85
Views: 12,506
Hi Uncwilly
I like your *alogrythym* - one...
Hi Uncwilly
I like your *alogrythym* - one may say, "why not move til 24th century Mersenne list to present times". There will shurly be a lot of bozos running the old fasion algoritm. Beat them...
|
Forum: Miscellaneous Math
2007-05-14, 06:03
|
Replies: 244
Views: 19,942
|
Forum: Miscellaneous Math
2007-05-11, 08:24
|
Replies: 85
Views: 12,506
Boredom Theorem
Hi
If I may add to the crucible of brilliant ideas – well try and stop me now.
I get dizzy from all that math, and quite frankly this forum is just steaming of excitement by listening to a...
|
Forum: Miscellaneous Math
2007-04-30, 14:00
|
Replies: 244
Views: 19,942
I know the algoritm
YES, I have spotted the algortim - and here it goes:
1) start with 37.
2) requist 5 random numbers form www.random.org and apply these.
3) finish with an odd number - free choice.
4) claim you...
|
Forum: Programming
2007-04-30, 06:38
|
Replies: 28
Views: 2,716
Hi Guys
Hummm, this says nothing about a...
Hi Guys
Hummm, this says nothing about a range search. What is the range? 1..100 * 1..100 ?
If so I will change the code to:
def sum_of_digits(a,b):
## Returns the sum of digits in a**b ...
|
Forum: Science & Technology
2007-04-27, 11:51
|
Replies: 33
Views: 3,456
|
Forum: Programming
2007-04-27, 10:59
|
Replies: 28
Views: 2,716
Hi
Is 59 the correct answer here - I would...
Hi
Is 59 the correct answer here - I would expect around 191*4.5 (~860) as the sum of all digits.
I am not familiar with Perl so I can't evaluate the Perl program, but it seems like long way to...
|
Forum: Hardware
2007-04-12, 13:59
|
Replies: 10
Views: 1,572
|
Forum: Homework Help
2007-04-12, 13:53
|
Replies: 11
Views: 4,188
That's noooooothing compared to my super-duper...
That's noooooothing compared to my super-duper Mersenne program. In a fraction of a second my program can tell if a number is a Mersenne prime or not - traa traa daa daaaaaa. This (award winning ?)...
|
Forum: Puzzles
2007-04-04, 09:16
|
Replies: 16
Views: 1,140
|
Forum: Data
2007-03-21, 09:54
|
Replies: 10
Views: 2,926
|