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

Newton-Raphson method using Python

Aim-  Breaking Ice with Air cushion Vehicle - Finding Minimum Pressure with Newton-Raphson method  Theory- The Newton-Raphson method (also known as Newton's method) is a way to quickly find a good approximation for the root of a real-valued function f ( x ) = 0 f(x) = 0 f(x)=0. It uses 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 Rahul Yadav (14)

    Newton-Raphson method using Python

    Objective:

    Aim-  Breaking Ice with Air cushion Vehicle - Finding Minimum Pressure with Newton-Raphson method  Theory- The Newton-Raphson method (also known as Newton's method) is a way to quickly find a good approximation for the root of a real-valued function f ( x ) = 0 f(x) = 0 f(x)=0. It uses the…

    calendar

    10 Jul 2020 04:03 PM IST

      Read more

      Rankine Cycle Simulator

      Objective:

       Aim-Create a Rankine Cycle Simulator using OCTAVE/MATLAB. OBJECTIVE- Create a Rankine Cycle Simulator using OCTAVE/MATLAB. calculate the state points of the Rankine Cycle (any type of your choice) based on user inputs.  plot the corresponding T-s and h-s plots for the given set of inputs.    LIBRARY…

      calendar

      06 Jul 2020 09:57 AM IST

      • MATLAB
      Read more

      Data analysis using python

      Objective:

      Aim- To read the file 'engine_data.out' and perform the following operations on the data. Objective- 1) Data extraction -                                                     …

      calendar

      05 Jul 2020 06:47 AM IST

        Read more

        Program to perform curve fitting in Python

        Objective:

        AIM- Program to perform curve fitting in Python. Introduction- 1. Defining functions- math and matplotlib.pyplot were imported for using mathematical functions and plotting. numpy was imported to do mathematical operations on arrays and curve_fit was imported to fit the given points according to the specified equation.…

        calendar

        02 Jul 2020 07:41 PM IST

          Read more

          Solving second order ODEs using Python

          Objective:

          AIM- SOLVING SECOND ORDER ODE. OBJECTIVE- Write a program in Python that will simulate the pendulum motion. write a program that solves the following ODE. This ODE represents the equation of motion of a simple pendulum with damping THEORY-  WHAT IS SIMPLE PENDULUM? A pendulum is a weight suspended from a pivot so…

          calendar

          02 Jul 2020 07:23 PM IST

            Read more

            Air standard Cycle using Python programming

            Objective:

            AIM- Program to solve the otto cycle, plot P-V diagram and calculate efficiency of the cycle. Theory- The Otto cycle is the name for the cycle used in spark-ignition IC Engine such as gasoline/petrol. Its theoretical efficiency depends on the compression ratio cr of the engine and the specific heat ratio γ of the…

            calendar

            02 Jul 2020 07:07 PM IST

              Read more

              Program to simulate the forward kinematics of a 2R Robotic Arm using Python

              Objective:

              AIM- To write a program to simulate the forward kinematics of a 2R Robotic Arm in Python. OBJECTIVE- 1. To solve and simulate the forward kinematics of a 2R Robotic Arm. 2. Understand the movement of the manipulator. 3. To create the animation of working of a 2R Robotic Arm. INTRODUCTION- A robotic arm is a robot manipulator,…

              calendar

              02 Jul 2020 06:15 PM IST

                Read more

                Drag Force and its variation with Velocity and Cd using python.

                Objective:

                Aim- Drag Force: and its variation with Velocity and Cd. Objective- Write a Python program to calculate drag force against a cyclist. The factors involved are Velocity, Drag coefficient, Frontal Area, Density of air. Write a program to plot Velocity vs Drag force. (25 points) Write a program to plot Drag Co-efficient…

                calendar

                02 Jul 2020 06:03 PM IST

                  Read more

                  Parsing NASA thermodynamic data

                  Objective:

                  AIM-Make a function that extracts the 14 coefficients and calculates the enthalpy, entropy and specific heats for all the species in the data file Introduction- File parsing is reading data from a file and manipulating or using this data for our convenience. Here we read data from a THEMO .dat file issued by NASA which…

                  calendar

                  25 Jun 2020 06:41 PM IST

                    Read more

                    Curve Fitting Using MatLab

                    Objective:

                    Aim:- To produce the curve fit using MATLAB and to determine the best fit to predict the data Link of the data- https://drive.google.com/file/d/1vWi9Vj3AdQf0gqUK1u9jwS8zg92BHGR0/view Curve fit- Curve fitting is the process of constructing a curve or mathematical function, that has the best fit to a series of data…

                    calendar

                    22 Jun 2020 06:28 PM IST

                    Read more

                    Calculation of drag force against a bicyclist

                    Objective:

                    Objective- Write a MatLab program to calculate drag force against a cyclist Software Used- MATLAB                                                                …

                    calendar

                    22 Jun 2020 02:07 PM IST

                    Read more

                    MatLab code to solve otto cycle,generate p-v graph and calculate thermal efficiency

                    Objective:

                     Objective- Write a code that can solve an Otto cycle, generate p-v plot and calculate thermal efficiency of the engine  Software Used- MatLab Description-                                            …

                    calendar

                    22 Jun 2020 02:03 PM IST

                      Read more

                      Simulate the forward kinematics of a 2R Robotic Arm using MatLab

                      Objective:

                      Objective-   Simulation of forward kinematics of a 2R Robotic Arm using MatLab  Software used - MatLab Introduction- The robotic arm consists of two links of lengths L1 and L2. L1 makes an angle of θ1 with the horizontal and L2 makes an angle of θ2 with the horizontal drawn from the…

                      calendar

                      22 Jun 2020 01:50 PM IST

                        Read more

                        Second Order ODE solving for Simulate the movement of simple pendulum

                        Objective:

                        Aim- A program to simulate the transient behaviour of a simple pendulum and to create an animation of its motion Software- MatLab                                         Sub Objectives:- Write a program to solve the ODE…

                        calendar

                        22 Jun 2020 09:14 AM IST

                          Read more
                          Showing 1 of 14 projects