We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3
UNIVERSITY INSTITUTE OF ENGINEERING
Subject Name – Numerical Methods and Optimization using Python
Subject Code – 22CSH-259
Submitted To: Submitted By:
Faculty Name: Name: UID: Section: Group: S.No List of Experiments Conduct Viva Record Total Remarks (M.M:12) (M.M:8) (M.M:10) (M.M:30)
1 Design a Python program for
Airline Crew Management, applying the concepts of Sets, Tuples, and Dictionaries to efficiently handle and organize crucial information related to airline crew members. The program should exhibit the following functionalities: Utilize a Dictionary to store details of each crew member, including their employee ID, name, position, and assigned flights. Implement a function to assign a crew member to a specific flight, updating the relevant information in the Dictionary. 2 A solar panel manufacturer wants to optimize the design of their solar panels to maximize energy production. They have historical data on the amount of energy produced by solar panels with different surface areas and the cost of manufacturing those panels. The manufacturer wants to find the optimal surface area that maximizes the profit function, which is the difference between the revenue and the cost. You have been hired to develop a Python program that uses the Newton-Raphson Method to find the optimal surface area for the solar panels. The Newton-Raphson Method is a numerical method used to find the root of a function. 3 You are given the following tabulated (x,y) data points : (1,2), (2,5), (4,3), (5,10).use 3rd order lagrangian interpolation to estimate the value of y at x=2.5.Include the full working out and print the interpolated result.
Python Advanced Programming: The Guide to Learn Python Programming. Reference with Exercises and Samples About Dynamical Programming, Multithreading, Multiprocessing, Debugging, Testing and More
P. Dechaumphai, N. Wansophark - Numerical Methods in Science and Engineering Theories With MATLAB, Mathematica, Fortran, C and Python Programs-Alpha Science International Ltd. (2022)