Each pair is either AT or GC.
So 2^3000000000 will give me the number of possible combinations, right?
My comp is still calculating btw. :)
Then I'll raise that to the 16th. Maybe it'll be less memory intensive.
Quote: from Just Waiting Here at 3:50 am on June 26, 2008 Quote: from shadowpool at 11:33 pm on June 25, 2008 I was just curious about the storage capacity of the human genome. Curiousity crashed the computer :P. Almost. "mike@evilpenguin:~$ qalc -t 4^3000000000 > answer.txt terminate called after throwing an instance of 'cln::runtime_exception' what(): Out of virtual memory. Aborted" Hmmm. I will find a way to calculate this number!
Quote: from shadowpool at 11:33 pm on June 25, 2008 I was just curious about the storage capacity of the human genome. Curiousity crashed the computer :P.
I was just curious about the storage capacity of the human genome.
Curiousity crashed the computer :P.
Almost.
"mike@evilpenguin:~$ qalc -t 4^3000000000 > answer.txt terminate called after throwing an instance of 'cln::runtime_exception' what(): Out of virtual memory. Aborted"
Hmmm. I will find a way to calculate this number!
Lol, the best I could get is...
1125899906842624^1171875
LOL.
Quote: from shadowpool at 11:27 pm on June 25, 2008 So four to the three billion. My computer will be up all night calculating this one. Use a recursive function. It'll work perfectly!
So four to the three billion. My computer will be up all night calculating this one.
Use a recursive function. It'll work perfectly!
I'm attempting to use qalc which is an arbitrary precision calculator. Hopefully 2gb of ram is enough.
There are four, as hithere said... AT, TA, GC, CG. Makes a huge difference, between the pairs bond up like this, but it's one individual strand, that can have A, T, G, or C that makes up the DNA (The second strand just matches up the pairs). So it would just be 4^3000000000 that should give you the possible numbers. Then again, I wonder if that's exactly correct, because with a different combination, we wouldn't exactly be human any more, would we? I mean... from human to human, the majority of the strand is the same. Even in monkeys, we don't differ in terms of DNA by that much... most of the code is very similar. That being said, there really aren't tht many combinations, as there has to be some of it that can't really be changed, right?
So it would just be 4^3000000000 that should give you the possible numbers.
Then again, I wonder if that's exactly correct, because with a different combination, we wouldn't exactly be human any more, would we? I mean... from human to human, the majority of the strand is the same. Even in monkeys, we don't differ in terms of DNA by that much... most of the code is very similar. That being said, there really aren't tht many combinations, as there has to be some of it that can't really be changed, right?
Quote: from shadowpool at 11:23 pm on June 25, 2008 Quote: from hithere at 3:22 am on June 26, 2008 no, each pair is AT, TA, GC, or CG That actually matters?yeah, you have two strands, buddy. one base on either strand.
Quote: from hithere at 3:22 am on June 26, 2008 no, each pair is AT, TA, GC, or CG That actually matters?
no, each pair is AT, TA, GC, or CG
That actually matters?
Goodness, that's right!
yes, it does.