How do you write this system of equations in matrix form? x²+y²=17 x+y=5
I tried this, but that can't be right: [ 1 1 | 17 ] [ 1 1 | 5 ]
I might be wrong on this one but: \[x^2+y^2=17\] \[x+y=5\] Then: \[x.x+y.y=17\] \[x+y=5\] \[\iff \left[\begin{matrix}x & y & 17 \\ 1 & 1 & 5\end{matrix}\right]\]
Are we speaking about Cramers method of reduction?
Hmm, no, not Cramers. Gauss-Jordan's elimination actually.
Gauss elimination works with linear equations and the second one isn't , so somehow we have to turn it into one
x²+y²=17 <<< if it was x^2 - y^2 It would have been easier.
Certain. I solved it using regular algebra, the results were 1 and 4. Was just wondering if it's possible using linear algebra too.
HOw about this ? (x+y) ^2 = 25 x^2 + y^2 + 2xy = 25 let x^2 = t , y^2 = k , xy = c t + k + 2c = 25 -> first eqn x^2+y^2 = 17 t + k = 17 -> 2nd
Now we can put it into a matrix.
|dw:1450012536227:dw|
Join our real-time social learning platform and learn together with your friends!