Applied Linear Algebra: Vector Equations and Matrix Equations, Study Guides, Projects, Research of Linear Algebra

A portion of lecture notes from a university course on Applied Linear Algebra. It covers the topics of vector equations and matrix equations, including back substitution and the relationship between vector and matrix equations. The document also includes examples and exercises.

Typology: Study Guides, Projects, Research

2021/2022

Uploaded on 09/07/2022

nabeel_kk
nabeel_kk ๐Ÿ‡ธ๐Ÿ‡ฆ

4.6

(65)

1.3K documents

1 / 26

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Math 3191
Applied Linear Algebra
Lecture 3: Vector Equations
Stephen Billups
University of Colorado at Denver
Math 3191Applied Linear Algebra โ€“ p.1/22
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff
pf12
pf13
pf14
pf15
pf16
pf17
pf18
pf19
pf1a

Partial preview of the text

Download Applied Linear Algebra: Vector Equations and Matrix Equations and more Study Guides, Projects, Research Linear Algebra in PDF only on Docsity!

Math 3191Applied Linear Algebra Lecture 3: Vector Equations^ Stephen BillupsUniversity of Colorado at Denver

Math 3191Applied Linear Algebra โ€“ p.1/

Announcements Visit course web page and register for the Discussionpage. Hwk 2, due Tuesday, Sept. 6 at beginning of class. Sec 1.3: 8,14,18,23,24,26,29,31,33. Sec 1.4: 6, 10, 14, 18, 20, 23,24, 26, 32, 34, 36. Sec 1.5: 4, 6, 12, 16, 20, 22.

Math 3191Applied Linear Algebra โ€“ p.2/

Back Substitution^232 4 โˆ’^10 6 12 2867670 0 โˆ’^2 0 7 1267 From row echelon form:^67670 0 0 0 1 /^2 1450 0 0 0 0 0 Use last nonzero row (row 3) to solve for last non-free variable (

Section 1.3: Vector Equations Key Concepts: Euclidean vectors (vectors in

n ).IR

Arithmetic operations on vectors. Linear Combinations. Vector Equations. Span.

Math 3191Applied Linear Algebra โ€“ p.5/

Notation Space saver notation: To save space, we will also represent a vector as justan ordered list of numbers: e.g.^ u^ = (1,^2 ,^ 3), instead of the more cumbersome 2316767 column notation u =. 2453 Note the use of parentheses instead of square brackets. Thus,^231 h^ i^6767 (1, 2 ,^ 3) =^6 =^.^21 2 345 3 n Subscripts: If u is a vector in^ , we denote the^ ith component ofIR

u^ by^ u. Fori

example, suppose^ u^ = (5,^4 ,^ 2). Then

u= 5, u= 4,^ and^ u= 2.^1 2 3 Math 3191Applied Linear Algebra โ€“ p.7/

Operations on Vectors n Vector addition : Given two vectors^ u, v^ โˆˆ^ , their sumIR

u^ +^ v^ is obtained by adding corresponding entries of^ u^ and^ v. That is^ u^ +^ v^ =

23 u+^ v^1 16767 u+^ v^2 26767.^. 67. 67. 45 u+^ vn^ n Example:^ u^ = (1,^2 ,^ 3),^ v^ = (4,^5 ,^ 6) =โ‡’

u^ +^ v^ = (5,^7 ,^ 9). Scalar multiplication : Given a vector^ u^ โˆˆ^ IR

n^ and a scalar (real number)^ c, the scalar multiple^ cu^ is obtained by multiplying each entry of

u^ by^ c. That is 23 cu (^16767) cu (^26767) cu =^.. 67. 67. 45 cun Example:^ u^ = (1,^2 ,^ 3),^ c^ =^ โˆ’2 =โ‡’^ cu^ = (

โˆ’^2 ,^ โˆ’^4 ,^ โˆ’6).^ Math 3191Applied Linear Algebra โ€“ p.8/

Adding Vectors Geometrically To compute^ u^ +^ v, draw^ v^ as an arrow with its tail touching the head of

u.^ u^ +^ v^ is the arrow starting at the tail of^ u^ and ending at the head of

v. v u^ Math 3191Applied Linear Algebra โ€“ p.10/

Adding Vectors Geometrically To compute^ u^ +^ v, draw^ v^ as an arrow with its tail touching the head of

u.^ u^ +^ v^ is the arrow starting at the tail of^ u^ and ending at the head of

v. u+v v u^ Math 3191Applied Linear Algebra โ€“ p.10/

Algebraic Properties Vector addition and scalar multiplication behave just like youโ€™re usedto (from โ€œgrade schoolโ€ addition and multiplication). That is, for alln^ u, v, w โˆˆ and scalars^ c^ and^ d:IR Commutativity:^ u^ +^ v^ =^ v^ +^ u. Associativity:^ (u^ +^ v) +^ w^ =^ u^ + (v^ +^ w) &

c(du) = (cd)u. Distributive properties:^ c(u^ +^ v) =

cu^ +^ cv^ & (c^ +^ d)u^ =^ cu^ +^ du. Zero vector. There exists a special vector (denoted by

0 ) such that u^ + 0 = 0 +^ u^ =^ u.^ Question: what is the zero vector? Additive inverse. Let^ โˆ’u^ denote the vector

(โˆ’1)u. Then u^ + (โˆ’u) =^ โˆ’u^ +^ u^ = 0.^ (Notation: Henceforth,

u^ โˆ’^ v^ will be used as a shortcut to denote^ u^ + (โˆ’v)

). Multiplicative identity.^1 u^ =^ u.

Math 3191Applied Linear Algebra โ€“ p.12/

Linear Combinations Given vectors^ v,... vand scalars^ c,... , c^1 p^1

, the vector^ yp

defined by^ y^ =^ c

v+^ ยท ยท ยท^ cv 11 pp

is called a^ linear combination

of^ v,... , vwith weights^1 p^

c,... , c.^1 p Examples:1. Let^ v= (โˆ’^1 ,^ 1)^ and^ v= (2^1

,^ 1). The vector^ u^ = (0,^ 3)^ is a

linear combination of^ vand^1

v. In particular^ u^ = 2v+^21

v.^2

2. The vector^ u^ = (1,^1 ,^ 1)^ is

not^ a linear combination of thevectors v= (1, 0 , 0) and v= (0,^1 ,^ 0).^ Why not? 1 2

Question: How would you determine whether a vector

u^ is

a linear combination of given vectors

v,... , v? And if it is,^1 p

what are the weights?

Math 3191Applied Linear Algebra โ€“ p.14/

Vector Equations To determine if u^ is a linear combination of vectors v,... , v, we need to find weights^ x,... , x 1 p^1

such thatp xv+... xv= u. 11 pp

This is called a^ vector equation

. It is equivalent to solving the

system of linear equations^ vx+^ vx^111

+^ ยท ยท ยท^ +^ vx=^ u 1 pp^1 vx+ vx+^ ยท ยท ยท^ +^ vx=^ u 211 222 2 pp^2 ยท ยท ยท vx+ vx+^ ยท ยท ยท^ +^ vx=^ um 11 m 22 mpp^ m

where^ v= (v, v,... , vi^1 i^2 imi

).^ Math 3191Applied Linear Algebra โ€“ p.15/

  • Outline Back substitution. Vector equations. Matrix equations. Math 3191Applied Linear Algebra โ€“ p.3/
  • x):^51 / 2 x= 1 =โ‡’ x= 2.
  • Plug this value into row above (row 2): โˆ’^2 x+ 7(^23 |{z} x
  • ) = 12 =โ‡’ x= 1.
  • Plug xand xinto next row up:^3 5 2 x+ 4xโˆ’ 10(^1 ) + 6x+ 12(^1 2 4 |{z} x
  • 2 ) = 28 =โ‡’ x= โˆ’^2 xโˆ’^3 x+ 7.^1 2 4 |{z} x^5 Math 3191Applied Linear Algebra โ€“ p.4/
  • Exercise Consider the vectors u = (1, 2) and v = (2, โˆ’3). 1. Calculate u + v algebraically.2. Calculate u + v graphically. Math 3191Applied Linear Algebra โ€“ p.11/
  • Example Let v= (0, 4 , โˆ’1), v= (1,^6 , 3), v= (5, โˆ’^1 , โˆ’8). Determine 1 2 3 if u = (โˆ’ 3 , 9 , โˆ’3) can be written as a linear combination of v, vand v.
  • Math 3191Applied Linear Algebra โ€“ p.16/
  • Example Let v= (0, 4 , โˆ’1), v= (1,^6 , 3), v= (5, โˆ’^1 , โˆ’8). Determine 1 2 3 if u = (โˆ’ 3 , 9 , โˆ’3) can be written as a linear combination of v, vand v. 12 3 Solution: We need to solve xv+ xv+ xv= u. This is equivalent to solving 11 22 33 the linear system x+ 5x= โˆ’ 32 3 4 x+ 6xโˆ’ x= 91 2 3 โˆ’x+ 3xโˆ’ 8 x= โˆ’
  • Math 3191Applied Linear Algebra โ€“ p.16/
  • Example Let v= (0, 4 , โˆ’1), v= (1,^6 , 3), v= (5, โˆ’^1 , โˆ’8). Determine 1 2 3 if u = (โˆ’ 3 , 9 , โˆ’3) can be written as a linear combination of v, vand v. 12 3 Solution: We need to solve xv+ xv+ xv= u. This is equivalent to solving 11 22 33 the linear system^230 1 5 โˆ’^3 x+ 5x= โˆ’ 32 3 67 OR^67^4 6 โˆ’^1 945 4 x+ 6xโˆ’ x= 91 2 3 โˆ’^1 3 โˆ’^8 โˆ’^3 โˆ’x+ 3xโˆ’ 8 x= โˆ’
  • Math 3191Applied Linear Algebra โ€“ p.16/