Community Profile

photo

Seungwon Lee


Last seen: 2 years ago Active since 2020

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Content Feed

View by

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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

4 years ago | 1 answer | 0

1

answer

Question


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 years ago | 2 answers | 0

2

answers