Community Profile

photo

Angelica Belo


Last seen: 2年以上 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


2nd order system in Simulink
I was tasked to construct the following 2nd order system in simulink: y'' + 5y' + 6 = 0; y(0) = 0, y'(0) = 1 I have the follow...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


Help with Sine wave Properties
I've so far simplified my wave to: (2*cos(3*t + 8352332796509007/9007199254740992))/5 I know how to construct 2cos3*t in simu...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


Knowing the closed form solution of dx/dt = 2 sin 3t − 4x, how do I construct my Simulink?
By inputting the following code in Matlab, ​​syms x(t) eqn = diff(x) == 2*sin(3*t) - 4*x; S = dsolve(eqn,x(0) == ...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


How to find the closed form solution of the natural and forced response of 2sin(3t) - 4x with x(0) = 0
So far I have used dsolve and have the following code: syms x(t) eqn = diff(x,t) == 2*sin(3*t)-4*x; S = dsolve(e...

2年以上 前 | 1 件の回答 | 0

1

回答