How would to find the solution and closed form expression.

3 次查看(过去 30 天)
i have the equation xdd+2xd+2x=0, i figured out how to find the solutions for the equation but am not sure how to go from there to the closed form expression.
syms x xd xdd r t a eqm
x = a*exp(r*t)
xd = diff(x)
xdd = diff(xd)
eqm = xdd + 2*xd + 2*x
solve(eqm,r)

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Startup and Shutdown 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by