Community Profile

photo

Seungwon Lee


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

Followers: 0   Following: 0

통계

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


dsolve error (simultaneous differential equations)
clear all close clc m = 10; k = 1000; u0 = 0.01; syms y1 y2 f=dsolve('m*D2y1+2*k*y1-k*y2==0,m*D2y2-k*y1+2k*y2==0','...

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


Am I using fplot correct?
syms x y1 = 0.35*exp(-3*x)-0.15*exp(3*x) fplot(y1,[-10,10]) hold on y2 = 0.2*cos(3*x)-0.5*sin(3*x) fplot(y2,[-10,10]) ...

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


Can i get a value of ρ with matlab?
L=19in and delta is 0.30in

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


error while using ezplot
ezplot('((5.14*10^(-4))-(6.44*10^(-5)*i))*exp(5*i*t)+exp(-0.796*t)*(0.99+6.44*10^(-5)*i)*cos(7.96*t)+exp(-0.796*t)*(-0.099-3.2...

대략 4년 전 | 답변 수: 2 | 0

2

답변