Linear Algebra MTU
Linear Algebra MTU
1 Vector 2
1.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1.2 Vectors in Rn . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1.3 Vector Addition and Scalar Multiplication . . . . . . . . . . . 3
1.4 Inner Product . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
1.5 Unit Vector . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
1.6 The Angles Between Two Vectors . . . . . . . . . . . . . . . . 5
2 Matrices 5
1
1 Vector
1.1 Introduction
we can represent the list using variable, say v but with dierent subscript for
each of the element; that is
v1 , v2 , v3 , v4 , v5 , v6
1.2 Vectors in Rn
The collection of all n-tuples of real numbers is called n-space and it is de-
noted by Rn e.g
u = (b1 , b2 ..., bn )
is a particular n-tuples in R called a point or vector. The bi are called coor-
dinates, entries or element of u. We refer to the element of R as scalar.
Example 1.2
column vectors
2
1.3 Vector Addition and Scalar Multiplication
3
1.4 Inner Product
a. Let u = (2, −3, 6), v = (8, 10, −2), w = (4, 14, 8). Then nd u.v, u.w
and v.w
4 6
b. u = 6 and v = −2 nd u.v
−8 −4
c. suppose u = (2, 4, 6, 8) and v = (12, 2k, −16, 4). nd k so that u and v
are orthogonal
Theorem 1.2 for any vectors u, v, w in Rn and any scalar k in R:
i. (u + v).w = u.w + v.w
ii. (ku).v = k(u.v)
iii. u.v = v.u
iv. u.u ≥ 0
v. u.u ≥ 0 and u.u = 0 i u = 0
Note The space Rn with the above operations of vector addition, scalar
multiplication, and dot product is usually called Euclidean n-space.
4
1.6 The Angles Between Two Vectors
a. For the vectors v = (3, 4) and w = (4, 3) test the Schwarz inequality on
v.w and the triangle inequality on k v + w k. Find cosθ for the angles
between v and w.
Which v and w gives equality | v.w |=k v kk w k and
k v + w k=k v kk w k
b. Find the unit vector u in the direction of v = (3, 4). Find the unit
vector U that is perpendicular to u. How many possibilities for U .
c. Find a vector x = (c, d) that has products x.r = 1 and x.s = 0 with
two given vectors r = (2, −1) and s = (−1, 2)
2 Matrices