Menu

IIT Certification 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

1.AIM: A program in Python that will simulate the pendulum motion. 2.GOVERNING EQUATIONS IF ANY: `(d^2 θ)/(dt^2 )+b/m dθ/dt+g/L sinθ=0` This equation represents the motion of a damped pendulum.   3.OBJECTIVES: A programe that solves a second order differential equation. The ODE represents the…

    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 MRIGANKA MEDHI (5)

    Week 6 - Data analysis

    Objective:

    1.AIM: Data analysis in python 2.OBJECTIVE: 1.Data visualization Compatibility check Basic performance calculation 3.BODY OF THE CONTENT: MAIN CODE: #This code is written in python #File parsing in python #Engine data analysis in python import math import matplotlib.pyplot as plt import numpy as np from numpy import trapz…

    calendar

    01 Jul 2020 08:37 AM IST

      Read more

      Week 5 - Curve fitting

      Objective:

      AIM: CURVE FITTING: 1.What does popt and pcov mean? Answer: popt – This is an array which stores the value of the coefficients of the equation. pcov—This is an 2D array. The estimated covariance of popt. The variance of estimated parameter is given by the diagonals.   2.What does np.array(temperature)…

      calendar

      30 Jun 2020 06:31 AM IST

        Read more

        Week 3 - Solving second order ODEs

        Objective:

        1.AIM: A program in Python that will simulate the pendulum motion. 2.GOVERNING EQUATIONS IF ANY: `(d^2 θ)/(dt^2 )+b/m dθ/dt+g/L sinθ=0` This equation represents the motion of a damped pendulum.   3.OBJECTIVES: A programe that solves a second order differential equation. The ODE represents the…

        calendar

        28 Jun 2020 08:58 AM IST

          Read more

          Week 2 Air standard Cycle

          Objective:

          1.AIM: Solvig an otto cycle and making plots for it. 2.GOVERNING EQUATIONS: Adiabatic compression/expansion process:  `P_1 V_1^γ= P_2 V_2^γ` Ideal gas law:              `(P_1 V_1)/T_1 = (P_2 V_2)/T_2` Efficiency of the cycle:         `η=1-…

          calendar

          27 Jun 2020 02:47 PM IST

            Read more

            Week 3 - Solving second order ODEs

            Objective:

            1.AIM: A program in Octave that will simulate the pendulum motion. 2.GOVERNING EQUATIONS IF ANY: `(d^2 θ)/(dt^2 )+b/m (dθ/dt)+g/L sinθ=0` This equation represents the motion of a damped pendulum.   3.OBJECTIVES: A programe that solves a second order differential equation. The ODE represents…

            calendar

            27 May 2020 01:37 PM IST

              Read more
              Showing 1 of 5 projects