muaddib
Newbie level 1
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?
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?