MATRICES Operations with Matrices Properties of Matrix Operations

Slides:



Advertisements
Similar presentations
Section 1.7 Diagonal, Triangular, and Symmetric Matrices.
Advertisements

MAT120 Asst. Prof. Dr. Ferhat PAKDAMAR (Civil Engineer) M Blok - M106 Gebze Technical University Department of Architecture Spring.
Maths for Computer Graphics
Matrix Operations. Matrix Notation Example Equality of Matrices.
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)
Matrices MSU CSE 260.
Finding the Inverse of a Matrix
Matrices The Basics Vocabulary and basic concepts.
CE 311 K - Introduction to Computer Methods Daene C. McKinney
3.8 Matrices.
Chapter 1: Matrices Definition 1: A matrix is a rectangular array of numbers arranged in horizontal rows and vertical columns. EXAMPLE:
1 Operations with Matrice 2 Properties of Matrix Operations
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
Elementary Linear Algebra Howard Anton Copyright © 2010 by John Wiley & Sons, Inc. All rights reserved. Chapter 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;
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.
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,
Algebra 3: Section 5.5 Objectives of this Section Find the Sum and Difference of Two Matrices Find Scalar Multiples of a Matrix Find the Product of Two.
Matrices. Definitions  A matrix is an m x n array of scalars, arranged conceptually as m rows and n columns.  m is referred to as the row dimension.
Company LOGO Chapter 1: Matrix, Determinant, System of linear equations Module 1: Matrix Natural Science Department Example 1: The following rectangular.
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.
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.
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.
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.
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.
2.5 – Determinants and Multiplicative Inverses of 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;
Matrix Algebra Basics Chapter 3 Section 5. Algebra.
Chapter 5: Matrices and Determinants Section 5.1: Matrix Addition.
Matrix Algebra Definitions Operations Matrix algebra is a means of making calculations upon arrays of numbers (or data). Most data sets are matrix-type.
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
Ch. 12 Vocabulary 1.) matrix 2.) element 3.) scalar 4.) scalar multiplication.
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.
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.
MTH108 Business Math I Lecture 20.
Matrices and Vector Concepts
3.8 Matrices L Al-zaid Math1101.
Matrices and Matrix Operations
MATRICES.
Linear Algebra Lecture 2.
Lecture 2 Matrices Lat Time - Course Overview
1.4 Inverses; Rules of Matrix Arithmetic
1.5 Matricies.
Unit 1: Matrices Day 1 Aug. 7th, 2012.
Finding the Inverse of a Matrix
What we’re learning today:
Multiplication of Matrices
Section 7.4 Matrix Algebra.
2. Matrix Algebra 2.1 Matrix Operations.
Section 2.4 Matrices.
Matrices Introduction.
Matrices and Matrix Operations
Determinant of a Matrix
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.
3.8 Matrices L Al-zaid Math1101.
L4-5/L4-6 Objective: Students will be able to evaluate determinants of matrices.
Presentation transcript:

MATRICES Operations with Matrices Properties of Matrix Operations The Inverse of a Matrix DEPARTMENT OF ECONOMICS PGGCG-11 ,CHANDIGARH

Operations with Matrices (i, j)-th entry : row: m column: n size: m×n

i-th row matrix row matrix j-th column matrix Square matrix: m = n

Diagonal matrix: Trace:

Example:

Equal matrix: Example: (Equal matrix)

Matrix addition: Example : (Matrix addition)

Scalar multiplication: Matrix subtraction: Ex 3: (Scalar multiplication and matrix subtraction) Find (a) 3A, (b) –B, (c) 3A – B

Sol: (a) (b) (c)

Matrix multiplication: Size of AB where

Example : Show that AB and BA are not equal for the matrices. and Sol: Note: Note:

Ex : (Find AB) Sol:

Properties of Matrix Operations Three basic matrix operators: (1) matrix addition (2) scalar multiplication (3) matrix multiplication Zero matrix: Identity matrix of order n =

Properties of matrix addition and scalar multiplication: (1) A+B = B + A A + ( B + C ) = ( A + B ) + C (3) 1A = A (4) C ( A+B ) = cA + cB

Properties of zero matrices: Notes: 0m×n: the additive identity for the set of all m×n matrices –A: is the additive inverse of A

Transpose of a matrix:

Transpose of A matrix (a) (b) (c) Sol: (a) (b) (c) (c)

Properties of transposes:

Symmetric matrix: A square matrix A is symmetric if A = AT Skew-symmetric matrix: A square matrix A is skew-symmetric if AT = –A Example: is symmetric, find a, b, c? Sol:

Ex: is a skew-symmetric, find a, b, c? Sol:

The Inverse of a Matrix (1) The inverse of A is denoted by The inverse of a matrix is unique. (1) The inverse of A is denoted by If A and B are invertible matrices of size n, then AB is invertible and