ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 12 System of Linear Equations.

Slides:



Advertisements
Similar presentations
4.1 Introduction to Matrices
Advertisements

Matrices A matrix is a rectangular array of quantities (numbers, expressions or function), arranged in m rows and n columns x 3y.
Matrix Definition: An array of numbers in m rows and n colums is called an mxn matrix A square matrix of order n, is an (nxn) matrix.
Mathematics. Matrices and Determinants-1 Session.
Mech300 Numerical Methods, Hong Kong University of Science and Technology. 1 Part Three Linear Algebraic Equations.
MF-852 Financial Econometrics
Maths for Computer Graphics
Solution of Simultaneous Linear Algebraic Equations: Lecture (I)
Matrix Operations. Matrix Notation Example Equality of Matrices.
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 14 Elimination Methods.
Chapter 2 Matrices Definition of a matrix.
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 15 Solution of Systems of Equations.
ECIV 520 Structural Analysis II Review of Matrix Algebra.
ECIV 301 Programming & Graphics Numerical Methods for Engineers REVIEW II.
Part 3 Chapter 8 Linear Algebraic Equations and Matrices PowerPoints organized by Dr. Michael R. Gustafson II, Duke University All images copyright © The.
Matrices MSU CSE 260.
CE 311 K - Introduction to Computer Methods Daene C. McKinney
3.8 Matrices.
A matrix having a single row is called a row matrix. e.g.,
Chapter 1: Matrices Definition 1: A matrix is a rectangular array of numbers arranged in horizontal rows and vertical columns. EXAMPLE:
MAT 2401 Linear Algebra 2.2 Properties of Matrix Operations
1 Chapter 3 Matrix Algebra with MATLAB Basic matrix definitions and operations were covered in Chapter 2. We will now consider how these operations are.
Chapter 7 Matrix Mathematics Matrix Operations Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
1 Statistical Analysis Professor Lynne Stokes Department of Statistical Science Lecture 5QF Introduction to Vector and Matrix Operations Needed for the.
Chapter 2 Solving Linear Systems Matrix Definitions –Matrix--- Rectangular array/ block of numbers. –The size/order/dimension of a matrix: (The numbers.
Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley 7.1 Solving Systems of Two Equations.
ECON 1150 Matrix Operations Special Matrices
Presentation on Matrices and some special matrices In partial fulfillment of the subject Vector calculus and linear algebra ( ) Submitted by: Agarwal.
An m  n matrix is an rectangular array of elements with m rows and n columns: Matrices denotes the element in the ith row and jth column.
Overview Definitions Basic matrix operations (+, -, x) Determinants and inverses.
Matrices. A matrix, A, is a rectangular collection of numbers. A matrix with “m” rows and “n” columns is said to have order m x n. Each entry, or element,
Matrix Algebra and Regression a matrix is a rectangular array of elements m=#rows, n=#columns  m x n a single value is called a ‘scalar’ a single row.
CHAPTER 2 MATRICES 2.1 Operations with Matrices Matrix
Linear Algebra 1.Basic concepts 2.Matrix operations.
2009/9 1 Matrices(§3.8)  A matrix is a rectangular array of objects (usually numbers).  An m  n (“m by n”) matrix has exactly m horizontal rows, and.
4.4 Identify and Inverse Matrices Algebra 2. Learning Target I can find and use inverse matrix.
Fundamentals of Engineering Analysis
ES 240: Scientific and Engineering Computation. Chapter 8 Chapter 8: Linear Algebraic Equations and Matrices Uchechukwu Ofoegbu Temple University.
CSCI 171 Presentation 9 Matrix Theory. Matrix – Rectangular array –i th row, j th column, i,j element –Square matrix, diagonal –Diagonal matrix –Equality.
Chapter 2 … part1 Matrices Linear Algebra S 1. Ch2_2 2.1 Addition, Scalar Multiplication, and Multiplication of Matrices Definition A matrix is a rectangular.
Sec 4.1 Matrices.
Matrices and Determinants
MATRICES Operations with Matrices Properties of Matrix Operations
Matrices and Matrix Operations. Matrices An m×n matrix A is a rectangular array of mn real numbers arranged in m horizontal rows and n vertical columns.
LEARNING OUTCOMES At the end of this topic, student should be able to :  D efination of matrix  Identify the different types of matrices such as rectangular,
Linear System of Simultaneous Equations Warm UP First precinct: 6 arrests last week equally divided between felonies and misdemeanors. Second precinct:
MATRICES. Introduction Matrix algebra has several uses in economics as well as other fields of study. One important application of Matrices is that it.
Matrices. Variety of engineering problems lead to the need to solve systems of linear equations matrixcolumn vectors.
Introduction Types of Matrices Operations
Lecture 1 Linear algebra Vectors, matrices. Linear algebra Encyclopedia Britannica:“a branch of mathematics that is concerned with mathematical structures.
10.4 Matrix Algebra. 1. Matrix Notation A matrix is an array of numbers. Definition Definition: The Dimension of a matrix is m x n “m by n” where m =
A very brief introduction to Matrix (Section 2.7) Definitions Some properties Basic matrix operations Zero-One (Boolean) matrices.
MATRICES A rectangular arrangement of elements is called matrix. Types of matrices: Null matrix: A matrix whose all elements are zero is called a null.
Engineering Analysis ENG 3420 Fall 2009 Dan C. Marinescu Office: HEC 439 B Office hours: Tu-Th 11:00-12:00.
1 Matrix Math ©Anthony Steed Overview n To revise Vectors Matrices.
Matrices Introduction.
MTH108 Business Math I Lecture 20.
Matrices and Vector Concepts
Linear Algebraic Equations and Matrices
Linear Algebra review (optional)
Linear Algebra Lecture 2.
Chapter 7 Matrix Mathematics
Matrices and vector spaces
Linear Algebraic Equations and Matrices
2. Matrix Algebra 2.1 Matrix Operations.
Lecture 11 Matrices and Linear Algebra with MATLAB
Presented By Farheen Sultana Ist Year I SEM
MATRICES Operations with Matrices Properties of Matrix Operations
Matrix Operations Ms. Olifer.
3.5 Perform Basic Matrix Operations Algebra II.
Presentation transcript:

ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 12 System of Linear Equations

Objectives Introduction to Matrix Algebra Express System of Equations in Matrix Form Introduce Methods for Solving Systems of Equations Advantages and Disadvantages of each Method

Matrix Algebra Rectangular Array of Elements Represented by a single symbol [A]

Matrix Algebra Row 1 Row 3 Column 2Column m n x m Matrix

Matrix Algebra 3 rd Row 2 nd Column

Matrix Algebra 1 Row, m Columns Row Vector

Matrix Algebra n Rows, 1 Column Column Vector

Matrix Algebra If n = m Square Matrix e.g. n=m=5 Main Diagonal

Matrix Algebra Special Types of Square Matrices Symmetric: a ij = a ji

Matrix Algebra Diagonal: a ij = 0, i  j Special Types of Square Matrices

Matrix Algebra Identity: a ii =1.0 a ij = 0, i  j Special Types of Square Matrices

Matrix Algebra Upper Triangular Special Types of Square Matrices

Matrix Algebra Lower Triangular Special Types of Square Matrices

Matrix Algebra Banded Special Types of Square Matrices

Matrix Operating Rules - Equality [A] mxn =[B] pxq n=pm=qa ij =b ij

Matrix Operating Rules - Addition [C] mxn = [A] mxn +[B] pxq n=p m=q c ij = a ij +b ij

Matrix Operating Rules - Addition Properties [A]+[B] = [B]+[A] [A]+([B]+[C]) = ([A]+[B])+[C]

Multiplication by Scalar

Matrix Multiplication [A] n x m. [B] p x q = [C] n x q m=p

Matrix Multiplication

Example

Matrix Multiplication - Properties Associative: [A]([B][C]) = ([A][B])[C] If dimensions suitable Distributive: [A]([B]+[C]) = [A][B]+[A] [C] Attention: [A][B]  [B][A]

Operations - Transpose

Operations - Inverse [A][A] -1 [A] [A] -1 =[I] If [A] -1 does not exist [A] is singular

Operations - Trace Square Matrix tr[A] =  a ii

Linear Equations in Matrix Form

Homework Problems 9.1, 9.2, 9.3 Due Date: Oct 6