Hackety Hacking Problem ExamSimulation TernaryOperator: Difference between revisions

From OLPC
Jump to navigation Jump to search
(New page: == Problem Statement == Your physics teacher is teaching you the principles of Oscillations. In a demonstration, She shows you how a spring oscillates. After compressing it to 1cm, accor...)
 
Line 2: Line 2:


Your physics teacher is teaching you the principles of Oscillations. In a demonstration, She shows you how a spring oscillates.
Your physics teacher is teaching you the principles of Oscillations. In a demonstration, She shows you how a spring oscillates.
After compressing it to 1cm, according to Hooke's Law(F = -K*x), the spring starts oscillating. Write a program which could plot the variation of force with change in length of the spring?
After compressing it to 1cm, according to Hooke's Law (F = -K*x), the spring starts oscillating. Write a program which could plot the variation of force with change in length of the spring?

Revision as of 20:24, 9 October 2007

Problem Statement

Your physics teacher is teaching you the principles of Oscillations. In a demonstration, She shows you how a spring oscillates. After compressing it to 1cm, according to Hooke's Law (F = -K*x), the spring starts oscillating. Write a program which could plot the variation of force with change in length of the spring?