Community Profile

photo

Emanuel Thiago


Last seen: meer dan een jaar ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


How to use solve with a equation with limit
syms b1 c1 s a = 1; b = 7.598; c = 6.784; kp = limit(20.185/(a*s^2+b*b1*s+c),s,0) solve(kp,b1) answear to the code : v...

ongeveer 3 jaar ago | 1 answer | 0

1

answer

Question


Solve an exponencial equation
There is my code: syms k Mp = exp((-3.8./sqrt(6.784-1221.21*k))./(1-14.44./6.784-1221.21*k)) == 0.07; s = solve(Mp) the r...

ongeveer 3 jaar ago | 1 answer | 0

1

answer