Recent content by billyp245
-
Graduate Multiverse theory and Dark Matter
I've been looking over the idea of the multiverse recently. I am trying to grasp exactly why so many physicists believe in the idea when it seems more philosophical than scientific. Are there any good indicators pointing towards the theory from QM or GR? The gripe that I also see with it... -
Double Pendulum in C (Trace Motion Real-Time + gif output)?
Thanks for the suggestion however the stream was valid. I didn't manage to get the tracing of the paths working (as in the above video) however I did get the output of the gif animation. I simply had to open the pipe into gnuplot outside of my loop, do the plotting inside the loop to create all...- billyp245
- Post #3
- Forum: Programming and Computer Science
-
Double Pendulum in C (Trace Motion Real-Time + gif output)?
I have written a C program to trace out the motion of a double pendulum, but am having difficulties in getting gnuplot (controlled from my c program) to trace out the paths of the masses (example video below). Thus far I have created the program such that it produces a number of png images at...- billyp245
- Thread
- Animated Code Double pendulum Motion Output Pendulum Trace
- Replies: 2
- Forum: Programming and Computer Science