photo

Hafizul Sikder


Last seen: casi 4 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadística

Feeds

Ver por

Pregunta


how to get the value of x, from this equation: 0.2exp(x)-x^(0.25) = 0
% I tried with the below steps: fun = @(x) (0.2*exp(x)-x.^(0.25)); x0 = [1.5,0]; x = fsolve(fun,x0);

casi 4 años hace | 2 respuestas | 0

2

respuestas