n n

Similar documents
Finite Math - J-term Section Systems of Linear Equations in Two Variables Example 1. Solve the system

Elementary maths for GMT

3. Replace any row by the sum of that row and a constant multiple of any other row.

Linear Algebra. The analysis of many models in the social sciences reduces to the study of systems of equations.

1 Last time: linear systems and row operations

Properties of Matrix Arithmetic

n n matrices The system of m linear equations in n variables x 1, x 2,..., x n can be written as a matrix equation by Ax = b, or in full

Matrix Basic Concepts

Understanding the Simplex algorithm. Standard Optimization Problems.

Matrix Algebra: Definitions and Basic Operations

1 - Systems of Linear Equations

1 Matrices and matrix algebra

Finite Mathematics Chapter 2. where a, b, c, d, h, and k are real numbers and neither a and b nor c and d are both zero.

10. Linear Systems of ODEs, Matrix multiplication, superposition principle (parts of sections )

Pre-Calculus I. For example, the system. x y 2 z. may be represented by the augmented matrix

Topics. Vectors (column matrices): Vector addition and scalar multiplication The matrix of a linear function y Ax The elements of a matrix A : A ij

Matrices Gaussian elimination Determinants. Graphics 2009/2010, period 1. Lecture 4: matrices

Math 360 Linear Algebra Fall Class Notes. a a a a a a. a a a

Chapter 1: Systems of linear equations and matrices. Section 1.1: Introduction to systems of linear equations

Math 1314 Week #14 Notes

Image Registration Lecture 2: Vectors and Matrices

MATH 54 - WORKSHEET 1 MONDAY 6/22

22.3. Repeated Eigenvalues and Symmetric Matrices. Introduction. Prerequisites. Learning Outcomes

Designing Information Devices and Systems I Spring 2019 Lecture Notes Note 6

a. Define your variables. b. Construct and fill in a table. c. State the Linear Programming Problem. Do Not Solve.

Math 416, Spring 2010 Matrix multiplication; subspaces February 2, 2010 MATRIX MULTIPLICATION; SUBSPACES. 1. Announcements

Section 1.1: Systems of Linear Equations

Notes on Row Reduction

[ Here 21 is the dot product of (3, 1, 2, 5) with (2, 3, 1, 2), and 31 is the dot product of

6. ( t, t, t, t, t)

Matrices. In this chapter: matrices, determinants. inverse matrix

Matrix Multiplication

Matrix Algebra & Elementary Matrices

Linear Algebra (Part II) Vector Spaces, Independence, Span and Bases

CS123 INTRODUCTION TO COMPUTER GRAPHICS. Linear Algebra /34

Matrix Arithmetic. j=1

Systems of Linear Equations and Matrices

Notes on vectors and matrices

Systems of Linear Equations and Matrices

Example: 2x y + 3z = 1 5y 6z = 0 x + 4z = 7. Definition: Elementary Row Operations. Example: Type I swap rows 1 and 3

Kevin James. MTHSC 3110 Section 2.1 Matrix Operations

Answer Key for Exam #2

Designing Information Devices and Systems I Spring 2019 Lecture Notes Note 2

The set of all solutions to the homogeneous equation Ax = 0 is a subspace of R n if A is m n.

4 Elementary matrices, continued

22A-2 SUMMER 2014 LECTURE 5

Appendix C Vector and matrix algebra

Designing Information Devices and Systems I Fall 2018 Lecture Notes Note 6

Chapter Two Elements of Linear Algebra

Basic Concepts in Linear Algebra

Repeated Eigenvalues and Symmetric Matrices

CS123 INTRODUCTION TO COMPUTER GRAPHICS. Linear Algebra 1/33

Linear Algebra for Beginners Open Doors to Great Careers. Richard Han

Lecture 7: Introduction to linear systems

Review of Basic Concepts in Linear Algebra

Math 4377/6308 Advanced Linear Algebra

Matrices and RRE Form

Designing Information Devices and Systems I Spring 2017 Babak Ayazifar, Vladimir Stojanovic Midterm 1

Math 308 Spring Midterm Answers May 6, 2013

Roberto s Notes on Linear Algebra Chapter 9: Orthogonality Section 2. Orthogonal matrices

Lecture 7: Vectors and Matrices II Introduction to Matrices (See Sections, 3.3, 3.6, 3.7 and 3.9 in Boas)

Stage-structured Populations

Matrices BUSINESS MATHEMATICS

5x 2 = 10. x 1 + 7(2) = 4. x 1 3x 2 = 4. 3x 1 + 9x 2 = 8

Systems of Linear Equations. By: Tri Atmojo Kusmayadi and Mardiyana Mathematics Education Sebelas Maret University

Corrections and Minor Revisions of Mathematical Methods in the Physical Sciences, third edition, by Mary L. Boas (deceased)

Designing Information Devices and Systems I Fall 2018 Lecture Notes Note 6

Some Notes on Linear Algebra

Special types of matrices

Phys 201. Matrices and Determinants

Matlab and RREF. next page. close. exit. Math 45 Linear Algebra. David Arnold.

MATH 2030: MATRICES ,, a m1 a m2 a mn If the columns of A are the vectors a 1, a 2,...,a n ; A is represented as A 1. .

Lecture 4: Gaussian Elimination and Homogeneous Equations

Mathematics for Graphics and Vision

ECON 186 Class Notes: Linear Algebra

LS.1 Review of Linear Algebra

Lecture 3: Gaussian Elimination, continued. Lecture 3: Gaussian Elimination, continued

Relationships Between Planes

VECTORS [PARTS OF 1.3] 5-1

Matrices: 2.1 Operations with Matrices

Notes on the Matrix-Tree theorem and Cayley s tree enumerator

Lecture 12: Solving Systems of Linear Equations by Gaussian Elimination

Examples of linear systems and explanation of the term linear. is also a solution to this equation.

is Use at most six elementary row operations. (Partial

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 1 x 2. x n 8 (4) 3 4 2

DM559 Linear and Integer Programming. Lecture 2 Systems of Linear Equations. Marco Chiarandini

CHAPTER 8: MATRICES and DETERMINANTS

Algebra & Trig. I. For example, the system. x y 2 z. may be represented by the augmented matrix

Chapter 7. Linear Algebra: Matrices, Vectors,

a11 a A = : a 21 a 22

Review of Linear Algebra

MATH2210 Notebook 2 Spring 2018

Section 1.2. Row Reduction and Echelon Forms

Math 1314 College Algebra 7.6 Solving Systems with Gaussian Elimination (Gauss-Jordan Elimination)

A primer on matrices

MATRICES. knowledge on matrices Knowledge on matrix operations. Matrix as a tool of solving linear equations with two or three unknowns.

Homework 1 Elena Davidson (B) (C) (D) (E) (F) (G) (H) (I)

22A-2 SUMMER 2014 LECTURE Agenda

Numerical Analysis Lecture Notes

Elimination Method Streamlined

Transcription:

Question 1: How is information organized in a matrix? When we use a matrix to organize data, all of the definitions we developed in Chapter 2 still apply. You ll recall that a matrix can have any number of rows and columns and is typically named with a capital letter. A matrix with m rows and n columns named A would look like a a a a a a a a A a a a a 11 12 13 1n 21 22 23 2n m1 m2 m3 mn Notice that this matrix does not contain a dashed vertical line in front of the last column. he dashed line is unique to augmented matrices and is used to separate the coefficients from the constants. he dots in the matrix indicated a pattern in the matrix. In this case, the dots indicate the arbitrary number of rows m and columns n in the matrix. he individual entries (also called elements) of the matrix are symbolized with lowercase letters, like a mn, and these symbols represent numbers. he subscript on the lowercase letter indicates the location of the entry in the matrix. he symbol a 23 represents the number in the second row, third column of the matrix. he size of a matrix (also called the dimensions of the matrix) is the number of rows and columns in a matrix. For the matrix A with m rows and n columns, we would say the size of the matrix is m x n (read m by n). Several sizes of matrices are given special names. A matrix with the same number of rows and column is called a square matrix. An example of a square matrix is the 2 x 2 matrix 2

1 3 0 7 he exact number of rows and columns in a square matrix is not important, only the fact that the number of rows and columns is the same. Matrices with a single row or a single column are also given special names. Row matrices like 1 0 3 or 4 2.5 7 12 are matrices with only a single row, but any number of columns. Column matrices like 2 3 or 3.1 0.04 are matrices with any number 4 10 of rows, but a single column. he size of a matrix is an important prerequisite in determining if two matrices are equal. wo matrices are equal if they have the same size and each entry in one matrix is equal to the corresponding entry in the other matrix. Example 1 Matrix erminology he matrices are 3 x 3 square matrices. 1 1 2 1 1 0 A 2 3 4 B 2 3 4 3 4 5 3 4 5 a. What is the value of the entry b 32? 3

Solution he subscript on b 32 refers to the entry in the third row, second column of the matrix B. herefore, b 32 4. b. Is a23 b23? Solution he subscripts on a 23 and b 23 refer to the corresponding entries in the second row, third column of A and B. Since the entry in that location is 4 in both matrices, a23 b23 and is equal to 4. c. Is A B? Solution For the matrices to be equal, they must have the same size and each entry in A must be equal to the corresponding entry in B. Both matrices are 3 x 3. In part b, we determined that the entries in the second row, third column of each matrix were equal. However, a 13 in 1 1 2 A 2 3 4 3 4 5 and b 13 in 1 1 0 B 2 3 4 3 4 5 are not the same so A B. his is in spite of the fact that every other set of corresponding entries are equal. Ed Magazine is a fictional magazine that publishes four issues each year. It has a loyal base of subscribers and twice a year it conducts subscription drives for new subscribers. At the same time they are acquiring new subscribers, the current 4

subscriber s subscriptions are expiring. Some of these expiring subscriptions belong to first time subscribers and others are long time subscribers who have renewed their subscriptions in the past. he table below shows the numbers of new and expiring subscribers by quarter. New s Expiring s First ime Long ime Quarter Ending 3/31 5200 6000 15000 Quarter Ending 6/30 3000 2000 2600 Quarter Ending 9/30 5600 6500 12000 Quarter Ending 12/31 2500 1500 3600 Although this information could be placed in a matrix in several different ways, two approaches stand out. Since the rows in the table correspond to the four different quarters during the year and the columns correspond to numbers of subscribers, we could use a matrix with four rows and three columns: New First Long Q1 Q2 Q3 Q4 5200 6000 15000 3000 2000 2600 5600 6500 12000 2500 1500 3600 Normally we don t include the red labels on a matrix. However, they are often included to help clarify how the information in the matrix is organized. o name this matrix of subscribers, we could use the letter S and write 5200 6000 15000 3000 2000 2600 S 5600 6500 12000 2500 1500 3600 5

his organization capitalizes on the fact that all of the numbers in the table indicate the number of subscribers in a certain category. Let s look at the table differently. New s Expiring s First ime Long ime Quarter Ending 3/31 5200 6000 15000 Quarter Ending 6/30 3000 2000 2600 Quarter Ending 9/30 5600 6500 12000 Quarter Ending 12/31 2500 1500 3600 he rows in the table still refer to quarters, but now the shading in the table emphasizes a difference in the numbers. he numbers in the blue region corresponds to the number of new subscribers by quarter and the red region corresponds to subscribers whose subscriptions are expiring. With this difference in mind, we could define two matrices for this table, 5200 6000 15000 3000 2000 2600 N, E 5600 6500 12000 2500 1500 3600 he matrix N is a 4 x 1 column matrix representing the number of new subscribers of Ed Magazine. he matrix E is a 4 x 2 matrix representing the number of expiring subscribers in two categories by quarter. Depending on the application, these matrices may be more useful than the 4 x 3 matrix S. 6

Example 2 Organize Information in a Matrix A magazine s circulation is the number of issues it distributes. Ed Magazine is distributed to three categories of subscribers each quarter. New Renewing Non-renewing Quarter Ending 3/31 5200 20600 16600 Quarter Ending 6/30 8200 20600 13800 Quarter Ending 9/30 13800 20600 2925 Quarter Ending 12/31 16300 20600 0 Use this information to define three matrices named C 1, C 2, and C 3, where C 1 describes the number of issues distributed to new subscribers, C 2 describes the number of issues distributed to subscribers who have renewed their subscription, and C 3 describes the number of issues distributed to subscribers who have not renewed their subscriptions. Solution he first column in the table corresponds to issues distributed to new subscribers New Quarter Ending 3/31 5200 Quarter Ending 6/30 8200 Quarter Ending 9/30 13800 Quarter Ending 12/31 16300 7

If we let the rows in the matrix C 1 correspond to the quarters, then can organize the information in the table in a 4 x 1 matrix as 5200 8200 C1 13800 16300 Alternatively, we could also let the quarters correspond to the columns in a 1 x 4 matrix and define C1 5200 8200 13800 16300 Either matrix organizes the information appropriately. Since the original table matches each row with a quarter, we ll follow the same principal and let the rows of the matrices correspond to the quarters. Renewing Non-renewing Quarter Ending 3/31 20600 16600 Quarter Ending 6/30 20600 13800 Quarter Ending 9/30 20600 2925 Quarter Ending 12/31 20600 0 Letting the rows match the quarters, the other columns in the table give the entries in C 2 and C 3, C 20600 16600 20600 13800 C 20600 2925 20600 0 2 3 8

In Example 2, we mentioned the fact that the data in the first column of the table could be written as a row matrix or a column matrix. hese matrices are examples of transposes. In other words, the matrix 5200 8200 13800 16300 is the transpose of the matrix 5200 8200 13800 16300 he transpose of the matrix A, written A, is obtained by writing the columns of the matrix A as rows in the matrix A. Alternatively, we could also write the rows of the matrix A as columns in the matrix A. Example 3 Find the ranspose of a Matrix Find and label the transpose of the expiring subscriber matrix 6000 15000 2000 2600 E 6500 12000 1500 3600 Solution o get the transpose of the subscriber matrix, we interchange the rows and columns. In other words, the columns of E become the rows of the transpose transpose E to yield E or the rows of E become the columns of the E 6000 2000 6500 1500 15000 2600 12000 3600 9

In the original matrix E, the rows of the subscriber matrix correspond to the quarters and the columns tell us the subscriber category. Renewing Non-renewing s Suscribers 6000 15000 2000 2600 6500 12000 1500 3600 Spring Quarter Summer Quarter Fall Quarter Winter Quarter In the transpose, these roles are reversed. Spring Summer Fall Winter Quarter Quarter Quarter Quarter 6000 2000 6500 1500 15000 2600 12000 3600 Renewing s Non-renewing s he information in each matrix is the same, but organized differently. 10