solve non linear equations using Newton iterative method
이전 댓글 표시
My equations are
x/sqrt(x^2+y^2) = -1 + 1/1.2 * cos(phi)
y/sqrt(x^2+y^2) = 1/1.2 * sin(phi)
arg(diff((x- jy)/sqrt(x^2+y^2)),a) = pi/2 - phi
Where,
x(a) = cos(a) - a*b*sin(a) - 1
y(a) = a*b*cos(a) + sin(a)
Here variables are
a b phi
References: https://www.dropbox.com/s/3sv4hs5z5jn3mfr/xyz.pdf?dl=0
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Numeric Solvers에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!