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

1 view (last 30 days)
f(x)=sin(x)-x^5=0 providing x is not equals 0
  5 Comments

Sign in to comment.

Accepted Answer

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

More Answers (0)

Categories

Find more on MATLAB in Help Center and File Exchange

Products


Release

R2018a

Community Treasure Hunt

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

Start Hunting!