2005/8Matrices-1 Matrices. 2005/8Matrices-2 A Matrix over a Field F (R or C) m rows n columns size: m×n ij-entry: a ij  F (ij-component)

Slides:



Advertisements
Similar presentations
Mathematics. Matrices and Determinants-1 Session.
Advertisements

MAT120 Asst. Prof. Dr. Ferhat PAKDAMAR (Civil Engineer) M Blok - M106 Gebze Technical University Department of Architecture Spring.
MATRIX ALGEBRA MGT 4850 Spring 2009 University of Lethbridge.
Maths for Computer Graphics
Matrix Operations. Matrix Notation Example Equality of Matrices.
Chapter 2 Matrices Definition of a matrix.
2005/7Inverse matrices-1 Inverse and Elementary Matrices.
2.1 Operations with Matrices 2.2 Properties of Matrix Operations
Algebraic Properties: The Rules of Algebra Be Cool - Follow The Rules!
3.8 Matrices.
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 Operations with Matrice 2 Properties of Matrix Operations
Properties of Matrix Operations King Saud University.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
Properties of Real Numbers
CHAPTER 2 MATRICES 2.1 Operations with Matrices
2.1 Operations with Matrices 2.2 Properties of Matrix Operations
Chapter 2A Matrices 2A.1 Definition, and Operations of Matrices: 1 Sums and Scalar Products; 2 Matrix Multiplication 2A.2 Properties of Matrix Operations;
Chap. 2 Matrices 2.1 Operations with Matrices
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.
A rectangular array of numbers (we will concentrate on real numbers). A nxm matrix has ‘n’ rows and ‘m’ columns What is a matrix? First column First row.
Chapter 2 Basic Linear Algebra ( 基本線性代數 ) to accompany Operations Research: Applications and Algorithms 4th edition by Wayne L. Winston Copyright (c)
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,
Copyright © 2011 Pearson, Inc. 7.2 Matrix Algebra.
CHAPTER 2 MATRICES 2.1 Operations with Matrices Matrix
Linear Algebra 1.Basic concepts 2.Matrix operations.
Chapter 6 Systems of Linear Equations and Matrices Sections 6.3 – 6.5.
Meeting 18 Matrix Operations. Matrix If A is an m x n matrix - that is, a matrix with m rows and n columns – then the scalar entry in the i th row and.
Section 1.4 Inverses; Rules of Matrix Arithmetic.
CSCI 171 Presentation 9 Matrix Theory. Matrix – Rectangular array –i th row, j th column, i,j element –Square matrix, diagonal –Diagonal matrix –Equality.
For real numbers a and b,we always have ab = ba, which is called the commutative law for multiplication. For matrices, however, AB and BA need not be equal.
1.2 Field Axioms (Properties) Notes on a Handout.
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.
Properties of Inverse Matrices King Saud University.
(2 + 1) + 4 = 2 + (1 + 4) Associative Property of Addition.
Objectives: Students will be able to… Multiply two matrices Apply matrix multiplication to real life problems.
Matrices and Determinants
MATRICES Operations with Matrices Properties of Matrix Operations
Linear Algebra Chapter 2 Matrices.
MATRIX A set of numbers arranged in rows and columns enclosed in round or square brackets is called a matrix. The order of a matrix gives the number of.
by D. Fisher (2 + 1) + 4 = 2 + (1 + 4) Associative Property of Addition 1.
(2 + 1) + 4 = 2 + (1 + 4) Associative Property of Addition.
Introduction to Financial Modeling MGT 4850 Spring 2008 University of Lethbridge.
Chapter 2 Matrices 2.1 Operations with Matrices 2.2 Properties of Matrix Operations 2.3 The Inverse of a Matrix 2.4 Elementary Matrices Elementary Linear.
A ij i = row j = column A [ A ] Definition of a Matrix.
فصل 1 (المصفوفات)Matrices
2 - 1 Chapter 2A Matrices 2A.1 Definition, and Operations of Matrices: 1 Sums and Scalar Products; 2 Matrix Multiplication 2A.2 Properties of Matrix Operations;
12-2 MATRIX MULTIPLICATION MULTIPLY MATRICES BY USING SCALAR AND MATRIX MULTIPLICATION.
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.
Ch. 12 Vocabulary 1.) matrix 2.) element 3.) scalar 4.) scalar multiplication.
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.
2.1 Matrix Operations 2. Matrix Algebra. j -th column i -th row Diagonal entries Diagonal matrix : a square matrix whose nondiagonal entries are zero.
Matrices. Matrix A matrix is an ordered rectangular array of numbers. The entry in the i th row and j th column is denoted by a ij. Ex. 4 Columns 3 Rows.
MATRICES.
Linear Algebra Lecture 2.
Lecture 2 Matrices Lat Time - Course Overview
1.4 Inverses; Rules of Matrix Arithmetic
ECON 213 Elements of Mathematics for Economists
Rules of Matrix Arithmetic
What we’re learning today:
Matrices and Matrix Operations
MATRICES Operations with Matrices Properties of Matrix Operations
Matrix Definitions It is assumed you are already familiar with the terms matrix, matrix transpose, vector, row vector, column vector, unit vector, zero.
Multiplication of Matrices
Linear Algebra Lecture 11.
Matrices - Operations MULTIPLICATION OF MATRICES
Properties of Real Numbers
Presentation transcript:

2005/8Matrices-1 Matrices

2005/8Matrices-2 A Matrix over a Field F (R or C) m rows n columns size: m×n ij-entry: a ij  F (ij-component)

2005/8Matrices-3 The i-row (vector) The j-column (vector) (row matrix) (column matrix) Square matrix: m = n

2005/8Matrices-4 Diagonal matrix Trace unit n  n matrix = diag(1, 1,   , 1) zero matrix = diag(0, 0,   , 0)

2005/8Matrices-5 Example:

2005/8Matrices-6 Equal Example:

2005/8Matrices-7 Matrix addition Example:

2005/8Matrices-8 Matrix Subtraction Scalar Multiplication over a field F (R or C)

2005/8Matrices-9 Matrix Multiplication equal Size of AB

2005/8Matrices-10 Example: Sol:

2005/8Matrices-11 The partitioned matrices submatrix

2005/8Matrices-12 Properties of Matrix Operations Three elementary matrix operations: (1) addition (2) scalar multiplication (3) multiplication zero matrix: identity matrix of order n:

2005/8Matrices-13 The properties of addition and scalar multiplication (1) A + B = B + A (2) A + ( B + C ) = ( A + B ) + C (3) ( cd ) A = c ( dA ) (4) 1A = A (5) c( A+B ) = cA + cB (6) ( c+d ) A =cA + dA

2005/8Matrices-14 The properties of zero matrix Note : (1)0 m×n : the addition identity ( 加法單位矩陣 ) (2)  A: the addition inverse ( 加法反元素 ) of matrix A If A  M m  n, and c is a scalar, then (1) A + 0 m  n = A (2) A + (  A) = 0 m  n (3) cA = 0 m  n  c = 0 or A = 0 m  n

2005/8Matrices-15 The properties of matrix multiplication (1) A (BC) = (AB)C (2) A (B+C) = AB + AC (3) (A+B)C = AC + BC (4) c(AB) = (cA) B = A(cB) The properties of identity matrix

2005/8Matrices-16 The transpose ( 轉置 ) of a matrix

2005/8Matrices-17 Ex: Find the transpose of the following matrices. (b)(c) Sol: (a) (b) (c) (a)

2005/8Matrices-18 The properties of transpose matrices

2005/8Matrices-19 The symmetric matrix ( 對稱矩陣 ) If A = A T, then the square matrix A is called symmetric. If A T =  A, then the square matrix A is called skew-symmetric. Example: is symmetric, then find the values of a, b, c. Sol: The skew-symmetric matrix ( 反對稱矩陣 )

2005/8Matrices-20 Ex: is skew-symmetric, find a, b, c. Sol: Note: is symmetric. Pf:

2005/8Matrices-21 Real Numbers ab = baMultiplication commutative Matrices Three possibilities:

2005/8Matrices-22 Ex: For given matrices A and B, show that AB  BA. and Sol:

2005/8Matrices-23 Real numbers ac = bc, Cancellation laws Matrices (1) If C is invertible, then A = B (2) If C is non-invertible, then. (cancellation law does not hold)

2005/8Matrices-24 Ex : For given matrices A, B and C, show that AC=BC. Sol:, but.