Jan 18, 2007 #1 M muaddib Newbie level 1 Joined Jan 18, 2007 Messages 1 Helped 0 Reputation 0 Reaction score 0 Trophy points 1,281 Activity points 1,287 hi, i need help about my homework... i have 3 nonlinear equations which have 2 unknowns sqrt(((X-Xs1)^2)+((Y-Ys1)^2))=p1 , sqrt(((X-Xs2)^2)+((Y-Ys2)^2))=p2 , sqrt(((X-Xs3)^2)+((Y-Ys3)^2))=p3, these are the equations and x, y are the unknowns and it must be solved by newton raphson model(with a recursive algorithm) does anybody know this?
hi, i need help about my homework... i have 3 nonlinear equations which have 2 unknowns sqrt(((X-Xs1)^2)+((Y-Ys1)^2))=p1 , sqrt(((X-Xs2)^2)+((Y-Ys2)^2))=p2 , sqrt(((X-Xs3)^2)+((Y-Ys3)^2))=p3, these are the equations and x, y are the unknowns and it must be solved by newton raphson model(with a recursive algorithm) does anybody know this?
Jan 21, 2007 #2 T trylib Newbie level 2 Joined Jan 21, 2007 Messages 2 Helped 0 Reputation 0 Reaction score 0 Trophy points 1,281 Activity points 1,288 So what is expected out of us?????????? Do you want the code or what??????