0% found this document useful (0 votes)
9 views

Lecture-1 Introduction to MATLAB

Uploaded by

mail2uzzwal
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views

Lecture-1 Introduction to MATLAB

Uploaded by

mail2uzzwal
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 11

NE 262: Numerical Methods in

Nuclear Engineering Sessional


Instructors: Prof. Aziz, Lec. Tahia, Lec. Jehad, Lec. Sourov
Course Contents
Exp 01: Solve an equation of f(x) = exp(-x) by Fixed Point Iteration method.
Exp 02: Solve an equation of f(x) = exp(-x) by Newton Raphson method.
Exp 03: Solve an equation of f(x) = exp(-x) by Ramanujan’s method.
Exp 04: Develop a short code which can receive number of students according to
the user’s preference and categorize the total numbers into four grades as the
user’s preference as well.
Exp 05: Develop a code which will deliver the mean value of the students’ heights.
Exp 06: Prepare a curve by insertion of y-axis and x –axis data. Include more than
one curves by ‘hold on’ option in same figure,
Course Contents
show those different curves by ‘subplot’ option in same figure and finally show the
curves on different figures.
Exp 07: Prepare an algorithm and curves for extrapolation and interpolation of
different data.
Exp 08: Build a code to find the result of following problem: 1+2^2+3^2+….+N^2 = ?
Exp 09: Build a code to find the result of following problem: 1-2+3-…+N = ?
Exp 10: Build a code to find the result of following problem: 1+3+5+7+…+N = ?
Exp 11: Obtain the solutions by using Gauss Elimination method.
Exp 12: Obtain the solutions by using Gauss-Jordan method.
Assessment Strategy
Reference Books
1. John H. Mathews and Kurtis D. Fink – NUMERICAL METHODS: Using Matlab –
Fourth Edition, PrenticeHall Pub. Inc., 2004 ISBN 0-13-065248-2
2. E. Balagurusamy – Numerical Methods – 25th Reprint Edition, New Delhi, Tata
MacGrawHill, 2008
Supportive Tutorials:
http://www.math.utah.edu/lab/ms/matlab/matlab.html
http://www.cyclismo.org/tutorial/matlab/
Supportive Course Link:
https://ocw.mit.edu/courses/6-057-introduction-to-matlab-january-iap-2019/
Introduction to MATLAB
MATLAB (MATrix LABoratory) is a technical computing environment
used to-
• Analyze and visualize data,
• Develop algorithms, and
• Create models and applications.
Many different tools and products within the MATLAB environment are
used extensively in engineering, and in scientific and academic
research.
History of MATLAB Foundation
Cleve Moler, a math professor at the
UNM, in the late 1970s, created
MATLAB by compiling his FORTRAN
codes to help his students solving
matrix algebra problems.
Later, Jack Little and Steve Bangert
reprogrammed MATLAB in C and added
new features, making it a commercial
product. Together, they founded The
MathWorks in 1984, which continues to
develop and distribute MATLAB globally.
Figure 1: MathWorks Founders - Cleve Moler - MATLAB &
Simulink
How to Access MATLAB
➢ MATLAB could be purchased from the official web site of MathWorks or from
an official distributer.
➢ More than 5000 universities provide free access to MATLAB Academia to their
students and faculties.
➢ Apart from that MathWorks.com provides free MATLAB (online) access for 20
hours per months and 1-month free trial for offline version.
Installation Requirements
✓ OS: Windows 10,11 (64-bit), macOS (latest version), or a supported Linux
distribution
✓ Processor: Multicore Intel/ AMD processor (recommended i5/ Ryzen5 or better,
clock speed > 2 GHz)
✓ Graphics: Graphics card with OpenGL 2.1 support (recommended Dedicated
GPU).
✓ RAM: Minimum 4GB (Recommended 8/16 GB)
✓ ROM: minimum 3.4 GB for MATLAB only, but 5-8 GB is recommended for a
typical installation
Topics of Lecture Notes

(Courtesy to MIT OpenCoursware)

You might also like