Menu

Executive Programs

Workshops

Projects

Blogs

Careers

Student Reviews



More

Academic Training

Informative Articles

Find Jobs

We are Hiring!


All Courses

Choose a category

Loading...

All Courses

All Courses

logo

Week 3 - Solving second order ODEs

Aim: To Solve the Second Order Ordinary Differential Equation (ODE) & to simulate with an example of Simple Pendulum Description: Newton’s Second Law: In an inertial frame of reference, the vector sum of the forces F on an object is equal to the mass m of that object multiplied…

    Project Details

    Loading...

    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.

    Please  login to add a comment

    Other comments...

    No comments yet!
    Be the first to add a comment

    Read more Projects by Sushil Deore (5)

    Week 6 - Data analysis

    Objective:

    Title: Data analysis Aim: To write a script that does the data visualization, Compatability check and Basic Performance calculation.   Objectives:  Data visualization: Your script should take column numbers as the input and plot the respective columns as separate images Each file should be saved by…

    calendar

    11 Jan 2021 01:23 PM IST

      Read more

      Week 5 - Curve fitting

      Objective:

      AIM: Program for linear, quadratic and cubic polynomial and checking results with the actual plot. Description: Curve fitting can be defined as the process of constructing a curve or mathematical function that has the best fit to a series of data points subjects to constraints. Here, the curve for specific heat as a function…

      calendar

      07 Dec 2020 01:05 PM IST

        Read more

        Week 3 - Solving second order ODEs

        Objective:

        Aim: To Solve the Second Order Ordinary Differential Equation (ODE) & to simulate with an example of Simple Pendulum Description: Newton’s Second Law: In an inertial frame of reference, the vector sum of the forces F on an object is equal to the mass m of that object multiplied…

        calendar

        22 Sep 2020 04:42 PM IST

          Read more

          2R Robotic Arm Simulator using Python

          Objective:

          Aim: To create a simulation of forward Kinematic motion of 2R robotic arm using python 3   Description: Kinematics: A Branch of mechanics that describe the motion of bodies without considering forces. Forward kinematics: The Forward kinematics of a robot is the position and orientation of manipulator from its joint…

          calendar

          04 Jul 2020 07:13 PM IST

            Read more

            Code that can solve an Otto cycle and make plots for it

            Objective:

            # otto cycle simulator import matplotlib.pyplot as plt import math def engine_kinemetics( bore,stroke, con_rod,cr,starting_crank,ending_crank): # geometric parameters a=stroke/2 R=con_rod/a num_values = 20 s_crank=math.radians(starting_crank) e_crank=math.radians(ending_crank) v_s = (math.pi/4) * pow(bore,2) * stroke v_c…

            calendar

            09 Jun 2019 09:39 AM IST

              Read more
              Showing 1 of 5 projects