Review of Ch. 3—Matrices end of section 3.8 This material is a prereq for the second half of ch. 8 on relations.

Slides:



Advertisements
Similar presentations
Precalculus Lesson 7.2 Matrix Algebra 4/6/2017 8:43 PM
Advertisements

CSNB143 – Discrete Structure
Chapter Matrices Matrix Arithmetic
Representing Relations Rosen 7.3. Using Matrices For finite sets we can use zero-one matrices. Elements of each set A and B must be listed in some particular.
8.3 Representing Relations Connection Matrices Let R be a relation from A = {a 1, a 2,..., a m } to B = {b 1, b 2,..., b n }. Definition: A n m  n connection.
1 Section 7.3 Representing relations (part 1: matrices)
Solving systems using matrices
Multiplying matrices An animated example. (3 x 3)x (3 x 2)= (3 x 2) These must be the same, otherwise multiplication cannot be done Is multiplication.
“No one can be told what the matrix is…
Matrices MSU CSE 260.
Determinants King Saud University. The inverse of a 2 x 2 matrix Recall that earlier we noticed that for a 2x2 matrix,
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.
3.8 Matrices.
4.2 Matrix Multiplication Warm-up (IN) Give the dimensions of each matrix. Identify the entry at each location of the matrix. Learning Objective: to multiply.
CSE 504 Discrete Mathematics & Foundations of Computer Science
February 25, 2002Applied Discrete Mathematics Week 5: Mathematical Reasoning 1 Addition of Integers How do we (humans) add two integers? Example: 7583.
ECON 1150 Matrix Operations Special Matrices
Matrix Algebra. Quick Review Quick Review Solutions.
1 © 2010 Pearson Education, Inc. All rights reserved © 2010 Pearson Education, Inc. All rights reserved Chapter 9 Matrices and Determinants.
Chapter 8 Matrices and Determinants Copyright © 2014, 2010, 2007 Pearson Education, Inc Matrix Operations and Their Applications.
Copyright © 2011 Pearson, Inc. 7.2 Matrix Algebra.
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.
Chapter 4 – Matrix CSNB 143 Discrete Mathematical Structures.
Stefanos Zafeiriou Machine Learning(395) Course 395: Machine Learning – Math. Intro. Brief Intro to Matrices, Vectors and Derivatives: Equality: Two matrices.
Operations with Matrices
The all-pairs shortest path problem (APSP) input: a directed graph G = (V, E) with edge weights goal: find a minimum weight (shortest) path between every.
Module #9: Matrices Rosen 5 th ed., §2.7 Now we are moving on to matrices, section 7.
Chapter 6 Systems of Linear Equations and Matrices Sections 6.3 – 6.5.
Notes 7.2 – Matrices I. Matrices A.) Def. – A rectangular array of numbers. An m x n matrix is a matrix consisting of m rows and n columns. The element.
Chapter 6 Matrices and Determinants Copyright © 2014, 2010, 2007 Pearson Education, Inc Matrix Operations and Their Applications.
CSCI 171 Presentation 9 Matrix Theory. Matrix – Rectangular array –i th row, j th column, i,j element –Square matrix, diagonal –Diagonal matrix –Equality.
Matrices Section 2.6. Section Summary Definition of a Matrix Matrix Arithmetic Transposes and Powers of Arithmetic Zero-One matrices.
CSNB143 – Discrete Structure Topic 3 – Matrices. Learning Outcomes Students should understand all matrices operations. Students should be able to differentiate.
Greatest Common Divisors & Least Common Multiples  Definition 4 Let a and b be integers, not both zero. The largest integer d such that d|a and d|b is.
Copyright © Cengage Learning. All rights reserved. 2 SYSTEMS OF LINEAR EQUATIONS AND MATRICES.
Matrix Multiplication The Introduction. Look at the matrix sizes.
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.
Notes Over 4.2 Finding the Product of Two Matrices Find the product. If it is not defined, state the reason. To multiply matrices, the number of columns.
Section 2.4. Section Summary  Sequences. o Examples: Geometric Progression, Arithmetic Progression  Recurrence Relations o Example: Fibonacci Sequence.
CS 285- Discrete Mathematics Lecture 11. Section 3.8 Matrices Introduction Matrix Arithmetic Transposes and Power of Matrices Zero – One Matrices Boolean.
Ch. 7 – Matrices and Systems of Equations 7.5 – Operations with Matrices.
Vectors, Matrices and their Products Hung-yi Lee.
A very brief introduction to Matrix (Section 2.7) Definitions Some properties Basic matrix operations Zero-One (Boolean) matrices.
Ch. 7 – Matrices and Systems of Equations
CSE 504 Discrete Mathematics & Foundations of Computer Science
CSNB 143 Discrete Mathematical Structures
Properties and Applications of Matrices
Multiplying Matrices.
College Algebra Chapter 6 Matrices and Determinants and Applications
Discrete Structures – CNS2300
3.1 Introduction to Determinants
Unit 1: Matrices Day 1 Aug. 7th, 2012.
Multiplication of Matrices
Sequences and Summations
Multiplying Matrices.
2. Matrix Algebra 2.1 Matrix Operations.
Matrix Multiplication
Section 2.4 Matrices.

Multiplying Matrices.
Systems of linear equations:
Lesson 2: Multiplying Matrices
Multiplying Matrices.
Multiplying Matrices.
Matrix Multiplication Sec. 4.2
Ch. 7 – Matrices and Systems of Equations
Multiplying Matrices.
Applied Discrete Mathematics Week 4: Functions
Presentation transcript:

Review of Ch. 3—Matrices end of section 3.8 This material is a prereq for the second half of ch. 8 on relations

Let A=[a ij ] and B=[b ij ] be mxn zero-one matrices. Join AvB=[a ij v b ij ] where a v b = {1 if a=1 or b=1 {0 otherwise MeetA^B=[a ij ^ b ij ] where a ^ b={1 if a=b=1 {0 otherwise

Ex Ex. V = ^ =

Boolean product –  notation: dot in a circle Let A=[a ij ] be an mxk 0-1 matrix and B=[b ij ] be a kxn 0-1 matrix Boolean product  notation: dot in a circle A  B = [c ij ] is an mxn matrix with c ij =(a i1 ^ b 1j ) v (a i2 ^ b 2j ) v … v (a ik ^ b kj ) note: ai1 comes from the ith row of A b1j comes from the jth column of B

Boolean product A  B = [c ij ] c ij =(a i1 ^ b 1j ) v (a i2 ^ b 2j ) v … v (a ik ^ b kj )  = Note: in answer, the 3 rd row, 1 st column comes from 3 rd row of A, 1 st column of B