please help me to solve nonlinear equations
조회 수: 4 (최근 30일)
이전 댓글 표시
.5<m<1
[(3*(Cos[x1] - Cos[x2] + Cos[x6] - Cos[x7])+4*(Cos[x3] - Cos[x4] + Cos[x5])-7*Pi*(m)/4)=0,
(3*(Cos[5 x1] - Cos[5 x2] + Cos[5 x6] - Cos[5 x7])+4*(Cos[5 x3] - Cos[5 x4] + Cos[5 x5]))=0,
(3*(Cos[7 x1] - Cos[7 x2] + Cos[7 x6] - Cos[7 x7]) + 4*(Cos[7 x3] - Cos[7 x4] + Cos[7 x5]))=0,
(3*(Cos[11 x1] - Cos[11 x2] + Cos[11 x6] - Cos[11 x7])+4*(Cos[11 x3] - Cos[11 x4] + Cos[11 x5]))=0,
(3*(Cos[13 x1] - Cos[13 x2] + Cos[13 x6] - Cos[13 x7])+4*(Cos[13 x3] - Cos[13 x4] + Cos[13 x5]))=0,
(3*(Cos[17 x1] - Cos[17 x2] + Cos[17 x6] - Cos[17 x7])+4*(Cos[17 x3] - Cos[17 x4] + Cos[17 x5]))=0,
(1.3*(Cos[x1] - Cos[x2] + Cos[x6] - Cos[x7]) - (Cos[x3] - Cos[x4] + Cos[x5]))=0
{0.05 < x1 < x2 < x3 < x4 < x5 < x6 < x7 < Pi/2 }
댓글 수: 2
Walter Roberson
2015년 10월 6일
Someone else has posted a number of these kinds of questions over the last while. A persistent question that has not been answered is whether it is desired to find one solution or if it is required to find all solutions ?
Walter Roberson
2015년 10월 6일
Analytically you cannot really reduce this by more than 2 variables, in that any additional reductions become too unwieldly. The second reduction results at best in a root of a 5th order equation for the second variable, with the alternatives being worse.
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Whos에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!