Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Find a basis in R3 for the subspace (Linear Algebra)?
Hi, I can't remember how to do this type of problem. If someone could help me set it up I would appreciate it.
Find a basis in R3 for the subspace
x = 3 - t
y = -3 + t
z = 6 - 2*t
2 Answers
- sparrowhawkLv 41 decade agoFavorite Answer
Simple 3-t
The idea of a basis is to find a set of equations that you can add together to create all the other equations
In your example you have three equations x,y,z. If you look you will notice that y=0-x, z=x+x, so for this problem the answer is x. Actually you can multiply x by any nonzero constant and you will still get the right answer, so y,z are also valid answers.
- Anonymous5 years ago
Equivalently, find the solution space of the homogeneous equation Ax = 0, where A = || 1 2 3 || ......|| 0 1 1 || Subtract 2 times the second row from the first row to put A in row echelon form giving A' = || 1 0 1 || .......|| 0 1 1 || You can now read the general solution as vectors of the form [ -t -t t ]' = t*[ -1 -1 1]'. This exhibits [ -1 -1 1]' as your basis.