AIM : To write a code to perform curve fitting THEORY : Curve fitting is the process of constructing a curve or mathematical function, that has the best fit to a series of data points, possibly subject to constraints. Curve fitting can involve either interpolation, where an exact fit to the data…
Aakash Devadiga
updated on 09 May 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 Aakash Devadiga (15)
Breaking Ice with Air cushion Vehicle -To Find minimum pressure using Newton-Raphson method ( PYTHON )
Objective : To determine the minimum cushion pressure needed to break a given thickness of iceusing an air cushion vehicle. 1. To use relaxation factor of 1 and to explain the results. 2.To find optimum relaxation factor for the given case ( h = 0.6 ) Newton Raphson Method : The Newton-Raphson…
11 Aug 2020 11:58 PM IST
Curve Fitting - Python
https://projects.skill-lync.com/projects/Curve-Fitting-Python-16393
09 May 2020 05:25 AM IST
Genetic Algorithm - MATLAB
Objective : To Write a code in MATLAB to optimise the stalagmite function and to find the global maxima of the function. THEORY : The genetic algorithm GA is a method for solving both constrained and unconstrained optimisation problems that is based on natural selction,the process that drives biological…
09 May 2020 05:25 AM IST
Animation of simple pendulum using MATLAB
Objective : To understand the motion of simple pendulum using MATLAB Theory : A simple pendulum consists of a mass 'M' attached to the one end of a light inextensible string of length 'l' , and the other end of the string attached to a fixed point. When the bob in equilibrium is subjected to an external force it displaces…
09 May 2020 05:25 AM IST
Forward Kinematics of a 2R Robotic Arm using MATLAB
Objective : To simulate the forward kinematics of a 2R Robotic Arm using MATLAB. Proedure : Let, l1 and l2 be the length of link 1 and 2 respectively. t1 and t2 be the angle made by the links 1 and 2 w.r.t horizontal. t1 and t2 is assumed to take values from 0 to 180 degrees. …
09 May 2020 05:25 AM IST
Air standard Cycle - MATLAB
AIM : To write a code for the PV diagram of an Air Standard Cycle (Otto Cycle), also to calculate the thermal efficiency of the engine. THEORY : The air-standard-Otto cycle is the idealized cycle for the spark-ignition internal combustion engines. This cycle is shown above on p-v and T-s diagrams. The Otto cycle 1-2-3-4…
09 May 2020 05:25 AM IST
Parsing Nasa Thermodynamic data using MATLAB
Objective : To write a program to read data from the given THERMO.dat file and to use this data to calculate specific heat , enthalpy, entropy and molecular weight if the species using the given formulae. Procedure : Step 1 : Initially to open the file fopen command is used. fgetl command is used to read the line.…
09 May 2020 05:25 AM IST
Data Analysis using Python
Data Analysis is a process of collecting, transforming, cleaning, and modeling data with the goal of discovering the required information. The results so obtained are communicated, suggesting conclusions, and supporting decision-making. OBJECTIVE : Calculate the area under the P-V…
09 May 2020 05:25 AM IST
Solving second order ODE using Python
Objective : To Write a program to simulate the transient behaviour of a simple pendulum and to create an animation of it's motion. Theory : A simple pendulum consists of a mass 'M' attached to the one end of a light inextensible string of length 'l' , and the other end of the string attached to a fixed point.…
09 May 2020 05:25 AM IST
Curve Fitting - Python
AIM : To write a code to perform curve fitting THEORY : Curve fitting is the process of constructing a curve or mathematical function, that has the best fit to a series of data points, possibly subject to constraints. Curve fitting can involve either interpolation, where an exact fit to the data…
09 May 2020 05:25 AM IST
Curve fitting - MATLAB
AIM : To write a code to perform curve fitting THEORY : Curve fitting is the process of constructing a curve, or mathematical functions, which possess the closest proximity to the real series of data. By curve fitting, we can mathematically construct the functional relationship between the observed dataset and parameter…
09 May 2020 05:25 AM IST
Forward Kinematics of a 2R Robotic arm using Python
Objective : To simulate the forward kinematics of a 2R Robotic Arm using Python. Proedure : Let, l1 and l2 be the length of link 1 and 2 respectively. theta1 and theta2 be the angle made by the links 1 and 2 w.r.t horizontal. theta1 and theta2 is assumed to take values from 0 to 90 degrees. …
09 May 2020 05:25 AM IST
Flow over bicycle - MATLAB
Objective : To understand the flow over bicycle and to calculate the drag force with respect to velocity and drag coefficient, Also to plot a graph for the same using MATLAB. Theory : when a cyclist rides a bicycle it experiences a drag force (wind resistance) . This drag force depends on the factors like density…
09 May 2020 05:25 AM IST
Flow over Bicycle - Python
Objective : To write a program to calculate drag force against cyclist and to plot 1. Velocity vs Drag force 2. Drag Coefficient vs Drag Force Theory : when a cyclist rides a bicycle it experiences a drag force (wind resistance) . This drag force depends on the factors like density of the…
27 Oct 2019 01:43 PM IST
Air standard cycle - Python
AIM : To write a code for the PV diagram of an Air Standard Cycle (Otto Cycle), also to calculate the thermal efficiency of the engine. THEORY : The air-standard-Otto cycle is the idealized cycle for the spark-ignition internal combustion engines. This cycle is shown above on p-v and T-s diagrams. The Otto…
17 Oct 2019 01:49 AM IST