Lecture 3
Lecture 3
in Linear Algebra
1.3
VECTOR EQUATIONS
4 6
Solution: 4u , ( 3)v and
8 15
4 6 2
4u (3)v
8 15 7
.
© 2012 Pearson Education, Inc. Slide 1.3- 7
ALGEBRAIC PROPERTIES OF n
The vector whose entries are all zero is called the zero
vector and is denoted by 0.
For all u, v, w in and all scalars c and d:
(i) uv vu
(ii) (u v) w u (v w)
(iii) u 0 0 u u
(iv) u ( u) u u , 0
where
u denotes
(1)u
(v)
c(u v) cu cv
(vi)
(c d )u cu du
© 2012 Pearson Education, Inc. Slide 1.3- 8
LINEAR COMBINATIONS
(vii) c ( du)=(cd)(u)
(viii) 1u u
a1 a2 a3
which is same as x1 2 x2 7
2 x 5 x 4
1
2
5 x1 6 x2 3
© 2012 Pearson Education, Inc. Slide 1.3- 11
LINEAR COMBINATIONS
x1 2 x2 7
and
2 x1 5 x2 4
. ----(2)
5 x1 6 x2 3
The vectors on the left and right sides of (2) are equal
if and only if their corresponding entries are both
equal. That is, x1 and x2 make the vector equation (1)
true if and only if x1 and x2 satisfy the following
system.
x1
2 x2
7
2 x1 5 x2 4 ----(3)
© 2012 Pearson Education, Inc.
5 x1 6 x2 3 Slide 1.3- 12
LINEAR COMBINATIONS
To solve this system, row reduce the augmented matrix
of the system as follows.
1 2 7 1 2 7 1 2 7 1 0 3
2 5 4 0 9 18 0 1 2 0 1 2
5 6 3 0 16 32 0 16 32 0 0 0
A vector equation
x1a1 x2a 2 ... xn a n b
has the same solution set as the linear system whose
augmented matrix is
. ----(5)
a x2aset
has the samexsolution
1 1 2
as...the
xvector
a bequation
n n
,
which, in turn, has the same solution set as the system
of linear equations whose augmented matrix is
.
2 3 4
Example 2: Compute Ax, where A 1 5 3
x1 6 2 8
and x x2 .
x3
Solution: From the definition,
2 3 4 x1 2 3 4
1 5 3 x x 1 x 5 x 3
2 1 2 3
6 2 8 x3 6 2 8
© 2012 Pearson Education, Inc. Slide 1.4- 25
COMPUTATION OF Ax
2 x1 3 x2 4 x3
x1 5 x2 3 x3 ---(1)
6 x1 2 x2 8 x3
2 x1 3 x2 4 x3
x1 5 x2 3 x3
6 x1 2 x2 8 x3 .
The first entry in the product Ax is a sum of products
(a dot product), using the first row of A and the
entries in x.
© 2012 Pearson Education, Inc. Slide 1.4- 26
COMPUTATION OF Ax
2 3 4 x1 2 x1 3 x2 4 x3
That is, x .
2
x3
Similarly, the second entry in Ax can be calculated by
multiplying the entries in the second row of A by the
corresponding entries in x and then summing the
resulting products.
x1
1 5 3 x x 5 x 3 x
2 1 2 3
x3
© 2012 Pearson Education, Inc. Slide 1.4- 27
ROW-VECTOR RULE FOR COMPUTING Ax