Feeds
질문
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...
대략 5년 전 | 답변 수: 1 | 0
1
답변질문
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...
대략 5년 전 | 답변 수: 1 | 0

