Thesis - Dvi - Thesis
Thesis - Dvi - Thesis
Thesis - Dvi - Thesis
by
James Smith
A Research Paper/Thesis/Dissertation
Submitted in Partial Fulllment of the Requirements for the
Master of Science Degree
Department of Mathematics
in the Graduate School
Southern Illinois University Carbondale
July, 2006
(Please replace Name and Year with your information and delete all instructions)
By
(Author)
(Degree)
Approved by:
Graduate School
Southern Illinois University Carbondale
(Date of Approval)
AN ABSTRACT OF THE DISSERTATION OF
iii
DEDICATION
sis/dissertation.)
iv
ACKNOWLEDGMENTS
I would like to thank Dr. Jones for his invaluable assistance and insights leading
to the writing of this paper. My sincere thanks also goes to the seventeen members
of my graduate committee for their patience and understanding during the nine
years of eort that went into the production of this paper.
A special thanks also to Howard Anton [1], from whose book many of the
examples used in this sample research paper have been quoted. Another special
thanks to Prof. Ronald Grimmer who provided the previous thesis template upon
which much of this is based and for help with graphics packages.
v
PREFACE
vi
TABLE OF CONTENTS
Abstract . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . iii
Dedication . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . iv
Acknowledgments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . v
Preface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . vi
List of Tables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . viii
List of Figures . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ix
Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
References . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16
Appendix . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16
Vita . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
vii
LIST OF TABLES
2.1 An example table showing how centering works with extended captioning. 9
viii
LIST OF FIGURES
1.1 (a) no solution, (b) one solution, (c) innitely many solutions . . . . . 3
1.2 Inside and outside numbers of a matrix multiplication problem of A×B =
AB, showing how the inside dimensions are dropped and the dimensions
3.2 Three rows of graphics: (a)–(c) Squares. (d)–(f) Circles. (g)–(i) Ovals. 13
ix
INTRODUCTION
The aim in writing this paper is to present the fundamentals of linear alge-
bra in the clearest possible way. Pedagogy is the main consideration. Formalism
is secondary. Where possible, basic ideas are studied by means of computational
nicant pedagogical content are presented precisely, in a style tailored for beginners.
A few proofs that are more difficult, but pedgogically valuable, are placed at the end
of of the section and marked “Optional”. Still other proofs are omitted completely,
Chapter 1 deals with systems of linear equations, how to solve them, and
some of their properties. It also contains the basic material on matrices and their
arithmetic properties.
Chapter 2 deals with determinants. I have used the classical permutation
approach. This is less abstract than the approach through n-linear alternative forms
and gives the student a better intuitive grasp of the subject than does an
inductive development.
Chapter 3 introduces vectors in 2-space and 3-space as arrows and develops the
1
CHAPTER 1
In this section we introduce base terminology and discuss a method for solving
form
a1 x + a2 y = b
An equation of this kind is called a linear equation in the variables x and y. More
a 1 x1 + a 2 x2 + · · · + a n xn = b (1.1)
Not all systems of linear equations has solutions. A system of equations that
linear equations, consider a general system of two linear equations in the unknowns
x and y:
a1 x + b1 y = c1
a2 x + b2 y = c2
2
The graphs of these equations are lines; call them l1 and l2. Since a point (x, y) lies
on a line if and only if the numbers x and y satisfy the equation of the line, the
l1 l2 l1 l2 l1 , l2
Figure 1.1. (a) no solution, (b) one solution, (c) innitely many solutions
(a) l1 and l2 are parallel, in which case there is no intersection, and consequently
(b) l1 and l2 intersect at only one point, in which case the system has exactly one
solution.
3
(c) l1 and l2 coincide, in which case there are innitely many points of intersection,
Although we have considered only two equations with two unknowns here, we
will show later that this same result holds for arbitrary systems; that is, every system
of linear equations has either no solutions, exactly one solution, or innitely many
solutions.
Remark. It is not difficult to see that a matrix in row-echelon form must have zeros
below each leading 1. In contrast a matrix in reduced row-echelon form must have
zeros above and below each leading 1.
the rst factor A be the same as the number of rows of the second factor B in order
to form the product AB. If this condition is not satised, the product is undened.
write down the size of the rst factor and, to the right of it, write down the size of
the second factor. If, as in Figure 1.2, the inside numbers are the same, then the
product is dened. The outside numbers then give the size of the product.
4
A B AB
m × r r × n = m × n
inside
outside
Although the commutative law for multiplication is not valid in matrix arith-
metic, many familiar laws of arithmetic are valid for matrices. Some of the most
important ones and their names are summarized in the following proposition.
Proposition 1.2.2. Assuming that the sizes of the matrices are such that the in-
dicated operations can be performed, the following rules of matrix arithmetic are
valid.
In this section we shall establish more results about systems of linear equations
and invertibility of matrices. Our work will lead to a method for solving n equations
in n unknowns that is more efficient than Gaussian elimination for certain kinds of
problems.
5
1.3.1 Some Important Theorems
is the only solution, we will assume that X0 is an arbitrary solution, and then show
that X0 must be the solution A−1 B.
In our later work the following fundamental problem will occur over and over
again in various contexts.
Let A be xed m × n matrix. Find all m × 1 matrices B such that the system
of equations AX = B is consistent.
asserting that for every m×n matrix B, AX = B has the unique solution X = A−1 B.
6
CHAPTER 2
DETERMINANTS
We are all familiar with functions lilke f (x) = sin x and f (x) = x2 , which
associate a real number f (x) with a real value of the variable x. Since both x
and f (x) assume only real values, such functions can be described as real-valued
functions of a matrix variable, that is, functions that associate a real number f (X)
with a matrix X.
Example 2.1.1. There are six dierent permutations of the set of integers {1, 2, 3}.
These are
Solution. By drawing a permutation tree with each branch representing all four
numbers, we see that there are a total of 24 possible permutations.
7
2.2 EVALUATING DETERMINANTS BY ROW REDUCTION
In this section we show that the determinant of a matrix can be evaluated by re-
ducing the matrix to row-echelon form. This method is of importance since it avoids
the lengthy computations involved directly applying the determinant denition.
We rst consider two class of matrices whose determinants can be easily eval-
Theorem 2.2.1. If A is any square matrix that contains a row of zeros, then
det(A) = 0.
It should be evident from the examples in this section that whenever a square
matrix has two proportional rows (like the rst and second rows of A), it is possible
to introduce a row of zeros by adding a suitable mutliple of one of these rows to the
other. Thus, if a square matrix has two proportional rows, its determinant is zero.
In the next section we consider some examples of linear algebra functions ex-
pressed in table form – primarily to see the list of tables command works in Latex.
nant function. our work here will give us some further insight into the relationship
8
between a square matrix and its determinant. One of the immediate consequences of
this material will be an important determinant test for the invertibility of a matrix
Consider Table 2.1 and its implications in the area of linear algebra.
Function 1 2 3
Determinant 0 0 0
Inverse 1 1 1
It should be evident from the examples in this section that whenever a square
matrix has two proportional rows (like the rst and second rows of A), it is possible
9
to introduce a row of zeros by adding a suitable mutliple of one of these rows to the
other. Thus, if a square matrix has two proportional rows, its determinant is zero.
We hope this has given some insights into the basics of linear algebra and its
impact on the world around us. We leave you now with two encapsulated postscript
0.5
-10 -5 0 5t 10
-0.5
-1
10
CHAPTER 3
EXAMPLES
Some examples of the denitions found in the le ps-defs.tex follow below.
Here are examples of how you can use equation numbers with multiple line
equations.
= (f + g)(a) + h(a)
= (f + g)(a) + h(a)
= ((f + g) + h)(a)
= (f + g)(a) + h(a)
= ((f + g) + h)(a)
11
Below is a gure which shows how to line up small gures on multiple lines.
The .dvi version is immediately below. The .pdf version may be found underneath
the complete gure and commented out. If you exchange the sections commented
out, then you can compile a .pdf le.
(a) (b)
(c)
Figure 3.1. Two rows of graphics: (a) Square (b) Circle (c) Rectangle
12
Three gures across the page requires fairly small gures to t within the Grad-
13
The verbatim environment can be useful when using data from a spreadsheet
as is done below.
On the following page is an example of how to rotate text that is too long to
14
0 0 0 0
0 1
B−(θ̂D1 (3; 1) − θ̂D1 (1; 1)) ··· C
B C
D1 −(θ̂D2 (3; 1) − θ̂D2 (1; 1)) 0 ··· ··· 0
B C
B (θ̂ (3; 1) − θ̂ (1; 1)) C
B D1 C
..
B C
0 (θ̂D2 (3; 1) − θ̂D2 (1; 1)) −(θ̂D3 (3; 1) − θ̂D3 (1; 1)) . ··· 0
B C
B C
.
B C
. .. .. .. ..
A=B C,
. . . . . 0
B C
B C
B C
B C
0 ··· 0 0 (θ̂Dn−1 (3; 1) − θ̂Dn−1 (1; 1))
B C
B C
B −(θ̂Dn (3; 1) − θ̂Dn (1; 1))C
B C
0 0 0 0 0 (θ̂Dn (3; 1) − θ̂Dn (1; 1))
@ A
15
0 1
B A1 C
B C
B C
BA C
B 2C
B C,
B . C
[1] Anton, H., Elementary Linear Algebra, John Wiley & Sons, New York, 1977.
[2] Huang, X. and Krantz, S.G., On a problem of Moser, Duke Math. J. 78 (1995),
213–228.
[3] Kellog, O.D., Harmonic functions and Green’s integral, Trans. Amer. Math.
Soc. 13 (1912), 109–132.
[4] Kruzhilin, N.G., Local automorphisms and mappings of smooth strictly pseudo-
convex hypersurfaces, (Russian), Dokl. Akad. Nauk SSSR 271 (1983), 280–282.
[5] Macdonald, I.G., Symmetric Functions and Hall Polynomials, Second edition,
[7] Rasulov, K.M., Dokl. Akad. Nauk SSSR 270 (1983), 1061–1065; English transl.
in Soviet Math. Dokl. 27 (1983).
16
APPENDICES
17
APPENDIX II
18
VITA
Graduate School
Southern Illinois University
19