90 likes | 217 Views
Text : Linear Algebra for Engineers and Scientists using MATLAB Kenneth Hardy Home Page : http://www.utdallas.edu/~pervin. EE 2300 Linear Algebra for Engineers. Text: Linear Algebra for Engineers and Scientists >>> using MATLAB <<< Kenneth Hardy Home Page:
E N D
Text: Linear Algebra for Engineers and Scientists using MATLAB Kenneth Hardy Home Page: http://www.utdallas.edu/~pervin EE 2300Linear Algebra for Engineers
Text: Linear Algebra for Engineers and Scientists >>> using MATLAB <<< Kenneth Hardy Home Page: http://www.utdallas.edu/~pervin EE 2300Linear Algebra for Engineers
1.1 Solving Linear Systems 1.2 Echelon Forms, Rank 1.3 Applications Chapter OneLinear Systems
Linear System of Equations • m equations in n unknowns {xi : i=1..n} :
Solution Set • A solution to a linear system consisting of m equations in n unknowns {xi : i=1..n} is an assignment xi=ci for i=1..n so that all equations are satisfied. • Classification of a linear system: (0, 1, ∞) • Inconsistent: no solutions • Consistent: solutions exist • The solution is unique • There are an infinite number of solutions
Forward EliminationElementary Equation Operations (EEO) • Replacement: • Interchange: • Scaling: • “Pivot Variable” • “Free Variable” • Triangular Form
Matrix Representation • Coefficient Matrix: • Constant Terms: • Augmented Matrix:
Elementary Row Operations (ERO) • (Row) Replacement ri – mrj -> ri • (Row) Interchange ri<--> rj • (Row) Scalingcri -> ri • “(Row) Equivalent Matrices”
MATLAB Download the M-file gauss.m from the web-site www.prenhall.com or the EE2300 web-site under “handouts” and use it to solve problems on page 20