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

1 visualización (últimos 30 días)
f(x)=sin(x)-x^5=0 providing x is not equals 0
  5 comentarios

Iniciar sesión para comentar.

Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre MATLAB en Help Center y File Exchange.

Productos


Versión

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by