DOC PREVIEW
TAMU MATH 304 - Lect2-01web

This preview shows page 1-2-3-4-5 out of 14 pages.

Save
View full document
View full document
Premium Document
Do you want full access? Go Premium and unlock all 14 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 14 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 14 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 14 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 14 pages.
Access to all documents
Download any document
Ad free experience
Premium Document
Do you want full access? Go Premium and unlock all 14 pages.
Access to all documents
Download any document
Ad free experience

Unformatted text preview:

MATH 304Linear AlgebraLecture 11:Vector spaces.Linear operations on vectorsLet x = (x1, x2, . . . , xn) and y = (y1, y2, . . . , yn) ben-dimensional vectors, and r ∈ R be a scalar.Vector sum: x + y = (x1+ y1, x2+ y2, . . . , xn+ yn)Scalar multiple: rx = (rx1, rx2, . . . , rxn)Zero vector: 0 = (0, 0, . . . , 0)Negative of a vector: −y = (−y1, −y2, . . . , −yn)Vector difference:x − y = x + (−y) = (x1− y1, x2− y2, . . . , xn− yn)Properti es of linear operationsx + y = y + x(x + y) + z = x + (y + z)x + 0 = 0 + x = xx + (−x) = (−x) + x = 0r(x + y) = rx + ry(r + s)x = rx + sx(rs)x = r (sx)1x = x0x = 0(−1)x = −xLinear operations on matricesLet A = (aij) and B = (bij) be m×n matrices,and r ∈ R be a scalar.Matrix sum: A + B = (aij+ bij)1≤i≤m, 1≤j≤nScalar multiple: rA = (raij)1≤i≤m, 1≤j≤nZero matrix O: all entries are zerosNegative of a matrix: −A = (−aij)1≤i≤m, 1≤j≤nMatrix difference: A − B = (aij− bij)1≤i≤m, 1≤j≤nAs far as the linear operations are concerned,the m×n matrices have the same pr operties asmn-dimensional vectors.Vector space: informal descriptionVector space = linear space = a set V of objects(called vectors) that can be added and scaled.That is, for any u, v ∈ V and r ∈ R express ionsu + v and rushould make sense.Certain restrictions apply. For instance,u + v = v + u,2u + 3u = 5u.That is, addition and scalar multiplication in Vshould be like those of n-dimensional vectors.Vector space: definitionVector space is a set V equipped with twooperations α : V × V → V and µ : R × V → Vthat have certain properties (listed below).The operation α is called addition. For anyu, v ∈ V , the element α(u, v) is denoted u + v.The operation µ is called scalar multiplication. Forany r ∈ R and u ∈ V , the element µ(r, u) isdenoted ru.Properti es of addition and scalar multi plication(bri ef)A1. a + b = b + aA2. (a + b) + c = a + (b + c)A3. a + 0 = 0 + a = aA4. a + (−a) = (−a) + a = 0A5. r (a + b) = r a + rbA6. (r + s)a = ra + saA7. (rs) a = r (sa)A8. 1a = aProperties of addition and scalar multiplication (detailed)A1. a + b = b + a for all a, b ∈ V .A2. (a + b) + c = a + (b + c) for all a, b, c ∈ V .A3. There exists an element of V , called the zerovector and denoted 0, such that a + 0 = 0 + a = afor all a ∈ V .A4. For any a ∈ V there exists an el ement of V ,denoted −a, such that a + (−a) = (−a) + a = 0.A5. r(a + b) = ra + rb for all r ∈ R and a, b ∈ V .A6. (r + s)a = ra + sa for all r, s ∈ R and a ∈ V .A7. (rs)a = r(sa) for all r , s ∈ R and a ∈ V .A8. 1a = a for all a ∈ V .• Associativity of addition implies that a multiplesum u1+ u2+ · · · + ukis well defined for anyu1, u2, . . . , uk∈ V .• Subtraction in V is defi ned as usual:a − b = a + (−b).• Addition and scalar multiplication are calledlinear operations.Given u1, u2, . . . , uk∈ V and r1, r2, . . . , rk∈ R,r1u1+ r2u2+ · · · + rkukis called a linear combination of u1, u2, . . . , uk.Examples of vector spacesIn most examples, addition and scalar multiplicationare natural operations so that properties A1–A8 areeasy to verify.• Rn: n-dimensional coordinate vector s• Mm,n(R): m×n matrices with r eal entries• R∞: infinite sequences (x1, x2, . . . ), xi∈ RFor any x = (x1, x2, . . . ), y = (y1, y2, . . . ) ∈ R∞and r ∈ Rlet x + y = (x1+ y1, x2+ y2, . . . ), rx = (rx1, rx2, . . . ).Then 0 = (0, 0, . . . ) and −x = (−x1, −x2, . . . ).• {0}: the trivial vector space0 + 0 = 0, r0 = 0, −0 = 0.Functional vector spaces• F (R) : the set of all f unctions f : R → RGiven functions f , g ∈ F (R) and a scalar r ∈ R, let(f + g )(x) = f (x) + g (x) and (rf )(x) = rf (x) for all x ∈ R.Zero vector: o(x) = 0. Negative: (−f )(x) = −f (x).• C(R): all continuous functions f : R → RLinear operations are inherited from F (R). We only need tocheck that f , g ∈ C (R) =⇒ f +g, rf ∈ C (R), the zerofunction is continuous, and f ∈ C (R) =⇒ −f ∈ C(R).• C1(R): all continuously differentiable functionsf : R → R• C∞(R): all smooth functions f : R → R• P: all polynomials p(x) = a0+ a1x + · · · + anxnSome general observations• The zero vector is unique.If z1and z2are zero vectors then z1= z1+ z2= z2.• For any a ∈ V , the negative −a is unique.Suppose b and b′are nega tives of a. Thenb′= b′+ 0 = b′+ (a + b) = (b′+ a) + b = 0 + b = b.• 0a = 0 f or any a ∈ V .Indeed, 0a + a = 0a + 1a = (0 + 1)a = 1a = a.Then 0a + a = a =⇒ 0a + a − a = a − a =⇒ 0a = 0.• (−1)a = −a for any a ∈ V .Indeed, a + (−1)a = (−1)a + a = (−1)a + 1a = (−1 + 1)a= 0a = 0.Counterexample: dumb scalingConsider the set V = Rnwith the standardaddition and a nonstandard scalar multiplication:r ⊙ a = 0 for any a ∈ Rnand r ∈ R.Properties A1–A4 hold because they do not involvescalar multiplication.A5. r ⊙ (a + b) = r ⊙ a + r ⊙ b ⇐⇒ 0 = 0 + 0A6. (r + s) ⊙ a = r ⊙ a + s ⊙ a ⇐⇒ 0 = 0 + 0A7. (rs) ⊙ a = r ⊙ (s ⊙ a) ⇐⇒ 0 = 0A8. 1 ⊙ a = a ⇐⇒ 0 = aA8 is the only property that f ails. As a consequence,property A8 does not follow from prop erties A1–A7.Counterexample: lazy scalingConsider the set V = Rnwith the standardaddition and a nonstandard scalar multiplication:r ⊙ a = a for any a ∈ Rnand r ∈ R.Properties A1–A4 hold because they do not involvescalar multiplication.A5. r ⊙ ( a + b) = r ⊙ a + …


View Full Document

TAMU MATH 304 - Lect2-01web

Documents in this Course
quiz1

quiz1

2 pages

4-2

4-2

6 pages

5-6

5-6

7 pages

Lecture 9

Lecture 9

20 pages

lecture 8

lecture 8

17 pages

5-4

5-4

5 pages

Load more
Download Lect2-01web
Our administrator received your request to download this document. We will send you the file to your email shortly.
Loading Unlocking...
Login

Join to view Lect2-01web and access 3M+ class-specific study document.

or
We will never post anything without your permission.
Don't have an account?
Sign Up

Join to view Lect2-01web 2 2 and access 3M+ class-specific study document.

or

By creating an account you agree to our Privacy Policy and Terms Of Use

Already a member?