Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

kevinlui's site

7239 views

October 4

Announcements

  • Section 1.1, 1.2 due tomorrow

  • Worksheet 1 due Friday - there are html issues, see pdf version

  • Section 2.1, 2.2 due next Thursday

  • Office hours today after class and tomorrow 12-1

Linear combinations and span

Definition: If u1,u2,,umu_1,u_2,\ldots,u_m are vectors and c1,c2,,cmc_1,c_2,\ldots,c_m are scalars, then c1u1+c2u2++cmum c_1u_1+c_2u_2+\ldots+c_mu_m is a linear combination of u1,,umu_1,\ldots,u_m. Note that the constants can be negative or zero.

Definition: Let S={u1,u2,,um}S=\{u_1,u_2,\ldots,u_m\} be a set of vectors. Then the span of SS, spanSS, is the set of all linear combinations of u1,u2,,um}u_1,u_2,\ldots,u_m\}.

What vectors in R2\mathbb{R}^2 are a linear combination of (1,0)(1,0) and (0,1)(0,1)? In other words, what vectors are in the span of (1,0)(1,0) and (0,1)(0,1)?

What vectors in R2\mathbb{R}^2 are a linear combination of (1,2)(1,2) and (0,1)(0,1)? Talk about lines and averages here.

Is (3,4)(3,4) a linear combination of (1,2)(1,2) and (0,1)(0,1)? In other words, is (3,4)(3,4) in the span of (1,2)(1,2) and (0,1)(0,1)? In other words, does there exists x1,x2Rx_1, x_2\in \mathbb{R} such that x1(1,2)+x2(0,1)=(3,4)x_1(1,2)+x_2(0,1)=(3,4)? In other words, system of equations!

Every system of equation can be interpeted in this way.

Theorem: Let u1,,umu_1,\ldots,u_m and vv be vectors in Rn\mathbb{R}^n. Then vspan({u1,,um})v\in \text{span}(\{u_1,\ldots,u_m\}) if and only if the linear system with augmented matrix [u1  u2    umv][u_1\; u_2\; \ldots\; u_m | v] has a solution.

The solution space can be expressed as a linear combination.

Theorem: Let u1,u2,,umu_1,u_2,\ldots,u_m be vectors in Rn\mathbb{R}^n. If uu\inspan({u1,,um})(\{u_1,\ldots,u_m\}), then span({u1,,um})=(\{u_1,\ldots,u_m\})=span({u1,,um,u})(\{u_1,\ldots,u_m,u\}).

When does a set of vectors span Rn\mathbb{R}^n?

Theorem: Let u1,u2,,umu_1,u_2,\ldots,u_m be vectors in Rn\mathbb{R}^n. Let A=[u1  u2    um]A=[u_1\;u_2\;\ldots\;u_m] and BAB\sim A, where BB is in echelon form. Then span({u1,,um})=Rn\text{span}(\{u_1,\ldots,u_m\})=\mathbb{R}^n if and only if BB has a pivot position in every row.

give outline of proof

We can write linear systems as Ax=bAx=b.