AIM: To solve the second-order ode for the motion of a simple pendulum and simulate the pendulum motion using MATLAB GOVERNING EQUATION: `(d^2 θ)/(dt^2 )+ b/m (dθ)/dt+ g/L sinθ=0` - Eq1 Where g is gravity (`m⁄s^2`) L is the length of the pendulum (m) m is the mass of the ball (kg) b is the damping…
Vignesh Subbiah
updated on 28 Nov 2020
Project Details
Leave a comment
Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.
Other comments...
Read more Projects by Vignesh Subbiah (3)
Project 1 - Parsing NASA thermodynamic data
AIM: To write a code in MATLAB to parse NASA’s Thermodynamic data file and to calculate the thermodynamic properties of various species. OBJECTIVES: To write a program to file parsing from NASA Thermodynamic Data and extract 14 coefficients and to calculate the enthalpy, entropy, specific hear for all the species…
09 Jan 2021 12:18 AM IST
Week 4 - Genetic Algorithm
AIM: To write a code in MATLAB to optimize the stalagmite function and find the global maxima of the function. SYNTAX: Geometric Algorithm- x=ga(fun,nvars) where, finds a local unconstrained minimum, x, to the objective function, fun. nvars is the dimension (number of design variables) of fun.…
09 Dec 2020 01:49 AM IST
Week 3 - Solving second order ODEs
AIM: To solve the second-order ode for the motion of a simple pendulum and simulate the pendulum motion using MATLAB GOVERNING EQUATION: `(d^2 θ)/(dt^2 )+ b/m (dθ)/dt+ g/L sinθ=0` - Eq1 Where g is gravity (`m⁄s^2`) L is the length of the pendulum (m) m is the mass of the ball (kg) b is the damping…
28 Nov 2020 10:06 PM IST