Linear Algebra as an Introduction to Abstract Mathematics
eBook - ePub

Linear Algebra as an Introduction to Abstract Mathematics

Isaiah Lankham, Bruno Nachtergaele, Anne Schilling

Compartir libro
  1. 208 páginas
  2. English
  3. ePUB (apto para móviles)
  4. Disponible en iOS y Android
eBook - ePub

Linear Algebra as an Introduction to Abstract Mathematics

Isaiah Lankham, Bruno Nachtergaele, Anne Schilling

Detalles del libro
Vista previa del libro
Índice
Citas

Información del libro

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.

Preguntas frecuentes

¿Cómo cancelo mi suscripción?
Simplemente, dirígete a la sección ajustes de la cuenta y haz clic en «Cancelar suscripción». Así de sencillo. Después de cancelar tu suscripción, esta permanecerá activa el tiempo restante que hayas pagado. Obtén más información aquí.
¿Cómo descargo los libros?
Por el momento, todos nuestros libros ePub adaptables a dispositivos móviles se pueden descargar a través de la aplicación. La mayor parte de nuestros PDF también se puede descargar y ya estamos trabajando para que el resto también sea descargable. Obtén más información aquí.
¿En qué se diferencian los planes de precios?
Ambos planes te permiten acceder por completo a la biblioteca y a todas las funciones de Perlego. Las únicas diferencias son el precio y el período de suscripción: con el plan anual ahorrarás en torno a un 30 % en comparación con 12 meses de un plan mensual.
¿Qué es Perlego?
Somos un servicio de suscripción de libros de texto en línea que te permite acceder a toda una biblioteca en línea por menos de lo que cuesta un libro al mes. Con más de un millón de libros sobre más de 1000 categorías, ¡tenemos todo lo que necesitas! Obtén más información aquí.
¿Perlego ofrece la función de texto a voz?
Busca el símbolo de lectura en voz alta en tu próximo libro para ver si puedes escucharlo. La herramienta de lectura en voz alta lee el texto en voz alta por ti, resaltando el texto a medida que se lee. Puedes pausarla, acelerarla y ralentizarla. Obtén más información aquí.
¿Es Linear Algebra as an Introduction to Abstract Mathematics un PDF/ePUB en línea?
Sí, puedes acceder a Linear Algebra as an Introduction to Abstract Mathematics de Isaiah Lankham, Bruno Nachtergaele, Anne Schilling en formato PDF o ePUB, así como a otros libros populares de Mathematics y Mathematics Reference. Tenemos más de un millón de libros disponibles en nuestro catálogo para que explores.

Información

Editorial
WSPC
Año
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...

Índice