Let e = (1, 0) and f = (1, 1) be two points in
R2 . Find ix - yl, 12x - y I , where x = e + f,
y = 2e + 2f
"x = e + f = (1, 0)+(1, 1)= (2, 1) \\\\\ny = 2e + 2f = 2x = (4, 2) \\\\\n|x-y| = |x-2x| = |x| = \\sqrt{2^2+1^2} =\n\\sqrt{5} \\\\\n|2x-y| = |2x-2x| = |0| = 0"
Comments
Leave a comment