Linear Algebra as an Introduction to Abstract Mathematics
eBook - ePub

Linear Algebra as an Introduction to Abstract Mathematics

Isaiah Lankham, Bruno Nachtergaele, Anne Schilling

Share book
  1. 208 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

Linear Algebra as an Introduction to Abstract Mathematics

Isaiah Lankham, Bruno Nachtergaele, Anne Schilling

Book details
Book preview
Table of contents
Citations

About This Book

This is an introductory textbook designed for undergraduate mathematics majors with an emphasis on abstraction and in particular, the concept of proofs in the setting of linear algebra. Typically such a student would have taken calculus, though the only prerequisite is suitable mathematical grounding. The purpose of this book is to bridge the gap between the more conceptual and computational oriented undergraduate classes to the more abstract oriented classes. The book begins with systems of linear equations and complex numbers, then relates these to the abstract notion of linear maps on finite-dimensional vector spaces, and covers diagonalization, eigenspaces, determinants, and the Spectral Theorem. Each chapter concludes with both proof-writing and computational exercises.

Request Inspection Copy

This is an introductory textbook designed for undergraduate mathematics majors with an emphasis on abstraction and in particular, the concept of proofs in the setting of linear algebra. Typically such a student would have taken calculus, though the only prerequisite is suitable mathematical grounding. The purpose of this book is to bridge the gap between the more conceptual and computational oriented undergraduate classes to the more abstract oriented classes. The book begins with systems of linear equations and complex numbers, then relates these to the abstract notion of linear maps on finite-dimensional vector spaces, and covers diagonalization, eigenspaces, determinants, and the Spectral Theorem. Each chapter concludes with both proof-writing and computational exercises.

Request Inspection Copy


Readership: Undergraduates in mathematics.

Frequently asked questions

How do I cancel my subscription?
Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
Can/how do I download books?
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
What is the difference between the pricing plans?
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
What is Perlego?
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Do you support text-to-speech?
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Is Linear Algebra as an Introduction to Abstract Mathematics an online PDF/ePUB?
Yes, you can access Linear Algebra as an Introduction to Abstract Mathematics by Isaiah Lankham, Bruno Nachtergaele, Anne Schilling in PDF and/or ePUB format, as well as other popular books in Mathematics & Mathematics Reference. We have over one million books available in our catalogue for you to explore.

Information

Publisher
WSPC
Year
2015
ISBN
9789814723794

Chapter 1

What is Linear Algebra?

1.1Introduction

This book aims to bridge the gap between the mainly computation-oriented lower division undergraduate classes and the abstract mathematics encountered in more advanced mathematics courses. The goal of this book is threefold:
(1)You will learn Linear Algebra, which is one of the most widely used mathematical theories around. Linear Algebra finds applications in virtually every area of mathematics, including multivariate calculus, differential equations, and probability theory. It is also widely applied in fields like physics, chemistry, economics, psychology, and engineering. You are even relying on methods from Linear Algebra every time you use an internet search like Google, the Global Positioning System (GPS), or a cellphone.
(2)You will acquire computational skills to solve linear systems of equations, perform operations on matrices, calculate eigenvalues, and find determinants of matrices.
(3)In the setting of Linear Algebra, you will be introduced to abstraction.As the theory of Linear Algebra is developed, you will learn how to make and use definitions and how to write proofs.
The exercises for each Chapter are divided into more computation-oriented exercises and exercises that focus on proof-writing.

1.2What is Linear Algebra?

Linear Algebra is the branch of mathematics aimed at solving systems of linear equations with a finite number of unknowns. In particular, one would like to obtain answers to the following questions:
  • Characterization of solutions: Are there solutions to a given system of linear equations? How many solutions are there?
  • Finding solutions: How does the solution set look? What are the solutions?
Linear Algebra is a systematic theory regarding the solutions of systems of linear equations.
Example 1.2.1. Let us take the following system of two linear equations in the two unknowns x1 and x2:
figure
This system has a unique solution for x1, x2 ∈ ℝ, namely
figure
and
figure
.
The solution can be found in several different ways. One approach is to first solve for one of the unknowns in one of the equations and then to substitute the result into the other equation. Here, for example, we might solve to obtain
x1 = 1 + x2
from the second equation. Then, substituting this in place of x1 in the first equation, we have
2(1 + x2) + x2 = 0.
From this, x2 = −2/3. Then, by further substitution,
figure
Alternatively, we can take a more systematic approach in eliminating variables. Here, for example, we can subtract 2 times the second equation from the first equation in order to obtain 3x2 = −2. It is then immediate that
figure
and, by substituting this value for x2 in the first equation, that
figure
.
Example 1.2.2. Take the following system of two linear equations in the two unknowns x1 and x2:
figure
We can eliminate variables by adding −2 times the first equation to the second equation, which results in 0 = −1. This is obviously a contradiction, and hence this system of equations has no solution.
Example 1.2.3. Let us take the following sys...

Table of contents