Community Profile

photo

Agrim Singh


Last seen: 3 years ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer