<< Chapter < Page | Chapter >> Page > |
In this chapter, you will learn to:
In this section you will learn to:
A matrix is a rectangular array of numbers. Matrices are useful in organizing and manipulating large amounts of data. In order to get some idea of what matrices are all about, we will look at the following example.
Fine Furniture Company makes chairs and tables at its San Jose, Hayward, and Oakland factories. The total production, in hundreds, from the three factories for the years 1994 and 1995 is listed in the table below.
1994 | 1995 | |||
Chairs | Tables | Chairs | Tables | |
San Jose | 30 | 18 | 36 | 20 |
Hayward | 20 | 12 | 24 | 18 |
Oakland | 16 | 10 | 20 | 12 |
We are looking for the matrix . When two matrices have the same number of rows and columns, the matrices can be added or subtracted entry by entry. Therefore, we get
We would like a matrix that is twice the matrix of 1994, i.e., .
Whenever a matrix is multiplied by a number, each entry is multiplied by the number.
Before we go any further, we need to familiarize ourselves with some terms that are associated with matrices. The numbers in a matrix are called the entries or the elements of a matrix. Whenever we talk about a matrix, we need to know the size or the dimension of the matrix. The dimension of a matrix is the number of rows and columns it has. When we say a matrix is a 3 by 4 matrix, we are saying that it has 3 rows and 4 columns. The rows are always mentioned first and the columns second. This means that a matrix does not have the same dimension as a matrix. A matrix that has the same number of rows as columns is called a square matrix . A matrix with all entries zero is called a zero matrix . A square matrix with 1's along the main diagonal and zeros everywhere else, is called an identity matrix . When a square matrix is multiplied by an identity matrix of same size, the matrix remains the same. A matrix with only one row is called a row matrix or a row vector , and a matrix with only one column is called a column matrix or a column vector . Two matrices are equal if they have the same size and the corresponding entries are equal.
Notification Switch
Would you like to follow the 'Applied finite mathematics' conversation and receive update notifications?