|
|
|
|
||
|
|
|
|
|
Introduction to Matrices / Matrix Size (page 1 of 3) Sections: Augmented & coefficient matrices / Matrix size, Matrix notation & types, Matrix equality Augmented matrices Matrices are incredibly useful things that crop up in many different applied areas. For now, though, you'll probably only do some elementary manipulations with matrices, and then you'll move on to the next topic. But you should not be surprised to encounter matrices again in, say, physics or engineering. Matrices were initially based on systems of linear equations. For instance:
2x
+ 3y – z = 6 Write down the coefficients and the answer values, including all "minus" signs. If there is "no" coefficient, then the coefficient is "1".
That is, given a system of (linear) equations, you can relate to it the matrix (the grid of numbers inside the brackets) which contains only the coefficients of the linear system. This is called "an augmented matrix". Copyright © Elizabeth Stapel 2006-2008 All Rights Reserved The entries of (that is, the values in) the matrix correspond to the x-, y- and z-values in the original system, as long as the original system is arranged properly in the first place. For instance:
x
+ y = 0
I first need to rearrange the system as: x
+ y = 0
Then I can write the associated matrix as:
This last matrix, formed from the coefficients from the left-hand side of each equation and the constants from the right-hand side of each equation is called the "augmented" matrix. Note that, when forming a matrix, you use a zero for any entry where the corresponding spot in the linear system is blank. If you form the matrix only from the coefficient values, the matrix would look like this:
This is called "the coefficient matrix". Coefficient matrices Above, we went from a linear system to an augmented matrix. You can go the other way, too.
Remember that matrices require that the variables be all lined up nice and neat. And it is customary, when you have three variables, to use x, y, and z, in that order. So the associated linear system must be: x
+ 3y = 4
The Size of a matrix Matrices are often referred to by their sizes. The size of a matrix is given in the form of a dimension, much as a room might be referred to as "a ten-by-twelve room". The dimensions for a matrix are the rows and columns, rather than the width and length. For instance, consider the following matrix A:
Since A has three rows and four columns, the size of A is 3 × 4 (pronounced as "three-by-four").
The rows go side to side; the columns go up and down. "Row" and "column" are technical terms, and are not interchangable. Matrix dimensions are always given with the number of rows first, followed by the number of columns. Following this convention, the following matrix B:
...is 2 × 3. If the matrix has the same number of rows as columns, the matrix is said to be a "square" matrix. For instance, the coefficient matrix from above:
...is a 3 × 3 square matrix. Top | 1 | 2 | 3 | Return to Index Next >>
|
|
|
|
Copyright © 2006-2008 Elizabeth Stapel | About | Terms of Use |
|
|
|
|
|
|