0% found this document useful (0 votes)
28 views2 pages

MME Assignment 2

The document contains instructions for a MATLAB assignment involving optimization methods, matrix factorization methods, solving systems of equations, and numerical methods for solving ordinary differential equations. Students are asked to develop 10 MATLAB codes for each of these topics, for a total of 30 codes. The assignment is for a 1st year M.Tech elective course in Mathematical Methods in Engineering at NIT Warangal. It includes the names of 10 student groups assigned the questions.

Uploaded by

lp23mem4r06
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views2 pages

MME Assignment 2

The document contains instructions for a MATLAB assignment involving optimization methods, matrix factorization methods, solving systems of equations, and numerical methods for solving ordinary differential equations. Students are asked to develop 10 MATLAB codes for each of these topics, for a total of 30 codes. The assignment is for a 1st year M.Tech elective course in Mathematical Methods in Engineering at NIT Warangal. It includes the names of 10 student groups assigned the questions.

Uploaded by

lp23mem4r06
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

ME 5415 Mathematical Methods in Engineering

Mechanical Engineering Department, N.I.T., WARANGAL


Assignment - 2 Date: 15-12-2023
st st
M. Tech 1 year 1 semester (Elective)

1 Write a Matlab code to find the point at which the function is minimum using Golden
Section Search method.
2 Write a Matlab code to find the point at which the function is minimum using Successive
Parabolic Interpolation method.
3 Write a Matlab code to find the point at which the function is minimum using Newton’s
method for 1-D Optimization.
4 Develop a Matlab code to do the Cholesky Factorization for the given matrix.
5 Develop a Matlab code to do the LU Factorization for the given matrix using Gaussian
Elimination Method without pivoting.
6 Develop a Matlab code to do the LU Factorization for the given matrix using Gaussian
Elimination Method with pivoting.
7 Develop a Matlab code to find the inverse of given matrix using Gauss-Jordan
Elimination Method.
8 Develop a Matlab code to perform Householder QR Factorization for the given matrix.
9 Develop a Matlab code to perform Givens QR Factorization for the given matrix.
10 Develop a Matlab code to perform Gram-Schmidt QR Factorization for the given matrix.

1 Develop a Matlab code for Computing Eigenvalues and Eigenvectors using Power
Iteration Method and Normalized Power Iteration Method.
2 Develop a Matlab code for Computing Eigenvalues and Eigenvectors using Inverse
Iteration Method.
3 Develop a Matlab code for Computing Eigenvalues and Eigenvectors using Rayleigh
Quotient Method
4 Develop a Matlab code to solve the ODE numerically using Predictor-Corrector Method
(trapezoid method).
5 Develop a Matlab code for Steepest Descent Method.
6 Develop a Matlab code for Conjugate Gradient Method for Unconstrained Optimization.
7 Develop a Matlab code for BFGS Method for Unconstrained Optimization.
8 Develop a Matlab code for Gauss-Newton Method.
9 Develop a Matlab code for Newton Method for Unconstrained Optimization.
10 Develop a Matlab code to solve the ODE numerically using 4th order runge kutta
method.
ME 5415 Mathematical Methods in Engineering
Mechanical Engineering Department, N.I.T., WARANGAL
Assignment - 2 Date: 15-12-2023
st st
M. Tech 1 year 1 semester (Elective)

The following questions are common for all the groups


1 Develop a Matlab code to obtain the system of equations in matrix form for 1-D heat
conduction problem using finite difference method. Further apply the boundary
conditions to solve it for obtaining the temperature distribution. (Refer-Chapra book-pp-
662)
2 Develop a Matlab code to solve the ODE numerically using Predictor-Corrector Method
(Adams-Bashforth).

1 Aditya Deb Sanjaya Senapati Supreet Kumar


2 Aditya Kumar Prabhu Kaustubh Sunil Shubham Kumar Mishra
3 Rushikesh R Mankar Tony Rajwar Vishal Chandra Yadav
4 Thamaraiselvan K Lakshmi Prasath T S Uppada Vidya Sagar
5 Annapureddy Yashwanth Anand S M Subramaniyan Hariharan
Reddy Srinivasan
6 Anmol Singh D Anil Kumar Deepak Kumar
7 Annamaneedi Ram Charan Udugula Ram Kiran Tadivada Kiran
8 Valusa Nagaveni Gudigopuram Uday Yellapragada Venkata Sai
Reddy Sphoorthy
9 Kuntumalla Venkata Kanwal Deep Singh Aakash Karki
Vinay
10 Kosuru Abhiram Mervin Jee Raj Rishabh Goyal

You might also like