-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
54fa913
commit 697ee33
Showing
1 changed file
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Lagrange multiplier method project | ||
This is a project I did with two of my friends for the course Dynamics of Mechanical Systems. | ||
In this experiment, we studied the motion of a ball placed on a wire shaped like a parabola which rotates around its axis of symmetry with a constant angular velocity. | ||
The goal of the experiment is to derive the equations of motion using the Lagrange multiplier method for solving constrained optimization problems, represent them as a system of differential equations via the Constraint Stabilization method, and then analyze graphs of relevant quantities. | ||
We completed the project in Python using Numpy, Matplotlib and SciPy libraries. |