AIM: To write a python code to fit the best curve for the given data (i.e., a linear and cubic polynomial for the Cp (specific heat) data). THEORY: Curve fitting is a process of constructing a curve, or a mathematical function, that has the best fit to a series of data points, possibly subject to constraints. SOLUTION…
Mahesh Samba
updated on 05 Aug 2021
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 Mahesh Samba (4)
Week 6 - Data analysis
OBJECTIVE: A Python script to visualize the data according to the user input and save the images. PROBLEM STATEMENT: DATA VISUALIZER: The Python script should take column numbers as the input and plot the respective columns as separate images. The name of the column should save each file. The plot labels should be extracted…
09 Aug 2021 04:02 PM IST
Week 5 - Curve fitting
AIM: To write a python code to fit the best curve for the given data (i.e., a linear and cubic polynomial for the Cp (specific heat) data). THEORY: Curve fitting is a process of constructing a curve, or a mathematical function, that has the best fit to a series of data points, possibly subject to constraints. SOLUTION…
05 Aug 2021 04:40 PM IST
Week 3 - Solving second order ODEs
OBJECTIVE: Develop a python code to simulate the Motion of the Pendulum. PROBLEM STATEMENT: Plotting graphs for different angles of displacements that gives corresponding different positions of a pendulum with the help of python code. Creating an animation from the generated plots to display the motion of the simple pendulum.…
24 Jul 2021 06:02 PM IST
Week 2 Air standard Cycle
OBJECTIVE: To create a PV diagram for the given Air Standard Cycle (Otto Cycle). PROBLEM STATEMENT: Find required parameters at each state of the otto cycle, such as pressure, temperature, volume. Find the thermal efficiency of the Otto cycle. SOLUTION PROCEDURE: At first, with the help of geometric input parameters and…
20 Jul 2021 10:47 AM IST