Linear Algebra

Hello, Guest. Care to login?

Contents

(show more)

Recent Updates

Message:Subject
(Andrew Hoefel, 2008-10-02 18:56:39)
Entry:Real n-Space
(Andrew Hoefel, 2008-09-20 00:03:43)
Entry:Norm and Distance
(Andrew Hoefel, 2008-09-18 17:53:48)
Entry:Dot Product
(Andrew Hoefel, 2008-09-18 17:52:39)
Entry:Orthogonality and Projection
(Andrew Hoefel, 2008-09-18 17:51:26)
Entry:Vector Spaces
(Andrew Hoefel, 2008-09-18 17:50:41)
Entry:Real n-Space
(Andrew Hoefel, 2008-09-18 17:49:21)
Entry:Real n-Space
(Andrew Hoefel, 2008-09-14 23:58:51)
Entry:Real n-Space
(Andrew Hoefel, 2008-09-14 23:57:11)
Entry:Real n-Space
(Andrew Hoefel, 2008-09-14 23:57:02)

1Introduction

2Vectors

2.1Elementary Operations

The set is defined as

Each element of is called a vector and consists of a sequence of real numbers. We call the -th coordinate of the vector .

For example, vectors in are of the form for some real numbers and . These vectors can be seen as points lying in a plane. In the vectors have three coordinates and can be visualized as points in (three dimensional) space.

Vector addition is an operation that takes two vectors and produces a third vector from them. In we define addition as follows; ,

This addition is called "coordinate-wise" addition because the -th coordinate of the sum of two vectors is the sum of their -th coordinates. That is gives .

Scalar multiplication is another operation on vectors which takes a real number and multiplies it against every coordinate of the vector. Take and then

Real n-Space


Real n-space is our first example of a vector space. A vector space is any set of objects with addition and scalar multiplication. These operations need to satisfy certain conditions. More on this later.

We call real (and complex numbers) scalars in linear algebra when they are used in scalar multiplication.


comment

Comments:

— Subject [God, 2008-04-01]
— Subject [God, 2008-04-01]
— Subject [God, 2008-04-01]

~~~

Formally, a vector space consists of a set of vectors , a field of scalars (normally or ), a zero vector , and two operations called vector addition,

and scalar multiplication,

These operations satisfy all of the following: for all and we have

Vector Spaces


comment

Comments:


~~~

The dot product is an operation that takes two vectors in and produces a scalar.

The dot product satisfies the following properties for vectors and scalars ;
Also, only when is the zero vector.

Dot Product


The scalar produced by a dot product contains geometric information about the lengths and angles between the two vectors.


comment

Comments:

— Subject [Andrew Hoefel, 2008-10-02]

~~~

The norm of a vector is its length. We define the Euclidean norm for vectors in as follows;

The norm satisfies for any vector and scalar . Also, the only vector with norm zero is the zero vector.

Norm and Distance


comment

Comments:


~~~

Cauchy-Schwartz Inequality:

Triangle Inequality:

Inequalities


comment

Comments:


~~~

The angle between two vectors can be defined as follows. Consider the plane which passes through and the origin. In this plane, you can draw a unit circle which is cut in two places by and . The length of the shortest arc of the cut circle gives the angle between and . To compute the angle between and , we use the following formula;

Angles Between Vectors


Apply arccos to both sides of the equation to solve for .


comment

Comments:


~~~

Two vectors are orthogonal if the angle between them is . Equivalently, and are orthogonal if .

The argument is as follows. If and are orthogonal then the angle between them is . So, . Hence . Multiplying by gives . On the other hand, if then and hence .

Orthogonality and Projection


comment

Comments:


~~~

2.2Lines and Planes

3Systems of Linear Equations

4Matrices and Linear Transformations

5Eigenvalues and Eigenvectors