f(x)=sin(x)-x^5=0 providing x is not equals 0 ,function in the interval x [0,3]

조회 수: 1 (최근 30일)
f(x)=sin(x)-x^5=0 providing x is not equals 0
  댓글 수: 5

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

채택된 답변

Matt J
Matt J 2020년 1월 14일
>> [x0,fval]=fzero(@(x)sin(x)-x.^5,[0.8,1])
x0 =
0.9610
fval =
-1.1102e-16

추가 답변 (0개)

카테고리

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

제품


릴리스

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by