Matrices Matrices For grade 1, undergraduate students For grade 1, undergraduate students Made by Department of Math.,Anqing Teachers college.

Slides:



Advertisements
Similar presentations
Vector Spaces A set V is called a vector space over a set K denoted V(K) if is an Abelian group, is a field, and For every element vV and K there exists.
Advertisements

Chapter Matrices Matrix Arithmetic
Matrix Algebra Matrix algebra is a means of expressing large numbers of calculations made upon ordered sets of numbers. Often referred to as Linear Algebra.
Matrix Algebra Matrix algebra is a means of expressing large numbers of calculations made upon ordered sets of numbers. Often referred to as Linear Algebra.
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.
1.7 Diagonal, Triangular, and Symmetric Matrices.
Matrix Theory Background
Mathematics. Matrices and Determinants-1 Session.
3_3 An Useful Overview of Matrix Algebra
MF-852 Financial Econometrics
Maths for Computer Graphics
Matrix Operations. Matrix Notation Example Equality of Matrices.
Matrices and Systems of Equations
Chapter 2 Matrices Definition of a matrix.
Ch 7.2: Review of Matrices For theoretical and computation reasons, we review results of matrix theory in this section and the next. A matrix A is an m.
CALCULUS – II Matrix Multiplication by Dr. Eman Saad & Dr. Shorouk Ossama.
Matrices MSU CSE 260.
Matrices and Determinants
CE 311 K - Introduction to Computer Methods Daene C. McKinney
Stats & Linear Models.
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
1.7 Diagonal, Triangular, and Symmetric Matrices 1.
1.3 Matrices and Matrix Operations.
Compiled By Raj G. Tiwari
1 資訊科學數學 13 : Solutions of Linear Systems 陳光琦助理教授 (Kuang-Chi Chen)
 Row and Reduced Row Echelon  Elementary Matrices.
Chap. 2 Matrices 2.1 Operations with Matrices
Matrix Entry or element Rows, columns Dimensions Matrix Addition/Subtraction Scalar Multiplication.
1.3 Matrices and Matrix Operations. Definition A matrix is a rectangular array of numbers. The numbers in the array are called the entries in the matrix.
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,
Matrices CHAPTER 8.1 ~ 8.8. Ch _2 Contents  8.1 Matrix Algebra 8.1 Matrix Algebra  8.2 Systems of Linear Algebra Equations 8.2 Systems of Linear.
Lecture 7 Matrices CSCI – 1900 Mathematics for Computer Science Fall 2014 Bill Pine.
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.
CHAPTER 2 MATRICES 2.1 Operations with Matrices Matrix
Chapter 5 Eigenvalues and Eigenvectors 大葉大學 資訊工程系 黃鈴玲 Linear Algebra.
Chapter 3 Determinants Linear Algebra. Ch03_2 3.1 Introduction to Determinants Definition The determinant of a 2  2 matrix A is denoted |A| and is given.
Elementary Linear Algebra Anton & Rorres, 9 th Edition Lecture Set – 07 Chapter 7: Eigenvalues, Eigenvectors.
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.
Matrices and linear transformations For grade 1, undergraduate students For grade 1, undergraduate students Made by Department of Math.,Anqing Teachers.
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.
3.4 Solution by Matrices. What is a Matrix? matrix A matrix is a rectangular array of numbers.
Matrices and Determinants
MATRICES Operations with Matrices Properties of Matrix Operations
Linear Algebra Chapter 2 Matrices.
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,
Table of Contents Matrices - Definition and Notation A matrix is a rectangular array of numbers. Consider the following matrix: Matrix B has 3 rows and.
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;
If A and B are both m × n matrices then the sum of A and B, denoted A + B, is a matrix obtained by adding corresponding elements of A and B. add these.
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. Variety of engineering problems lead to the need to solve systems of linear equations matrixcolumn vectors.
Introduction Types of Matrices Operations
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.
Linear Algebra by Dr. Shorouk Ossama.
MTH108 Business Math I Lecture 20.
MAT 322: LINEAR ALGEBRA.
3.8 Matrices L Al-zaid Math1101.
MATRICES.
L5 matrix.
2. Matrix Algebra 2.1 Matrix Operations.
Matrices Introduction.
Matrices and Matrix Operations
MATRICES Operations with Matrices Properties of Matrix Operations
Matrix Algebra.
3.8 Matrices L Al-zaid Math1101.
Presentation transcript:

Matrices Matrices For grade 1, undergraduate students For grade 1, undergraduate students Made by Department of Math.,Anqing Teachers college

Definition. A rectangular array of numbers composed of m rows and n columns is called an matrix (read m by n matrix). We also say that the matrix A is of, or has, size. 1 Some notations

The elements form the i -th row of A, and the elements form the j- th column of A. We will often write for A.

Definition. If are matrices, then iff for i =1,2…, m and j =1,…,n.

Definition. If are two matrices, their sum A+B, is the matrix, where i =1,2…, m, j =1,2…,n..Matrix opertions

Definition. If is an matrix and r is a number then r A, the scalar multiple of A by r, is the matrix where i =1,2…, m and j =1,…,n.

Proposition 1. The matrices of size form a vector space under the operations of matrix addition and scalar multiplication. We denote this vector space by M mn. The dimension of the vector space M mn is not hard to compute. We take our lead from the method we used to show that dim R n =n. Introduce the matrix by the requirement.Some properties

Proposition 2. The vectors form a basis for M mn. Therefore dim EXAMPLE 1.

EXAMPLE 2.

2 Matrix products Definition. If is an matrix and is an matrix, their matrix product is the matrix, where

Remark. Note that for the product of A and B to be defined the number of columns of A must be equal to the number of rows of B. Thus the order in which the product of A and B is taken is very important, for AB can be defined without AB being defined.

EXAMPLE 4. Compute the matrix product Solution. Note the answer is a matrix

Remark. Note that the product is not defined. EXAMPLE 5. Compute the matrix product

Answer. Definition. A matrix A is said to be a square matrix of size n iff it has n rows and n columns (that is the number of rows equals the number of columns equals n ).

Remark. It is easy to see that if A and B are square matrices of size n then the products AB and BA are both defined. However they may not be equal.. EXAMPLE 7. Let Compute the matrix products AB and BA. Solution. We have

and so we see that AB BA. Remark. As the preceding example shows even if AB and BA are defined we should not expect that AB=BA.

Notation. If A is a square matrix then AA is defined and is denoted by A 2. Similarly, is defined and denoted by.

EXAMPLE 8. Let Calculate. Solution. We have

.The rules of matrix operations (1) A+B=B+A (2) A+(B+C)=A+(B+C) (3) r(A+B)=rA+rB (4) A+0=A (5) 0A=0 (6) A+(-1)A=0 (7) (r+s)A=rA+sA (8) (A+B)·C=A·C+C·B (9) 0·A=0=A·0 (10) A·(B·C)=(A·B) ·C

3 Special types of matrices Diagonal matrices.

Triangular matrices. A square matrix A is said to be lower triangular iff A= whereif For example is a lower triangular matrix.

The Zero matrix. The zero matrix is the matrix 0 all of those entries are 0. Idempotent matrices. A square matrix A is said to be idempotent iff Nilpotent matrices. A square matrix A is said to be nilpotent iff there is an integer q such.

Nonsingular matrices. A square matrix A is said to be invertible or nonsingular iff there exists a matrix B such that AB=I and BA=I. Denoted by. For example if then

A nilpotent matrix is not invertible. For suppose that A is a nilpotent matrix that is invertible. Let B be an inverse for A. Since A is nilpotent there is an integer q such that Then so If we repeat this trick q-1 times we will get

But then which is impossible. Symmetric and skew-symmetric matrices. A square matrix A= is said to symmetric iff for it is said to be skew-symmetric iff for

For example are symmetric matrices, and are skew-symmetric matrices.

Proposition 3 A matrix is nonsingular iff If then

PROOF. Suppose that Let Then

and therefore A is nonsingular with Suppose conversely that A is nonsingular, but that. We will deduce a contradiction. Let

Then computing as above This gives the equation Therefore

So that But then A=0 also, so So and hence 1=0, which is impossible.

4 SOME EXERCISES 1. Perform the following matrix multiplications

2. Which of the following matrices are nonsingular, idempotent, nilpotent, symmetric, or skew-symmetric?

3. If A is an idempotent square matrix show I-2A is invertible (Hint: Idempotent correspond to projections. Interpret I-2A as a reflection. Try the case first. Then try to generalize.) Thanks!!!