Jim Sally Rich Frances (table) Bob Jack Rose Violet Joseph Bill Ann JuneEach of the three rows has the names of 4 students. But each of the four columns has the names of 3 students. This table as size of 3x4 (3 by 4). It is customary to give the number of rows first, then the number of columns. (Unfortunately, this is the opposite order for the coordinates of an ordered pair.)
In Row 2 are Bob, Jack, Rose, Violet. In Column 4 are Frances, Violet, Bill. So Violet sits in Row 3 and Column 4. This location is denoted as [3,4]. The persons whose name begins with the letter J sit in seats at locations [1,1], [2,2]. [3,1], [3,4].
In an intuitive sense, these location numbers in brackets locate the empty seats. If the table in [1] is given the name T
[2]
Jim Sally Rich Frances (table) T = Bob Jack Rose Violet Joseph Bill Ann Junethen T[2,3] = Rose, T[3,4] = June. T is the name of the entire table, but T[i,j] gives the name of the person sitting in chair [i,j], where i = row number, and j = column number.
The teacher may want to interchange (swap) Row 2 and Row 3 to get a different table:
[3]
Jim Sally Rich Frances (table) S = Joseph Bill Ann June Bob Jack Rose VioletIf this table [3] is given the name S, then S[2,3] = T[3,3].
A table may have (the names of) things of a common type placed at all the locations in it. In a table an entry has been placed at a location [1,1], an entry has been placed at [1,2], etc.This creates a table of entries, whatever they are.
In this chapter the most common entries are numerical. A table whose entries can be acted upon by arithmetic operations is called a matrix. The most common entries in these discussions are integers and sometimes fractions which are quotients of integers (denominators not zero). For example,
[4a]
2 1 -7 4 (matrix) A = 4 -3 1 5 -2 9 4 2This is another 3x4 table. Its entries are integers. A table of numbers is called a matrix. This matrix is represented in rectangular form, more specifically in a 3x4 rectangular form (3 rows, 4 columns). Another form, called the single array form is
Consider now the following simultaneous linear equations:
2x + y - 7z = 4 2u + v - 7w = 4 2a + b - 7c = 4 4x - 3y + z = 5 4u - 3v + w = 5 4a - 3b + c = 5 -2x + 9y + 4z = 2 -2u + 9v + 4w = 2 -2a + 9b + 4c = 2If the letters x,y,z, u,v,w, a,b,c and the equal signs are omitted then the same matrix [4a] (and [4b]) is produced. The letters play a minor role. More important are the coefficients (numbers) which become entries in the matrix.
A more common notation for a matrix is the use of large curves before and after the table:
The arithmetical nature of a matrix allows their frequent applications to various fields of mathematics and other fields of science. They can be applied in particular to simultaneous linear equations. The word "simultaneous" implies two or more components of an event happening together, and all should be considered together. In simultaneous equations the same unknowns (letters) are used. The word "linear" implies simple unknowns, no exponents, no roots, no logarithms, no trigonometric functions, etc. The two simultaneous linear equations in x and y
[5]
Omit the symbols for unknowns and the equal signs in [5] and [6] produces the same 2x3 matrix of the equations:
[7]
(matrix) 3 4 10 3x + 4y = 10 2 5 9 2x + 5y = 9Multiply Row 1 by -2 and Row 2 by 3, and replace Row 3 by the result produces the matrix of the equations (in a shorter notation, Row 2 <-- -2(Row 1) + 2(Row 2)):
(matrix) 3 4 10 3x + 4y = 10 0 7 7 7y = 7Now divide the new Row 2 by 2 to get a new matrix:
(matrix) 3 4 10 3x + 4y = 10 0 1 1 y = 1Replace Row 1 by -4x(Row 2) + Row 1:
(matrix) 3 0 6 3x = 6 0 1 1 y = 1Divide Row 1 by 3 to get:
(matrix) 1 0 2 x = 2 0 1 1 y = 1The solution is in the right column
(matrix) 2 x = 2 1 y = 1
Notice that the row operations on the matrix of the equations correspond to legal operations on the equations.
Three rules of algebra for handling simultaneous liner Equations are useful here: (E1) In any equation, every number may be multiplied by the same non-zero number. (E2) Any two equations may be added together and this sum may replace either equation (but not both). (E3) Any two equations may be interchanged. The corresponding rules for handling Matrices of equations are: (M1) In any row, every number may be multiplied by the same non-zero number. (M2) Any two rows may be added together and this sum may repalce either row (but not both). (M3) Any two rows may be interchanged.No similar rules will apply here for the columns.
Applying the above rules changes the equations or matrix of the equations. In these discussions the symbol => will mean "rules for handling rows have been applied to produce." For example [7] - [11]may be written:
[13]
(matrix) 3 4 10 => 3 4 10 => 3 4 10 => 3 0 6 => 1 0 2 2 5 9 0 7 7 0 1 1 0 1 1 0 1 1Often the chains showing every conversion are long. Some of the intermediate matrices may be omitted. The equations
2 3 4 21 -1 0 0 -4 1 0 0 -4 (matrix) 5 4 2 44 => 0 -1 0 -7 => 0 1 0 7 1 7 6 41 0 0 1 2 0 0 1 -2For more detail click here.
It is quite possible that linear equations cannot be solved in the usual sense. For example, the simple equation
[16]
A similar situation may exist with simultaneous equations with 2 or more unknowns. A very obvious example is
[18]
The 0=0 result can be obtained from the equations
[19]
An attempt to solve the following equations leads to the contradiction like 0=1 (twice the first equation subtracted from the second equation):
[20]
The number of columns matrices such as in [4a] are one more than the number of rows. The extra column is on the right side of the matrix and contains the numbers after the equal signs. In the future it will be useful to separate that extra column from the rest of the matrix to produce two sub-matrices: [20]
2 1 -7 4 (matrix) 4 -3 1 5 -2 9 4 2The left matrix is called the coefficient matrix of the equations. Very often in these discussions it is a square matrix, that is, it has the same number of rows as columns. The column matrix which is a vertical array is sometimes called a column array of values. Every row in it has only one entry. It contains those numbers that come after the equal signs in all the equations.
In this section one use for matrices has been introduced, namely, solving simultaneous linear equations using skeleton forms for the equations. More uses of a less trivial nature will be introduced in the following sections.