필터 지우기
필터 지우기

can any one please solve this non linear equation?

조회 수: 1 (최근 30일)
vishnu
vishnu 2013년 7월 15일
can any one please solve this non linear equation?it has infinite no of solutions first 3 solutions for each a value i need
x*sin(2*a)+sin(2*x*a)=0
where x is to be find
a=(2*pi-y)/2;
y varies from 0 to 90
please help me

채택된 답변

Matt J
Matt J 2013년 7월 15일
Hint: the FZERO command
  댓글 수: 3
Matt J
Matt J 2013년 7월 15일
You can't get 3 roots at a time. However, the second input to FZERO let's you specify a search interval around the root you're looking for. You can run FZERO 3 times, once for each interval.
vishnu
vishnu 2013년 7월 15일
is it possible to get complex root atleast one root for

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Optimization에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by