Lab1 FA24
Lab1 FA24
- Let x1 , ..., xk 2 V .
def
Span(x1 , ..., xk ) = {↵1 x1 + ... + ↵k xk |↵1 , ..., ↵k 2 R}.
Concept Review: Span & Linear Dependence
- Let x1 , ..., xk 2 V .
def
Span(x1 , ..., xk ) = {↵1 x1 + ... + ↵k xk |↵1 , ..., ↵k 2 R}.
↵ 1 x1 + · · · + ↵ k xk = 0
Concept Review: Span & Linear Dependence
- Let x1 , ..., xk 2 V .
def
Span(x1 , ..., xk ) = {↵1 x1 + ... + ↵k xk |↵1 , ..., ↵k 2 R}.
↵ 1 x1 + · · · + ↵ k xk = 0
dim(V ) = n.
Concept Review: Basis & Dimension
dim(V ) = n.
2
Take these two vectors in ℝ :
n
Addition. ( f + g)(x) = (a0 + b0) + (a1 + b1)x + . . . + (an + bn)x
n
Multiplication. (rf )(x) = (ra0) + (ra1)x + . . . + (ran)x
Show that Pn is a vector space. What is a basis for this space and what is
the dimension?
[Note: f is a function, but f(x) is a real number. That is, once we plug something into our function, we
get a real number not a function. For example, if x is a real number, then x2 is a real number, not a
function. This is subtle but extremely important. For example, we know real numbers commute and
thus know that f(x) + g(x) = g(x) + f(x). However, we must prove that f + g = g + f ]
To prove Pn is a vector space, we need to show it satisfies all the following
conditions