Community Profile

photo

Angelica Belo


Last seen: 2년 초과 전 2021년부터 활동

통계

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Content Feed

보기 기준

질문


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

답변