Matrices A matrix is a table or array of numbers arranged in rows and columns The order of a matrix is given by stating its dimensions. This is known as.

Slides:



Advertisements
Similar presentations
CSNB143 – Discrete Structure
Advertisements

Chapter Matrices Matrix Arithmetic
Mathematics. Matrices and Determinants-1 Session.
3_3 An Useful Overview of Matrix Algebra
MF-852 Financial Econometrics
Maths for Computer Graphics
Chapter 2 Basic Linear Algebra
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.
MOHAMMAD IMRAN DEPARTMENT OF APPLIED SCIENCES JAHANGIRABAD EDUCATIONAL GROUP OF INSTITUTES.
CALCULUS – II Matrix Multiplication by Dr. Eman Saad & Dr. Shorouk Ossama.
MATRICES. Matrices A matrix is a rectangular array of objects (usually numbers) arranged in m horizontal rows and n vertical columns. A matrix with m.
CE 311 K - Introduction to Computer Methods Daene C. McKinney
3.8 Matrices.
Chapter 7 Matrix Mathematics Matrix Operations Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
1.3 Matrices and Matrix Operations.
ECON 1150 Matrix Operations Special Matrices
Matrices Square is Good! Copyright © 2014 Curt Hill.
1 © 2010 Pearson Education, Inc. All rights reserved © 2010 Pearson Education, Inc. All rights reserved Chapter 9 Matrices and Determinants.
Matrices & Determinants Chapter: 1 Matrices & Determinants.
Chapter 8 Matrices and Determinants Copyright © 2014, 2010, 2007 Pearson Education, Inc Matrix Operations and Their Applications.
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.
Fin500J Mathematical Foundations in Finance Topic 1: Matrix Algebra Philip H. Dybvig Reference: Mathematics for Economists, Carl Simon and Lawrence Blume,
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,
8.1 Matrices & Systems of Equations
Matrices Addition & Subtraction Scalar Multiplication & Multiplication Determinants Inverses Solving Systems – 2x2 & 3x3 Cramer’s Rule.
Copyright © 2013, 2009, 2005 Pearson Education, Inc. 1 5 Systems and Matrices Copyright © 2013, 2009, 2005 Pearson Education, Inc.
Unit 3: Matrices.
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.
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 4 – Matrix CSNB 143 Discrete Mathematical Structures.
Prepared by Deluar Jahan Moloy Lecturer Northern University Bangladesh
Unit 39 Matrices Presentation 1Matrix Additional and Subtraction Presentation 2Scalar Multiplication Presentation 3Matrix Multiplication 1 Presentation.
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.
Matrices Section 2.6. Section Summary Definition of a Matrix Matrix Arithmetic Transposes and Powers of Arithmetic Zero-One matrices.
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.
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall Chapter 5 More Work with Matrices
Matrices and Determinants
10.4 Matrix Algebra 1.Matrix Notation 2.Sum/Difference of 2 matrices 3.Scalar multiple 4.Product of 2 matrices 5.Identity Matrix 6.Inverse of a matrix.
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.
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,
Unit 3: Matrices. Matrix: A rectangular arrangement of data into rows and columns, identified by capital letters. Matrix Dimensions: Number of rows, m,
Precalculus Section 14.1 Add and subtract matrices Often a set of data is arranged in a table form A matrix is a rectangular.
Section 2.4. Section Summary  Sequences. o Examples: Geometric Progression, Arithmetic Progression  Recurrence Relations o Example: Fibonacci Sequence.
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.
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.
MTH108 Business Math I Lecture 20.
MATRICES.
Chapter 7 Matrix Mathematics
1.5 Matricies.
MATHEMATICS Matrix Multiplication
Basic Matrix Operations
Section 7.4 Matrix Algebra.
Unit 3: Matrices
Matrices and Matrix Operations
MATRICES Operations with Matrices Properties of Matrix Operations
1.8 Matrices.
MATRICES MATRIX OPERATIONS.
1.8 Matrices.
Presentation transcript:

Matrices A matrix is a table or array of numbers arranged in rows and columns The order of a matrix is given by stating its dimensions. This is known as a matrix of order 2 × 3 since it has two rows and three columns. The element of A in the i th row and j th column is denoted a ij. For example a 12 = 4, a 21 = 3 and a 23 = 2. B is a 3 ×1 column matrixC is a 1 × 4 row matrixD is a square matrix of order 2

Addition Scalar Multiplication Subtraction

The Transpose of a matrix It is sometimes convenient to switch rows and columns. When the rows and columns of matrix A are interchanged, the resulting matrix is called the transpose of A denoted A’ or A T A matrix is symmetrical if A = A T

A matrix is Skew Symmetric if A T = -A Note there can only be zeros in the leading diagonal. Some other Rules:

Page 4 Exercise 1 Questions 1, 2, 3a, 4a, c, e, 6g, i, p, r, t, 7a, f, 9, 10 Page 7 Exercise 2 TJ Exercise 1, 2, 3 and 4

Matrix Multiplication Matrix A can only be multiplied by matrix B when the number of columns in matrix A is the same as the number of rows in matrix B. A and B might be compatible to form AB but not BA. The product of an m × n matrix with an n × p matrix will result in an m × p matrix.

Page 10 Exercise 3 Questions 1a, c, 2a, c, k, m, o, 3a, 4, 5a, c Page 11 Exercise 4A Questions 6, 7, 8 TJ Exercise 5

Summary Multiplying by the identity matrix does not change the matrix. (i.e.×1)

Page 13 Exercise 4B – as many as you can.

The Determinant of a 2×2 Matrix The augmented matrix will be Performing ERO’s we can reduce this to A solution exists only if ad – bc ≠ 0 Cayley called this number, ad – bc, the determinant of the matrix. The determinant is denoted by det(A) or |A|.

The Determinant of a 3×3 Matrix Using the same principals from the previous page on a 3×3 matrix, which you follow on pages 22 and 23, the determinant of a 3×3 matrix is; Page 16 Exercise 5 Questions 1b, d, h Page 25 Exercise 7 Questions 4, 5a, b

The inverse of a 2×2 Matrix

Hence the solution is x = 2, and y = -1.

Page 19 Exercise 6A Questions 1, 2, 4, 8, 9 (some) TJ Exercise 8

The Inverse of a 3×3 Matrix Place A and I side by side, with A on the left. Perform ERO’s with a view to reducing it to I. Perform the same ERO’s on I. When finished I will represent A -1

Page 28 Exercise 8 Question 1, 3 TJ Exercise 9, 10, 11.

Transformation Matrices In computer animation, an object may be drawn by joining lists of points, defined by their coordinates. These points are then transformed according to a rule in order to make the object move. In this section we will be studying such transformations – linear transformations. Consider that, under a transformation the point P(x, y) has an image P’(x’, y’). Then

A triangle has vertices O(0,0), A(2,5), B(4,0). Find its image under the transformation with associated matrix Hence O’ (0,0), A’ (9,10), B’ (8,0).

Constructing a Transformation Matrix To find the transformation matrix we only need consider the images of (1,0) and (0,1).

Find the matrix R associated with a reflection in the line y = -x. Calculate the coordinates of a typical point (x,y) under this transformation. (1,0)  (0,-1) (0,1)  (-1,0) a = 0, c = -1 b = -1 d = 0 Thus P’ (-y, -x)

(a) Find the matrix k associated with an anticlockwise rotation of  0 about the origin. (b) Find the coordinates of the image of P(2,4) under this transformation with  =60 0. 00 00

Page 32 Exercise 9A Questions 1, 2, 5(some), 6 TJ Exercise 12 END OF TOPIC