Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

All the uploaded documents are all lectures notes, Lecture notes of Mathematics for Computing

Differential calculus and linear algebra

Typology: Lecture notes

2022/2023

Uploaded on 05/25/2023

vanessa-soriano-31
vanessa-soriano-31 🇵🇭

1 document

1 / 2

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Definition (Vector Space)
A (real) vector space V is a non-empty set equipped with an addition
operation and a scalar multiplication operation such that for all α, β R
and all u, v, w V:
1. u + v V (closure under addition).
2. u + v = v + u (the commutative law for addition).
3. u + (v + w) = (u + v) + w (the associative law for addition).
4. there is a single member 0 of V, called the zero vector, such that for all
v V, v + 0 = v.
5. for every v V there is an element w V (usually written as −v),
called the negative of v, such that v + w = 0.
6. αv V (closure under scalar multiplication).
7. α(u + v) = αu + αv (distributive law for vectors).
8. (α + β)v = αv + βv (distributive law for scalars).
9. α(βv) = (αβ)v (associative law for scalar multiplication).
10. 1v = v.
Exercise A
Determine if the following are vector spaces.
(1) Let V be the set of all real numbers x such that x
0. Define an
operation of addition by x Å y = xy + 1 for all x, y
V. Define an
operation of “scalar multiplication” by
α
ʘ x =
α2
x for all
α
R and
x
V.
(2) Let V be R2, the set of all ordered pairs (x,y) of real numbers.
Define an operation of addition by (u,v) Å (x,y) = (u + x + 1, v + y
+ 1) for all (u,v) and (x,y) in V. Define an operation of scalar
multiplication by
α
ʘ(x,y) = (
x,
α
y) for all
α
R and (x,y)
V.
(3) Let V be R2, the set of all ordered pairs (x,y) of real numbers.
Define an operation of addition by (u,v) Å (x,y) = (u +x, 0) for all
(u,v) and (x,y) in V. Define an operation of scalar multiplication by
ʘ(x,y) = (
α
x,
α
y) for all
α
R and (x,y)
V.
(4) Let V be the set of all n x n matricesof real entries. Define an
operation of addition by AÅ B =
1
2
(AB + BA) for all A, B
V.
Define an operation of scalar multiplication by
α
ʘA = 0 for all
α
R and A
V.
pf2

Partial preview of the text

Download All the uploaded documents are all lectures notes and more Lecture notes Mathematics for Computing in PDF only on Docsity!

Definition (Vector Space) A (real) vector space V is a non-empty set equipped with an addition operation and a scalar multiplication operation such that for all α, β ∈R and all u, v, w ∈V:

  1. u + v ∈V (closure under addition).
  2. u + v = v + u (the commutative law for addition).
  3. u + (v + w) = (u + v) + w (the associative law for addition).
  4. there is a single member 0 of V, called the zero vector, such that for all v ∈V, v + 0 = v.
  5. for every v ∈ V there is an element w ∈V (usually written as −v), called the negative of v, such that v + w = 0.
  6. αv ∈V (closure under scalar multiplication).
  7. α(u + v) = αu + αv (distributive law for vectors).
  8. (α + β)v = αv + βv (distributive law for scalars).
  9. α(βv) = (αβ)v (associative law for scalar multiplication).
  10. 1v = v. Exercise A Determine if the following are vector spaces. (1) Let V be the set of all real numbers x such that x ^ 0. Define an operation of addition by x Å y = xy + 1 for all x, y ^ V. Define an operation of “scalar multiplication” by α ʘ x = α 2 x for all α^ R and x V. (2) Let V be R^2 , the set of all ordered pairs (x,y) of real numbers. Define an operation of addition by (u,v) Å (x,y) = (u + x + 1, v + y
      1. for all (u,v) and (x,y) in V. Define an operation of scalar multiplication by α ʘ(x,y) = ( α^ x, α y) for all α^ ^ R and (x,y) V. (3) Let V be R 2 , the set of all ordered pairs (x,y) of real numbers. Define an operation of addition by (u,v) Å (x,y) = (u +x, 0) for all (u,v) and (x,y) in V. Define an operation of scalar multiplication by α ʘ(x,y) = ( α x, α y) for all α ∈ (^) R and (x,y) V. (4) Let V be the set of all n x n matricesof real entries. Define an operation of addition by AÅ B = 1 2 (AB + BA) for all A, B ^ V. Define an operation of scalar multiplication by α ʘA = 0 for all α^ R and A V.

(5)Let Ω be a nonempty set and define V to be the set of functions defined on Ω. Letting a, b, c be scalars and f, g, h functions, the vector operations are defined as (f + g) (x) ≡ f (x) + g (x) (af) (x) ≡ a (f (x))