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?

回答(1 个)

Torsten
Torsten 2016-7-25
编辑:Torsten 2016-7-25
Use MATLAB's "fsolve":
Best wishes
Torsten.

类别

Help CenterFile Exchange 中查找有关 Systems of Nonlinear Equations 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by