You are on page 1of 1

MATLAB Command Window Page 1

>> syms t s
>> f = (2/7*t^2*(sin(2*t)+cos(2*t))+ 1/7*t*sin(2*t));
>> F = laplace(f,t,s);
>> simplify(F)

ans =

-(8*(- s^3 - 3*s^2 + 4*s + 4))/(7*(s^2 + 4)^3)

>> pretty(F)
2 3
32 s 8 8 s 16 s
----------- - ----------- - ----------- + -----------
2 3 2 2 2 2 2 3
7 (s + 4) 7 (s + 4) 7 (s + 4) 7 (s + 4)

>> nomor 6

You might also like