Linear Combinations and Generators
Linear Combinations and Generators
Linear Combinations and Generators
1) Find the intersection point of the lines {p:p = (1,2,3) + t(2,-1,1)} and
{p:p = (4,0,2) + t(1,3,-1)}.
2) Find equation of a plane through points (1,2,3), (4,1,2) and (2,3,1)
3)Find the equation of the line that passes through the following three
points: p1=(1,2,3) ,p2=(4,5,6) , p3=(7,8,9)
Vector subspace
1)
2) Find the coordinates of X with respect to the vectors A, B and C : X = (1, 0, 0),
A = (1, 1, 1), B = (-1, 1, 0), C = (1, 0, -1)
v1 = (1,1,0), v2 = (−2,0,1)
These vectors are linearly independent because no scalar multiple of v1
equals v2.
Since v1 and v2 span S, they form a basis for S
Basis: {(1,1,0),(−2,0,1)}
Dimension: 2
Vector subspace
1)
H={(x,y):x,y∈R and x+4y=0}.
H is a subset of the vector space R^2 over R. The goal is to show that H is
a subspace of R^2
0 + 4(0) = 0.
Thus, u + v ∈H
(b) Closed Under Scalar Multiplication:
Since x + 4y = 0, we get:
c( x + 4y) = c.0 = 0
Thus, c.u ∈H
x1 = 1 + 2t, y1= 2 − t, z1 = 3 + t
L2 :p = (4,0,2) + s(1,3,−1)
Parametric equations:
x2 = 4 + s, y2 = 3s, z2 = 2 − s
Step 1: Solve x1 = x2
From 1 + 2t = 4 + s :
S =2t − 3.
Step 2: Solve y1 = y2
From 2 − t = 3s , substitute s =2t − 3:
2 − t = 3(2t − 3).
Simplify:
2−t = 6t − 9.
2 + 9 = 6t + t.
11 = 7t ⟹ t = 11 / 7
Substitute t = 11 / 7 into s = 2t − 3:
Clearly:
z1 ≠ z2.