[LA] help understading a best solution problem
find the best possible values for \(x_1 \) and \(x_2\) : \[ \large \left[ \begin{array}{cc} 1&1 \\ 1&2 \\ 1&3 \\ \end{array} \right] \left[ \begin{array}{c} x_1 \\ x_2 \\ \end{array} \right] = \left[ \begin{array}{c} 1 \\ 2 \\ 3 \\ \end{array} \right] \]
(0,1) would do, wouldn't it?
Oh yes sorr made a typo... let me fix it :) \[ \left[ \begin{array}{cc} 1&1 \\ 1&2 \\ 1&3 \\ \end{array} \right] \left[ \begin{array}{c} x_1 \\ x_2 \\ \end{array} \right] = \left[ \begin{array}{c} 1 \\ 2 \\ \color{red}{2} \\ \end{array} \right] \]
x1+x2 1 x1+2x2 = 2 x1+3x2 2
exactly! those are the system of equations we want to solve
this problem is equivalent to finding the best fit line for points : \(\large {(1,1), (2,2), (3,2)}\) i am familiar with the calculus method of finding the best fit line, but the matrix method is just throwing me off as im not that good with substpaces and related stuff... :(
books.google.co.in/books/about/Engineering_Mathematics_Vol_1.html?...
books.google.co.in/books?isbn=8190693549
mathforcollege.com/nm/mws/gen/04sle/mws_gen_sle_bck_system.pdf
www.math.tamu.edu/~shatalov/Tan_chpt2.pdf
www3.ul.ie/~mlc/support/Loughborough%20website/chap8/8_2.pdf
www.math.ku.edu/~lerner/LAnotes/LAnotes.pdf
https://docs.google.com/viewer?url=http://cims.nyu.edu/~kiryl/teaching/la/les082903web.pdf
first two eqn solving we get x1x2 (-2,-1)
2nd and 3rd eqn we get x1x2 (2,0)
solving 1st and 3rd we get x1x2 (1/2,1/2)
yes we don't get a straight line : |dw:1406892229740:dw|
Join our real-time social learning platform and learn together with your friends!