Git Product home page Git Product logo

triplependulum's Introduction

Chaos theory is a branch of physics and mathematics that focuses on the behavior of dynamical systems that are highly sensitive to initial conditions. An infinitesimally small change in initial condition would lead to a large change in state in a small amount of time; the errors in state grow exponentially over time. The systems are deterministic, which means that they are—rather than random—fully governed by a system of equations.

This project explores chaos as it analyzes, animates, and simulates a triple pendulum.

Code_Main.py calculates the numerical solution of a triple pendulum and writes the data to a user-named textfile. Based on constants and energies, the code calculates the equations of motion using the Lagrangian Method and computes the numerical solution using RK4. It uses the SymPy library to calculate derivatives. 

Animation_Main.py reads a user-defined textfile (ie Data_Main) and animates the results using Matplotlib. The textfile typically contains angular data, so it is necessary to convert the angles into coordinates. It may be necessary to manually update the length of any linkages.

The Documentation folder contains the final report, final presentation, and appropriate back-up files.

The Animations folder contains video files of all the animations.

The Other folder contains alternative applications of the code, namely other applications of Lagrangian systems. These include a double pendulum, triple pendulum, and a pendulum spring.

triplependulum's People

Contributors

jessie-c-wu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.