I am stuck while making an assignment and need your help. Could someone help me what I am doing wrong? I am trying to comprehend it.
Problem 3.8.5: Let a, b, c be real numbers. Consider the equation z = ax+by+c. Prove that there are three 3-vectors v0, v1, v2 such that the set of points [x, y, z] satisfying the equation is exactly {v0 + α1 v1 + α2 v2 : α1 ∈ R, α2 ∈ R} (Hint: Specify the vectors using formulas involving a, b, c.)
We have z = ax + by + c, but want [x,y,z], so that's why we get ax + by + c - z = 0
Correct?
So, what I also know is, is that the standard generators are like:
v1 = [1,0,0]
v2 = [0,1,0]
v3 = [0,0,1]
Right?
So I assumed:
a * [v1]
b * [v2]
c * [v3]
Which gives me:
a1+b0+c0 = x
a0+b1+c0 = y
a0+b0+c1 = z
Correct?
This would make:
ax + by + z
But, I have no c now... There is clearly something I am doing wrong, but I have no clue what exactly. Could someone help me, please? I want to understand it.
Question 2:
That's because I didn't understand this part:
{v0 + α1 v1 + α2 v2 : α1 ∈ R, α2 ∈ R}
Could someone explain this as well?