Ask your own question, for FREE!
MIT 6.00 Intro Computer Science (OCW) 8 Online
OpenStudy (anonymous):

I can't get how the bisection method from the video (square root) is applied to the problem set. It is not the same problem as the square root, it is to keep guessing the lowest payment which pays off the balance within a year but that is not shown.

OpenStudy (anonymous):

Tips: - You will be using the min and max payments as upper and lower boundaries to the bisection method - The test will be performed on the remaining balance after the 12 month iteration. Depending on the balance's sign you will reassign either the upper or lower boundary accordingly. Does that kind of help? Any more and it would be the whole solution I guess!

OpenStudy (anonymous):

What is the balances 'sign' and the12 month iteration ? (bwo explanation I suffer from extreme anxiety due to past events and I have problems concentrating and absorbing things at present)

OpenStudy (anonymous):

Also , I am a complete beginner at Python, I only know a little Java

OpenStudy (anonymous):

http://codepad.org/u0GrGUg0 wont print says error

OpenStudy (microbot):

print 'Low Payment is : ' str(pmt) u miss a +before str: print 'Low Payment is : ' +str(pmt)

OpenStudy (anonymous):

Thanks, its wrong anyway, back to drawing board.

OpenStudy (anonymous):

Only 1 more day to get it

OpenStudy (anonymous):

Just get infinite loop

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!