Matrix Algebra and MatricesThere is a branch of algebra called Linear Algebra that makes it possible to solve systems of linear equations by using matrices. A matrix is a rectangular array of numbers arranged in rows and columns sort of like a table. Each number in the matrix is called an element. The size of a matrix is described by the expression: m x n where m is the number of rows and n is the number of columns. VectorsWhen a matrix only has one row or one column, it is called a vector.
The following system of equations can be represented by a matrix and a vector.
3x + 6y + 5z = 7 When a matrix is used to represent a system of linear equations, the coefficients of the variables become the elements. The resulting matrix is called a coefficient matrix. Sometimes, the constants are included in the last column and there may be a vertical line separating this column from the others. This type of matrix is called an augmented matrix. Echelon FormOne of the ways of solving a matrix is by using echelon form ( also called triangular form ). The idea is to change the matrix so that it has the following properties:
Row OperationsTo change a matrix into echelon form, operations are performed on the rows. The following row operations can be performed on a matrix:
Row Operations ExampleThe following example shows how row operations are used to obtain echelon form in a matrix. The Gauss-Jordan method is used in this example.
|