Example: tourism industry

Matrix Algebra and Applications - UTEP

3 Matrix Algebra and Addition andScalar ModelsKey ConceptsReview ExercisesCase Study ExercisesTechnology GuidesCASE STUDYThe Japanese EconomyA senator walks into your cubicle in the Congressional Budget Office. Look here, she says, I don t see why the Japanese trade representative is getting so upset with my proposal to cutdown on our use of Japanese finance and insurance. He claims that it ll hurt Japan s miningoperations. But just look at Japan s input-output table. The finance sector doesn t use anyinput from the mining sector. How can our cutting down demand for finance and insurancehurt mining?

Alternatively, use the Matrix Algebra Tool at Chapter 3 Tools Matrix Algebra Tool There, first enter the two matri-ces you wish to add or subtract (subtract, in this case) as shown: J= [20, 15, 10 12, 8,4] F= [23, 12, 8 12, 4,5] To compute their difference, type F-Jin the formula box and press “Compute.” (You can enter multi-ple formulas ...

Tags:

  Matrix, Algebra, Matrix algebra

Information

Domain:

Source:

Link to this page:

Please notify us if you found a problem with this document:

Other abuse

Advertisement

Transcription of Matrix Algebra and Applications - UTEP

1 3 Matrix Algebra and Addition andScalar ModelsKey ConceptsReview ExercisesCase Study ExercisesTechnology GuidesCASE STUDYThe Japanese EconomyA senator walks into your cubicle in the Congressional Budget Office. Look here, she says, I don t see why the Japanese trade representative is getting so upset with my proposal to cutdown on our use of Japanese finance and insurance. He claims that it ll hurt Japan s miningoperations. But just look at Japan s input-output table. The finance sector doesn t use anyinput from the mining sector. How can our cutting down demand for finance and insurancehurt mining?

2 How should you respond?173 Jose Fuste Raga/Zefa/CorbisOnline you will find: Section by section tutorials A detailed chapter summary A true/false quiz Additional review exercises A Matrix Algebra tool, game theoryutility, and other 7/17/06 4:24 PM Page 173 IntroductionWe used matrices in Chapter 2 simply to organize our work. It is time we examined themas interesting objects in their own right. There is much that we can do with matricesbesides row operations: We can add, subtract, multiply, and even, in a sense, divide matrices. We use these operations to study game theory and input-output models in thischapter, and Markov chains in a later calculators, electronic spreadsheets, and other computer programs can dothese Matrix operations, which is a big help in doing calculations.

3 However, we need toknow how these operations are defined to see why they are useful and to understandwhich to use in any particular 3 Matrix Algebra and ApplicationsquickExamplesMatrix, Dimension, and EntriesAn m nmatrixAis a rectangular array of real numbers with mrows and refer to mand nas the dimensionsof the Matrix . The numbers that appear in the ma-trix are called its customarily use capital letters A, B, C, ..for the names 20133 22 0 is a 2 3matrix because it has 2 rows and 3 2310 44 1383 is a 4 2matrix because it has 4 rows and 2 entries of Aare 2, 0, 1, 33, 22, and 0.

4 The entries of Bare the numbers 2, 3, 10,44, 1, 3, 8, and Addition and Scalar MultiplicationLet s start by formally defining what a Matrix is and introducing some basic :Remember that the number of rows is given first and the number of columns easy way to remember this is to think of the acronym RC for Row then Column. quickExampleReferring to the Entries of a MatrixThere is a systematic way of referring to particular entries in a Matrix . If iand jare num-bers, then the entry in the ith row and jth column of the Matrix Ais called the ijth entryof A. We usually write this entry as aijor Aij.

5 (If the Matrix was called B, we wouldwrite its ijth entry as bijor Bij.) Notice that this follows the RC convention: The rownumber is specified first and the column number A= 20133 22 0 ,a13=1 First row, third columna21=33 Second row, first 7/17/06 4:24 PM Page Matrix Addition and Scalar Multiplication175 According to the labeling convention, the entries of the Matrix Aabove are A= a11a12a13a21a22a23 In general, the m nmatrix Ahas its entries labeled as follows:A= We say that two matrices Aand Bare equalif they have the same dimensions andthe corresponding entries are equal.

6 Note that a 3 4matrix can never equal a 3 5matrix because they do not have the same TechnologySee the Technology Guides atthe end of the chapter to seehow matrices are entered andused in a TI-83/84or authors web-based utility,follow:Chapter 3 Tools Matrix Algebra ToolThere you will find a computa-tional tool that allows you to domatrix Algebra . Use the followingformat to enter the Matrix Aonthe previous page (spaces areoptional):A=[2, 0,133, 22, 0]To display the Matrix A, type Ainthe formula box and press Compute. Example1 Matrix EqualityLet A= 79x0 1y+1 and B= 7900 111.

7 Find the values of xand ysuchthat A= the two matrices to be equal, we must have corresponding entries equal, sox=0a13=b13y+1=11ory=10a23=b23quickExam plesRow Matrix , Column Matrix , and Square MatrixA Matrix with a single row is called a row Matrix ,or row Matrix with a sin-gle column is called a column matrixor column Matrix with the same num-ber of rows as columns is called a square 1 5matrix C=[3 401 11]is a row 4 1matrix D= 210 18 is a column 3 3matrix E= 1 20014 4321 is a square we go in Example 1 that the Matrix equation 79x0 1y+1 = 7900 111 is really six equations in one: 7=7, 9=9, x=0, 0=0, 1= 1.

8 And y+1=11. Weused only the two that were interesting. + 7/17/06 4:24 PM Page 175 Matrix Addition and SubtractionThe first Matrix operations we discuss are Matrix addition and subtraction. The rules forthese operations are 3 Matrix Algebra and ApplicationsquickExamplesMatrix Addition and Subtraction Two matrices can be added (or subtracted) if and only if they have the same add (or subtract) two matrices of the same dimensions, we add (or subtract) the cor-responding entries. More formally, if Aand Bare m nmatrices, then A+BandA Bare the m nmatrices whose entries are given by:(A+B)ij=Aij+Bijijth entry of the sum =sum of the ijth entries(A B)ij=Aij Bijijth entry of the difference =difference of the ijth entriesVisualizing Matrix AdditionExample2 SalesThe A-Plus auto parts store chain has two outlets, one in Vancouver and one in other things, it sells wiper blades, windshield cleaning fluid, and floor mats.

9 Themonthly sales of these items at the two stores for two months are given in the follow-ing tables:VancouverQuebecWiper Blades2015 Cleaning Fluid (bottles)1012 Floor Mats84 January SalesVancouverQuebecWiper Blades2312 Cleaning Fluid (bottles)812 Floor Mats45 February Sales 2 310 + 11 21 = 3 2 11 1. 2 310 13 + 9 5013 13 = 11 8113 26 Corresponding entries added2. 2 310 13 9 5013 13 = 721 1300 Corresponding entries 7/17/06 4:24 PM Page 176 Scalar MultiplicationA Matrix Acan be added to itself because the expression A+Ais the sum of two ma-trices that have the same dimensions.

10 When we compute A+A, we end up doublingevery entry in A. So we can think of the expression 2 Aas telling us to multiply everyelement in A by2. In general, to multiply a Matrix by a number, multiply every entry in the Matrix bythat number. For example,6 52 310 156 = 15 1860 65 It is traditional when talking about matrices to call individual numbers thisreason, we call the operation of multiplying a Matrix by a number scalar Matrix Addition and Scalar Multiplication177 Use Matrix arithmetic to calculate the change in sales of each product in each store fromJanuary to tables suggest two matrices:J= 20 1510 1284 andF= 23 1281245 To compute the change in sales of each product for both stores, we want to subtract cor-responding entries in these two matrices.


Related search queries