Let us assume "v=c_1e_1 + c_2e_2 + c_3e_3." We may write a linear system for every coordinate:
"\\begin{cases}\n1 = c_1+c_2+2c_3, \\\\\n-2 = c_1+2c_2-c_3, \\\\\n5=c_1+3c_2+c_3.\n\\end{cases}"
We should solve this linear system and get "c_1 = -6, \\; c_2 = 3, \\; c_3 =2."
Therefore, "v = -6e_1+3e_2+2e_3."
Comments
Leave a comment