photo

Hafizul Sikder


Last seen: 거의 4년 전 2020년부터 활동

Followers: 0   Following: 0

통계학

Feeds

보기 기준

질문


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);

거의 4년 전 | 답변 수: 2 | 0

2

답변