Agrim Singh
Followers: 0 Following: 0
Feeds
질문
Way to overcome tolerance limit restriction, without change in initial value in fsolve function OR any other way out.
Inside a xyz fsolve function, I used a good initial point that needed to be used but now I am struck here getting this fsolve c...
3년 초과 전 | 답변 수: 1 | 0
1
답변질문
Can someone check my code and rectify me, getting constant output but needs changing.
Can someone check my code and rectify my error. Here I have given a main code, two functions. On running it gives me constant o...
3년 초과 전 | 답변 수: 1 | 0
1
답변질문
Way to solve these non-linear equations since fsolve isn't working fine.
function F = Glc_Gal_Lac(y,u,gal,lac) Yx_Gal = 138000000; KGal = 18.23; Yx_Glc = 1010000000; mGlc = 0.000000...
3년 초과 전 | 답변 수: 1 | 0
1
답변질문
How do I input a time dependent variable from one function to fsolve function equations?
function F = A_U_G(x) a = 2360000000; b = 1610000000; c = 700000; d = 4640000000; F(1) = x(1) - (u/b) +...
3년 초과 전 | 답변 수: 1 | 0