Linear Algebra as an Introduction to Abstract Mathematics
eBook - ePub

Linear Algebra as an Introduction to Abstract Mathematics

Isaiah Lankham, Bruno Nachtergaele, Anne Schilling

Partager le livre
  1. 208 pages
  2. English
  3. ePUB (adapté aux mobiles)
  4. Disponible sur iOS et Android
eBook - ePub

Linear Algebra as an Introduction to Abstract Mathematics

Isaiah Lankham, Bruno Nachtergaele, Anne Schilling

DĂ©tails du livre
Aperçu du livre
Table des matiĂšres
Citations

À propos de ce livre

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.

Foire aux questions

Comment puis-je résilier mon abonnement ?
Il vous suffit de vous rendre dans la section compte dans paramĂštres et de cliquer sur « RĂ©silier l’abonnement ». C’est aussi simple que cela ! Une fois que vous aurez rĂ©siliĂ© votre abonnement, il restera actif pour le reste de la pĂ©riode pour laquelle vous avez payĂ©. DĂ©couvrez-en plus ici.
Puis-je / comment puis-je télécharger des livres ?
Pour le moment, tous nos livres en format ePub adaptĂ©s aux mobiles peuvent ĂȘtre tĂ©lĂ©chargĂ©s via l’application. La plupart de nos PDF sont Ă©galement disponibles en tĂ©lĂ©chargement et les autres seront tĂ©lĂ©chargeables trĂšs prochainement. DĂ©couvrez-en plus ici.
Quelle est la différence entre les formules tarifaires ?
Les deux abonnements vous donnent un accĂšs complet Ă  la bibliothĂšque et Ă  toutes les fonctionnalitĂ©s de Perlego. Les seules diffĂ©rences sont les tarifs ainsi que la pĂ©riode d’abonnement : avec l’abonnement annuel, vous Ă©conomiserez environ 30 % par rapport Ă  12 mois d’abonnement mensuel.
Qu’est-ce que Perlego ?
Nous sommes un service d’abonnement Ă  des ouvrages universitaires en ligne, oĂč vous pouvez accĂ©der Ă  toute une bibliothĂšque pour un prix infĂ©rieur Ă  celui d’un seul livre par mois. Avec plus d’un million de livres sur plus de 1 000 sujets, nous avons ce qu’il vous faut ! DĂ©couvrez-en plus ici.
Prenez-vous en charge la synthÚse vocale ?
Recherchez le symbole Écouter sur votre prochain livre pour voir si vous pouvez l’écouter. L’outil Écouter lit le texte Ă  haute voix pour vous, en surlignant le passage qui est en cours de lecture. Vous pouvez le mettre sur pause, l’accĂ©lĂ©rer ou le ralentir. DĂ©couvrez-en plus ici.
Est-ce que Linear Algebra as an Introduction to Abstract Mathematics est un PDF/ePUB en ligne ?
Oui, vous pouvez accĂ©der Ă  Linear Algebra as an Introduction to Abstract Mathematics par Isaiah Lankham, Bruno Nachtergaele, Anne Schilling en format PDF et/ou ePUB ainsi qu’à d’autres livres populaires dans MatemĂĄticas et Referencia matemĂĄtica. Nous disposons de plus d’un million d’ouvrages Ă  dĂ©couvrir dans notre catalogue.

Informations

Éditeur
WSPC
Année
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 des matiĂšres