This page is for archival purposes only!
Students should use
ODTU-Class
Selçuk Bayın
- BasicsI.m,
BasicsII.m Matlab scripts.
Basic matrix and vector commands. - InverseMatrix.m Matlab script.
Matlab inverse matrix command. - Functions-Plots.m Matlab script.
Anonymous and inline functions and plots. - Firstgraph1.m,
Firstgraph2.m,
Firstgraph3.m
Examples of graphing functions. - ForLoops.m Matlab script.
Examples of for loops. - GaussReduction.m Matlab script.
Examples of matrix row reduction. - Pivoting1.m,
Pivoting2.m Matlab scripts.
Gaussian reduction with partial pivoting examples. - Cofactor.m Matlab script.
Finding matrix minors and cofactors. - LUfactoring.m Matlab script.
LU factorization using matlab's lu command. - GaussSeidal.m Matlab script.
Example using Gauss-Seidel iteration to solve Ax=b - Fixed-Pt-Iterations.m Matlab script.
Iteration method examples from Kreyszig -
Newton1-0.m,
PlotForNewton1-0.m,
Newton1-1.m,
Newton2-0.m
Newton's Method Examples - IntegralsAndPlots.m Matlab script.
Integration examples. - LineIntegrals.m Matlab script.
Line Integral examples. - DoubleIntegrals.m Matlab script.
Double Integral examples.
Benjamin Walter
- ref.m Matlab function.
ref(A) uses Gaussian reduction with partial pivoting to put A in row echelon form. - mydet.m Matlab function.
mydet(A) recursively expands across the first row to calculate det(A). - LU-lecture1.m Matlab script.
Introduces students to computation of LU decompositions - LU-lecture2.m Matlab script.
Introduces students to uses of LU decompositions - GS-lecture.m Matlab script.
Introduces students to Gauss-Seidel iterative method for solving Ax=b (with some comments at the end). - Iteration-functions.m Matlab script.
Introduces iterative methods for finding solutions to equations. - Integration.m Matlab script.
Numerical methods for approximate integration: Single and double integrals.
Matlab Information
- Examples of using matlab for solving problems in math 210.
-
Matlab reference sheets:
-- 1 page reference from MIT
-- 2 page reference from UW Madison - Online Matlab Summary and Tutorial and also a further Collection of Tutorials
- 6 page introduction (from MIT OpenCourseWare)
- Matlab Linear Algebra Functions On the Mathworks Homepage
- Matlab Manual: Linear Algebra Over 500 pages of documentation, explaining both Matlab functions and the linear algebra behind them.