How would I solve these two equations?
\[E_{1} = x-y-z = 3 \] \[E_{2} = x-10y+10z = 0 \]
@Redcan if you have time
this is what I did to start
you can use lin. alg. \[\left(\begin{matrix}1&-1&-1\\1&-10&10\\0&0&0\end{matrix}\mid\begin{matrix}3\\0\\0\end{matrix}\right)\]
again, you'll have at least one free param.
\[E_{1}-E_{2} = (x-y-z)-(x+10y-10z) = 9y-11z = 3 \] This is what I tried to attempt to do. eliminate one of the variables but it's taking forever... \[E_{1} = x-y-z= 3\] \[E_{2} = 9y-11z = 3 \] \[E_{3} = x-10y+10z =0\]
that will work, but if \[E_3\] is a linear comb. of the other equations, you will eliminate it in the end.
\[E_3 = aE_1 + bE_2\] so linear dependent.
getting back to what you said in the other question, guess i'll have to chose a parameter...
yep!
and the way we have the matrix set up, letting z be the param might be easiest. \[z=s,\quad s\in\mathbb{R}\]
like when I first saw this, I didn't understand the whole method of constantly adding equations.. and trying to remove variables when there's three of them..
If you have more unknowns then equations you will have a parameter. The system isn't fully determined. Need three ind. eqn. for 3 unknowns.
I just add the trivial eqn to make the matrix look nice. it's not required. If a column doesn't have a pivot, assign it a parameter. (pivot ~ to a leading one)
Sorry, so another thing about the first question I posted. I know these two are linear dependent. \[E_{1} = 8x-5y = 20 \] \[E_{2} = -16x+10y = -40\] y = t So i noticed that \[E_{1} = -\frac{ 1 }{ 2 }E_{2}\] how would I go about writing the solution to this?
if you set y=t, then \[8x-5y=20 \iff x=20/8+5t/8\]
So any point \[(20/8+5t/8, t), \quad t\in\mathbb{R}\]
Interesting:
Thank a-lot for you help!
np. Notice in our 2d problem with one param. the solution set forms a line.
two free parameters ---> a plane. etc.
Join our real-time social learning platform and learn together with your friends!