Linear Algebra with Applications
eBook - ePub

Linear Algebra with Applications

Roger Baker, Kenneth Kuttler

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

Linear Algebra with Applications

Roger Baker, Kenneth Kuttler

Detalles del libro
Vista previa del libro
Índice
Citas

Información del libro

This book gives a self- contained treatment of linear algebra with many of its most important applications. It is very unusual if not unique in being an elementary book which does not neglect arbitrary fields of scalars and the proofs of the theorems. It will be useful for beginning students and also as a reference for graduate students and others who need an easy to read explanation of the important theorems of this subject.

It presents a self- contained treatment of the algebraic treatment of linear differential equation which includes all proofs. It also contains many different proofs of the Cayley Hamilton theorem. Other applications include difference equations and Markov processes, the latter topic receiving a more thorough treatment than usual, including the theory of absorbing states. In addition it contains a complete introduction to the singular value decomposition and related topics like least squares and the pseudo-inverse.

Most major topics receive more than one discussion, one in the text and others being outlined in the exercises. The book also gives directions for using maple in performing many of the difficult algorithms.

Contents:

  • Numbers, Vectors and Fields
  • Matrices
  • Row Operations
  • Vector Spaces
  • Linear Mappings
  • Inner Product Spaces
  • Similarity and Determinants
  • Characteristic Polynomial and Eigenvalues of a Matrix
  • Some Applications
  • Unitary, Orthogonal, Hermitian and Symmetric Matrices
  • The Singular Value Decomposition


Readership: Undergraduates in linear algebra.
Key Features:

  • This book proves all the theorems including theorems about the determinant
  • This book does not neglect algebraic considerations like general fields
  • The applications of linear algebra are given a reasonably complete development

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 with Applications un PDF/ePUB en línea?
Sí, puedes acceder a Linear Algebra with Applications de Roger Baker, Kenneth Kuttler en formato PDF o ePUB, así como a otros libros populares de Mathématiques y Théorie des nombres. Tenemos más de un millón de libros disponibles en nuestro catálogo para que explores.

Información

Editorial
WSPC
Año
2014
ISBN
9789814590556

Chapter 1

Numbers, vectors and fields

Chapter summary
This chapter is on fundamental notation concerning sets and gives a brief introduction to fields, one of the ingredients which is important in the study of linear algebra. It contains a specific example of a vector space ℝ3 along with some of the geometric ideas concerning vector addition and the dot and cross product. It also contains a description of the most important examples of fields. These include the real numbers, complex numbers, and the field of residue classes.

1.1 Functions and sets

A set is a collection of things called elements of the set. For example, one speaks of the set of integers, whole numbers such as 1,2,−4, and so on. This set, whose existence will be assumed, is denoted by ℤ. The symbol ℝ will denote the set of real numbers which is usually thought of as points on the number line. Other sets could be the set of people in a family or the set of donuts in a display case at the store. Sometimes parentheses, { } specify a set by listing the things which are in the set between the parentheses. For example, the set of integers between −1 and 2, including these numbers, could be denoted as {−1, 0, 1, 2}. The notation signifying x is an element of a set S, is written as xS. We write xS for ‘x is not an element of S’. Thus, 1 ∈ {−1, 0, 1, 2, 3} and 7 ∉ {−1, 0, 1, 2, 3}. Here are some axioms about sets. Axioms are statements which are accepted, not proved.
(1)Two sets are equal if and only if they have the same elements.
(2)To every set A, and to every condition S(x) there corresponds a set B, whose elements are exactly those elements x of A for which S(x) holds.
(3)For every collection of sets there exists a set that contains all the elements that belong to at least one set of the given collection. This set is called the union of the sets.
Example 1.1. As an illustration of these axioms, {1, 2, 3} = {3, 2, 1} because they have the same elements. If you consider ℤ the set of integers, let S(x) be the condition that x is even. Then the set B consisting of all elements x of ℤ such that S(x) is true, specifies the even integers. We write this set as follows:
{x ∈ ℤ : S(x)}
Next let A = {1, 2, 4}, B = {2, 5, 4, 0}. Then the union of these two sets is the set {1, 2, 4, 5, 0}. We denote this union as AB.
The following is the definition of a function.
Definition 1.1. Let X, Y be nonempty sets. A function f is a rule which yields a unique yY for a given xX. It is customary to write f (x) for this element of Y. It is also customary to write
f : XY
to indicate that f is a function defined on X which gives an element of Y for each xX.
Example 1.2. Let X = ℝ and f (x) = 2x.
The following is another general consideration.
Definition 1.2. Let f : XY where f is a function. Then f is said to be one-toone (injective), if whenever x1x2, it follows that f (x1) ≠ f (x2). The function is said to be onto, (surjective), if whenever yY, there exists an xX such that f (x) = y. The function is bijective if the function is both one-to-one and onto.
Example 1.3. The function f (x) = 2x is one-to-one and onto from ℝ to ℝ. The fu...

Índice