I want to apply newton's method on following set of equations
12 次查看(过去 30 天)
显示 更早的评论
I have following set of equations: f1 = (((x-x1)^2 +(y-y1)^2)^0.5)-d1; f2 = ((x-x2)^2 +(y-y2)^2)^0.5)-d2; f3= (((x-x3)^2 +(y-y3)^2)^0.5)-d3; where x and y are variables and others are constant Please tell me how i can solve it using newton's method?
0 个评论
回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Systems of Nonlinear Equations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!