|
|
#421 |
|
Zageron E. Tazaterra
RRR Developer & DevOps Support
Join Date: Apr 2007
Location: BC
Age: 34
Posts: 6,592
|
Haha
__________________
|
|
|
|
|
|
#422 |
|
x'); DROP TABLE FFR;--
Join Date: Nov 2010
Posts: 6,332
|
Site is up, limited form
|
|
|
|
|
|
#423 |
|
I am leonid
Join Date: Oct 2008
Location: MOUNTAIN VIEW
Age: 36
Posts: 8,080
|
ETA
|
|
|
|
|
|
#424 |
|
x'); DROP TABLE FFR;--
Join Date: Nov 2010
Posts: 6,332
|
who knows
|
|
|
|
|
|
#425 |
|
behanjc & me are <3'ers
Join Date: Jul 2006
Posts: 2,051
|
So recently I've gotten more motivation to do smartsy stuff so I picked this up again. (unfortunately we can't have our accounts back yet, if ever)
In any case, I'm currently working on 65. What I don't understand is how someone would go about finding a solution more rigorously.
__________________
Rhythm Simulation Guide Comments, criticism, suggestions, contributions, etc. are all welcome. Piano Etude Demon Fire sheet music |
|
|
|
|
|
#426 |
|
Under the scarlet moon
Join Date: Jan 2014
Age: 33
Posts: 923
|
If that pattern works, shouldn't you use dynamic programming?
Last edited by AutotelicBrown; 08-8-2014 at 07:28 AM.. |
|
|
|
|
|
#427 |
|
behanjc & me are <3'ers
Join Date: Jul 2006
Posts: 2,051
|
That pattern is so simple it only needs like a couple lines of code. But still, what concerns me at the moment is the reasoning for this pattern, an mathematical explanation for how it works, rather than the code/solution, which already works.
__________________
Rhythm Simulation Guide Comments, criticism, suggestions, contributions, etc. are all welcome. Piano Etude Demon Fire sheet music |
|
|
|
|
|
#428 |
|
Under the scarlet moon
Join Date: Jan 2014
Age: 33
Posts: 923
|
Yeah, I noticed that was the point a bit later. Anyway, I'm taking a look into it, I'll let you know if I get something.
|
|
|
|
|
|
#429 | |
|
FFR Player
Join Date: Sep 2012
Location: England
Posts: 466
|
Quote:
to prove it, we define sequences of numbers using this relation and show that they have the properties we want using induction. so for a given continued fraction [a0; (a1, a2, a3...)] (using the notation in the question) we define p0 = a0 p1 = a0*a1 + 1 q0 = 1 q1 = a1 p_n = a_n*p_(n-1) + p_(n-2) and q_n = a_n*q_(n-1) + q_(n-2) we want to prove p_n / q_n = [a0; (a1, a2, ..., a_n)] we use induction. n=0 and n=1 are boring assume true for n=k then [a0; (a1, a2, ..., a_(k+1))] = [a0; (a1, a2, ..., a_k + 1/a_(k+1))] = ( a_k + 1/a_(k+1) )*p_(k-1) + p_(k-2) ------------------------------------- ( a_k + 1/a_(k+1) )*q_(k-1) + q_(k-2) = a_k*p_(k-1) + p_(k-2) + p_(k-1)/a_(k+1) ---------------------------------------- a_k*q_(k-1) + q_(k-2) + q_(k-1)/a_(k+1) = p_k + p_(k-1)/a_(k+1) ---------------------- q_k + q_(k-1)/a_(k+1) = a_(k+1)*p_k + p_(k-1) ---------------------- a_(k+1)*q_k + q_(k-1) = p_(k+1)/q_(k+1) which completes the induction finally we need to prove that these fractions p_n/q_n are irreducible to do this we prove that: p_n*q_(n-1) - q_n*p_(n-1) = (-1)^(n+1) and you do an induction sort of like the previous one. from this it follows instantly that p_n and q_n are coprime, so these recurrences give you the fractions in lowest terms. edit: does anybody know when the fuck i'll be able to log into project euler again because (1) i want to see which problems i've solved and (2) most importantly i want that dark website background back like i've always been used to using, which i can only access while logged in
__________________
![]() Theorem: If you have a large enough number of monkeys, and a large enough number of computer keyboards, one of them will sight-read AAA death piano on stealth. And the ffr community will forever worship it. Proof Example ask me anything here mashed FCs: 329 Last edited by Zapmeister; 08-16-2014 at 07:19 PM.. |
|
|
|
|
|
|
#430 |
|
behanjc & me are <3'ers
Join Date: Jul 2006
Posts: 2,051
|
__________________
Rhythm Simulation Guide Comments, criticism, suggestions, contributions, etc. are all welcome. Piano Etude Demon Fire sheet music |
|
|
|
|
|
#431 |
|
x'); DROP TABLE FFR;--
Join Date: Nov 2010
Posts: 6,332
|
aaaaaaaaaaaaaaaaaaand live
|
|
|
|
|
|
#432 |
|
I am leonid
Join Date: Oct 2008
Location: MOUNTAIN VIEW
Age: 36
Posts: 8,080
|
\o/
|
|
|
|
|
|
#433 |
|
Digital Dancing!
Join Date: Feb 2006
Location: 80 billion club, NE
Age: 33
Posts: 12,985
|
thread revive
![]() ![]() ![]() ![]() ![]()
__________________
![]() ![]() ![]() ![]() ![]() ![]()
|
|
|
|
|
|
#434 |
|
x'); DROP TABLE FFR;--
Join Date: Nov 2010
Posts: 6,332
|
This thread needs more action
New problem up in 2.5 hours Last edited by Reincarnate; 03-7-2015 at 07:36 PM.. |
|
|
|
|
|
#435 |
|
Digital Dancing!
Join Date: Feb 2006
Location: 80 billion club, NE
Age: 33
Posts: 12,985
|
![]() I'm too stupid I don't have a sufficient math foundation to do stuff over 50 probably.
__________________
![]() ![]() ![]() ![]() ![]() ![]()
Last edited by rushyrulz; 03-7-2015 at 08:58 PM.. |
|
|
|
|
|
#436 |
|
x'); DROP TABLE FFR;--
Join Date: Nov 2010
Posts: 6,332
|
Sort by difficulty instead
|
|
|
|
|
|
#437 | |
|
Digital Dancing!
Join Date: Feb 2006
Location: 80 billion club, NE
Age: 33
Posts: 12,985
|
I tried 206 earlier and failed.
Quote:
__________________
![]() ![]() ![]() ![]() ![]() ![]()
Last edited by rushyrulz; 03-7-2015 at 09:09 PM.. |
|
|
|
|
|
|
#438 |
|
x'); DROP TABLE FFR;--
Join Date: Nov 2010
Posts: 6,332
|
Find x where x^2 = 1_2_3_4_5_6_7_8_9_0
You know the last blank must be a 0. So now if we divide by 100: x^2/100 = 1_2_3_4_5_6_7_8_9 (x/10)^2 = 1_2_3_4_5_6_7_8_9 Since the righthand number ends in 9, we know x/10 must end in either 3 or 7. That should cut things down some. Last edited by Reincarnate; 03-7-2015 at 09:06 PM.. |
|
|
|
|
|
#439 |
|
scumfan is scared of aa
Join Date: Sep 2007
Posts: 488
|
Oh hey, I never noticed this thread. I primarily got into programming this/last year and project euler has been fun for me testing out my math skills and my programming skills.
I've solved 1-12, 14, 16, and 20. I'll probably work on 13 now.
__________________
|
|
|
|
|
|
#440 |
|
x'); DROP TABLE FFR;--
Join Date: Nov 2010
Posts: 6,332
|
Try sorting by difficulty, too -- there are easy / good problems later on in the problem set, too.
Last edited by Reincarnate; 03-13-2015 at 10:25 PM.. |
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|