Skip to content

Numerical solution for the movement of a magnetic pendulum

Notifications You must be signed in to change notification settings

carloscerlira/Magnetic-Pendulum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Magnetic Pendulum

A numerical solution for the equations of motion governing the behavior of a magnetic pendulum was found, this system is of interest as it is known to be chaotic.
The numerical solution was performed for every point of a nxn image using parallel computing with the help of CUDA, NVIDIA's API.
The complexity of the problem was reduced from O(n^2) using brute force to O(1). Imgur Image Imgur Image
Brief explanation about the construction of a magnetic pendulum:
IMAGE ALT TEXT HERE

Documentation

  • The cppIntegration.cu contains the program, a graphics API is nedeed for implenetation such as OpenGL.
  • The poster.pdf file constains the scientific poster where the problem and the details about the solution can be found.

About

Numerical solution for the movement of a magnetic pendulum

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages