Prepared by Deluar Jahan Moloy Lecturer Northern University Bangladesh

Slides:



Advertisements
Similar presentations
2.3 Modeling Real World Data with Matrices
Advertisements

CSNB143 – Discrete Structure
Mathematics. Matrices and Determinants-1 Session.
Matrix Definition A Matrix is an ordered set of numbers, variables or parameters. An example of a matrix can be represented by: The matrix is an ordered.
Matrices The Basics Vocabulary and basic concepts.
Arithmetic Operations on Matrices. 1. Definition of Matrix 2. Column, Row and Square Matrix 3. Addition and Subtraction of Matrices 4. Multiplying Row.
8.4 Matrix Operations Day 1 Thurs May 7 Do Now Solve X – 2y = -6 3x + 4y = 7.
4.1 Using Matrices to Represent Data
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
Chapter 8 Matrices and Determinants Copyright © 2014, 2010, 2007 Pearson Education, Inc Matrix Operations and Their Applications.
Lecture 7 Matrices CSCI – 1900 Mathematics for Computer Science Fall 2014 Bill Pine.
13.1 Matrices and Their Sums
Chapter 4 – Matrix CSNB 143 Discrete Mathematical Structures.
Company LOGO Chapter 1: Matrix, Determinant, System of linear equations Module 1: Matrix Natural Science Department Example 1: The following rectangular.
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.
Chapter 6 Matrices and Determinants Copyright © 2014, 2010, 2007 Pearson Education, Inc Matrix Operations and Their Applications.
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.
Matrix Algebra Section 7.2. Review of order of matrices 2 rows, 3 columns Order is determined by: (# of rows) x (# of columns)
Matrices: Simplifying Algebraic Expressions Combining Like Terms & Distributive Property.
CSNB143 – Discrete Structure Topic 3 – Matrices. Learning Outcomes Students should understand all matrices operations. Students should be able to differentiate.
3.4 Solution by Matrices. What is a Matrix? matrix A matrix is a rectangular array of numbers.
Sec 4.1 Matrices.
Unit 3 Matrix Arithmetic IT Disicipline ITD 1111 Discrete Mathematics & Statistics STDTLP 1 Unit 3 Matrix Arithmetic.
Algebra Matrix Operations. Definition Matrix-A rectangular arrangement of numbers in rows and columns Dimensions- number of rows then columns Entries-
Matrices and Determinants
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.
Linear System of Simultaneous Equations Warm UP First precinct: 6 arrests last week equally divided between felonies and misdemeanors. Second precinct:
Precalculus Section 14.1 Add and subtract matrices Often a set of data is arranged in a table form A matrix is a rectangular.
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.
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.
Linear Algebra by Dr. Shorouk Ossama.
MTH108 Business Math I Lecture 20.
Matrices and Matrix Operations
12-1 Organizing Data Using Matrices
Christmas Packets are due on Friday!!!
Matrix Operations Free powerpoints at
Matrix Operations.
Matrix Operations.
Matrix Operations Free powerpoints at
Matrix Operations Monday, August 06, 2018.
Matrix Operations.
Basic Matrix Operations
Matrix Operations SpringSemester 2017.
Section 7.4 Matrix Algebra.
Matrix Operations Free powerpoints at
Matrix Algebra.
MATRICES MATRIX OPERATIONS.
2. Matrix Algebra 2.1 Matrix Operations.
Math-2 (honors) Matrix Algebra
MATRICES MATRIX OPERATIONS.
Section 2.4 Matrices.
2.2 Introduction to Matrices
Section 8.4 Matrix Algebra
Matrices Introduction.
Section 11.4 Matrix Algebra
Matrix Algebra.
3.5 Perform Basic Matrix Operations
Chapter 4 Matrices & Determinants
MATRICES MATRIX OPERATIONS.
MATRICES MATRIX OPERATIONS.
Matrix Operations Ms. Olifer.
Matrix Operations SpringSemester 2017.
3.5 Perform Basic Matrix Operations Algebra II.
Matrices and Determinants
Presentation transcript:

Prepared by Deluar Jahan Moloy Lecturer Northern University Bangladesh Matrix Algebra Prepared by Deluar Jahan Moloy Lecturer Northern University Bangladesh

Matrix A matrix is a rectangular or square array of numbers or values arranged in rows and columns enclosed by a pair of brackets or a pair of double bars or a pair of parentheses. Matrix are generally denoted by capital letters such as A, B, C….. For examples,

Rows and Columns The horizontal and vertical lines in a matrix are called rows and columns respectively. For example Row column

Elements The numbers or values in the matrix are called its entries or its elements. For example, Here 10, 5, 3, 2, 6 and 7 are called elements.

Dimension or its order The number of rows and columns that a matrix has is called its dimension or its order. It is denoted by .Where m represents no. of rows and n represents no. of columns. By convention, rows are listed first and columns are second.

Examples We would say that the dimension (or order) of the 3rd matrix is 2 x 3, meaning that it has 2 rows and 3 columns.

Row matrix A matrix with only one row (a 1 × n matrix) is called a row matrix. For example, A = is a 1 × 4 matrix.

Column matrix A = is a 4 × 1 matrix. A matrix with one column (an m × 1 matrix) is called a column matrix. For example, A = is a 4 × 1 matrix.

Square matrix is a 2× 2 square matrix. is a 3 × 3 square matrix. A matrix is said to be square matrix if no. of rows and no. of columns are equal. For example, is a 2× 2 square matrix. is a 3 × 3 square matrix.

Unit or Identity matrix A square matrix whose diagonal elements are unity (or one) and the remaining elements are zero is called Identity matrix. For example

Null or Zero Matrix A matrix each of whose elements are zero is called zero or null matrix. For example, are null or zero matrices.

Transpose Matrix The transpose of one matrix is another matrix that is obtained by using rows of the first matrix as columns of second matrix. For example, Then transpose of a is denoted by

Equal matrices Two matrices are said to be equal if and only if 1. They are of the same order, i.e. they have the same number of rows and columns and 2. Each element of one is equal to the corresponding elements of the other.

Equal matrix For example, and are equal matrices.

Exercise 1 Given A= B= If A=B, find the value of a, b, c, d and e.

Exercise 2 Find the value of x and y if

Addition of matrices To add two matrices A and B: # of rows in A = # of rows in B # of columns in A = # of columns in B The sum is obtained by adding each element of A with corresponding element of B.

Subtraction of matrices To subtract two matrices A and B: # of rows in A = # of rows in B # of columns in A = # of columns in B The difference is obtained by subtracting each element of B from the corresponding element of A.

Addition and subtraction of matrices If Then A + B = possible or not C + B = possible or not A + C = possible or not A - B = possible or not C - B = possible or not A - C = possible or not

Addition and subtraction of matrices Form previous, A + C = + = =

Addition and subtraction of matrices Form previous, A - C = - = =

Addition

Exercise1 If A= B= Find i) A+B ii) A-B

Scalar Multiplication of a matrix A real number is referred to as a scalar when it occurs in operations involving matrices. If A is an m × n matrix and k is a scalar, then we let kA denote the matrix obtained by multiplying every element of A by k.

Examples If A= Find 2A 2A=2.A=2. =

Exercise1 If A= B= Find the value of 5A+3B

Multiplication of Matrices If A and B are two matrices such that the number of columns (n) in A is equal to the number of rows (m) in B, then the product of A and B denoted by AB. (The number of columns (n) in first matrix must equal the number of rows (m) in 2nd matrix in order to carry out the matrix multiplication.)

Multiplication of Matrices To multiply two matrices A and B # of columns in A (1st matrix) = # of rows in B (2nd matrix) If and . Then matrix multiplication is possible. The product is denoted by AB=A.B.

Example1 If B= C= BC=B.C=

Example2 If A= , find AB BA. Is AB = BA?

Example 3 If A= Find AB and BA if they are possible.

Example4 Given that Find