Section 2.4 Matrices.

Slides:



Advertisements
Similar presentations
2.3 Modeling Real World Data with Matrices
Advertisements

Chapter Matrices Matrix Arithmetic
“No one can be told what the matrix is…
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.
100’s of free ppt’s from library
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
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.
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.
Prepared by Deluar Jahan Moloy Lecturer Northern University Bangladesh
4.1: Matrix Operations Objectives: Students will be able to: Add, subtract, and multiply a matrix by a scalar Solve Matrix Equations Use matrices to organize.
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.
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.
Matrix Operations.
MATRIX: A rectangular arrangement of numbers in rows and columns. The ORDER of a matrix is the number of the rows and columns. The ENTRIES are the numbers.
1.3 Matrices and Matrix Operations. A matrix is a rectangular array of numbers. The numbers in the arry are called the Entries in the matrix. The size.
Sec 4.1 Matrices.
Copyright © Cengage Learning. All rights reserved. 2 SYSTEMS OF LINEAR EQUATIONS AND MATRICES.
Algebra Matrix Operations. Definition Matrix-A rectangular arrangement of numbers in rows and columns Dimensions- number of rows then columns Entries-
MATRICES Operations with Matrices Properties of Matrix Operations
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.
3.5 Perform Basic Matrix Operations Add Matrices Subtract Matrices Solve Matric equations for x and y.
Precalculus Section 14.1 Add and subtract matrices Often a set of data is arranged in a table form A matrix is a rectangular.
Matrix – is a rectangular arrangement of numbers in rows and columns. Dimensions – Size – m is rows, n is columns. m x n ( row ∙ column) Elements – The.
Chapter 5: Matrices and Determinants Section 5.1: Matrix Addition.
CS 285- Discrete Mathematics Lecture 11. Section 3.8 Matrices Introduction Matrix Arithmetic Transposes and Power of Matrices Zero – One Matrices Boolean.
A very brief introduction to Matrix (Section 2.7) Definitions Some properties Basic matrix operations Zero-One (Boolean) matrices.
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.
2.3 Modeling Real World Data with Matrices
MTH108 Business Math I Lecture 20.
3.8 Matrices L Al-zaid Math1101.
Sections 2.4 and 2.5 Matrix Operations
Matrices and Matrix Operations
Properties and Applications of Matrices
MATRICES.
12-1 Organizing Data Using Matrices
Multiplying Matrices.
Christmas Packets are due on Friday!!!
Matrix Operations Free powerpoints at
Matrix Operations.
College Algebra Chapter 6 Matrices and Determinants and Applications
Discrete Structures – CNS2300
Matrix Operations.
Matrix Operations Free powerpoints at
What we’re learning today:
Matrix Multiplication
Matrix Operations Monday, August 06, 2018.
Matrix Operations.
Matrix Operations SpringSemester 2017.
Section 7.4 Matrix Algebra.
Matrix Operations Free powerpoints at
Sequences and Summations
WarmUp 2-3 on your calculator or on paper..
7.3 Matrices.
Math-2 (honors) Matrix Algebra
4.1 Matrices – Basic Operations
MATRICES MATRIX OPERATIONS.
2.2 Introduction to Matrices
Copyright © 2006 Brooks/Cole, a division of Thomson Learning, Inc.
[MATRICES ].
3.5 Perform Basic Matrix Operations
12.1 Addition of Matrices.
Chapter 4 Matrices & Determinants
Matrix Operations Ms. Olifer.
Matrix Operations SpringSemester 2017.
[MATRICES ].
3.8 Matrices L Al-zaid Math1101.
Presentation transcript:

Section 2.4 Matrices

Matrix A matrix is an ordered rectangular array of numbers. The entry in the ith row and jth column is denoted by aij. Ex. 3 Rows Size = Row x Column = 3 x 4 4 Columns

Square matrix – same number of rows as columns. Ex. Here is a 2 x 2 matrix: Two matrices are equal if they have the same size and their corresponding entries are equal. Ex. Find x and y. Corresponding entries are equal y + 1 = 4 and x/2 = 7 y = 3 and x = 14

Addition and Subtraction of Matrices If A and B are two matrices of the same size, then The sum A + B is found by adding corresponding entries in the two matrices. The difference A – B is found by subtracting the corresponding entries in B and A. Also, we have the Commutative law: A + B = B + A and Associative law (A + B) + C = A + (B + C) for addition.

Ex. Given matrices A and B, find A + B and A – B.

Transpose of a Matrix Transpose of a Matrix – If A is an m x n matrix with elements aij, then the transpose of A is the n x m matrix AT with elements aji. Ex. 1 4 7 2 5 8 3 6 9

Scalar Product – If A is a matrix and c is a real number, then the scalar product cA is the matrix obtained by multiplying each entry of A by c. Ex. Given the matrix find 5A.