How i can solve the "Non-Linear Equation" with "TWO Unknown variables" ?

2 次查看(过去 30 天)
Hi everyone, I want to solve the"Non-Linear Equation" with "TWO Unknown variables".
In my equation i have two eq. Eq7 & Eq.10 non- linear equation and 2 unknown variables (x,y) are there.
>> Eq7=(((1+2*x^2)./(1-x^2))+(4*(1-2*y^2)*sqrt(1-x^2)*(2+x^2))./((1-x^2)*(1-y^2)^0.5*(2+y^2)));
>> Eq10=(((4*(y*(2+x^2)*(1-x^2)*sqrt(pi^2*(1-y^2)+4*y^2)))./(x*(2+y^2)*(1-y^2)*sqrt(pi^2*(1- x^2)+4*x^2))-1));
I would like to solve these equations with Newton-Raphson Method.
Kindly help me in this regard. Thanks,
SANDEEP SONI,Surat,India E-mail ID - sandytit2004@gmail.com\
  1 个评论
John D'Errico
John D'Errico 2014-3-15
Your title says ONE equation, but you have TWO equations. One equation in two unknowns is of course not solvable uniquely.
Regardless, you should make an effort. Show that you have tried something at least.

请先登录,再进行评论。

回答(0 个)

类别

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