Community Profile

photo

Phloykan Tepwarin


Last seen: 2 mesi fa Attivo dal 2022

Followers: 0   Following: 0

Statistiche

  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
How graph second order differential equations with Matlab?
syms s t Y u ; u = 10*exp(-t); ic = [0 0]; U = laplace(u, t, s); Y1 = s*Y; Y2 = s*Y1; S = Y2+9*Y-U; Y(s) = solve(S, ...

circa 2 anni fa | 0

Risposto
How graph second order differential equations with Matlab?
yms s t Y u ; u = 10*exp(-t); ic = [0 0]; U = laplace(u, t, s); Y1 = s*Y; Y2 = s*Y1; S = Y2+9*Y-U; Y(s) = solve(S, Y); y = ilapl...

circa 2 anni fa | 0