How can solve the explicit equation by using matlab

8 visualizaciones (últimos 30 días)
zahid
zahid el 16 de Abr. de 2016
Respondida: Torsten el 18 de Abr. de 2016
Dear all How can i find the value of b (a constant greater than zero) in the following equation by using Matlab function
exp(-b^2/2)/b^3=1.39
I am looking forward to your help
With best wishes
zahid khan

Respuesta aceptada

Torsten
Torsten el 18 de Abr. de 2016
fun=@(x)exp(-x.^2/2)./x.^3-1.39;
sol=fzero(fun,[0.5 1]);
Best wishes
Torsten.

Más respuestas (0)

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by